os icon indicating copy to clipboard operation
os copied to clipboard

apache-arrow/17.0.0 package update

Open octo-sts[bot] opened this issue 1 year ago • 6 comments

octo-sts[bot] avatar Aug 01 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "fatal: detected dubious ownership in repository at '/github/home'
To add an exception for this directory, call:

git config --global --add safe.directory /github/home
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-3365603710
INFO guest dir: /temp/melange-guest-3607556234
ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/apache-arrow] Error 2
##[error]Process completed with exit code 2."

1. Run `git config --global --add safe.directory /github/home`.
2. Ensure all dependencies for `apache-arrow` are installed.
3. Check the Makefile for errors.
4. Verify build environment and paths.
5. Re-run the build.

octo-sts[bot] avatar Aug 01 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3527061414
INFO   guest dir: /temp/melange-guest-4101656178
ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/apache-arrow] Error 2
##[error]Process completed with exit code 2."

1. Verify dependencies are installed.
2. Check for missing or incorrect paths in the Makefile.
3. Ensure the build environment is correctly configured.
4. Review logs in `/temp/melange-workspace-3527061414` and `/temp/melange-guest-4101656178`.
5. Run `make clean` to clear previous builds.
6. Retry the build process.

octo-sts[bot] avatar Aug 02 '24 12:08 octo-sts[bot]

the graphql is returning a wrong data :/ can't close the PR, It will respawn again.

Screenshot 2024-08-02 at 8 59 43 PM

debasishbsws avatar Aug 02 '24 15:08 debasishbsws

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-2482579728
INFO   guest dir: /temp/melange-guest-1274106476
ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/apache-arrow] Error 2
##[error]Process completed with exit code 2."

Suggestions:
1. Verify dependencies and ensure all required packages are installed.
2. Check the Makefile for any syntax errors or incorrect paths.
3. Ensure the build environment is correctly configured.
4. Review the build logs for more specific error details.
5. Run the build command manually in the preserved environment for debugging.

octo-sts[bot] avatar Aug 14 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-2010812782
INFO   guest dir: /temp/melange-guest-168378255
ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/apache-arrow] Error 2
##[error]Process completed with exit code 2."

1. Verify dependencies are installed.
2. Check for missing or incorrect paths in the Makefile.
3. Ensure the build environment is correctly configured.
4. Review logs in /temp/melange-workspace-2010812782 for more details.
5. Re-run the build process.

octo-sts[bot] avatar Aug 19 '24 16:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: 

ERROR: failed to build package. the build environment has been preserved: INFO workspace dir: /temp/melange-workspace-745805173 INFO guest dir: /temp/melange-guest-598164433 ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1 make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1 make[1]: Leaving directory '/github/home' make: *** [Makefile:101: package/apache-arrow] Error 2 ##[error]Process completed with exit code 2.


Suggestions:
1. Verify dependencies are installed.
2. Check for missing or incorrect paths in the Makefile.
3. Ensure the build environment is correctly configured.
4. Review logs in `/temp/melange-workspace-745805173` and `/temp/melange-guest-598164433` for specific errors.
5. Re-run the build process.

octo-sts[bot] avatar Aug 19 '24 18:08 octo-sts[bot]

We're waiting to see if the graphql issue is present in the next release / tag of apache arrow - which is why we've left this in draft, to prevent automation re-creating this without an actual update. If it's still an issue for next release, we'll dig further

mamccorm avatar Sep 06 '24 09:09 mamccorm

Open AI suggestions to solve the build error:

The error message is: "CMake Error at /usr/lib64/cmake/zstd/zstdTargets.cmake:107 (message): The imported target 'zstd::libzstd_static' references the file '/usr/lib/libzstd.a' but this file does not exist."

1. Verify if `libzstd.a` is installed: `sudo find / -name libzstd.a`.
2. If not installed, install it: `sudo apt-get install libzstd-dev` (Debian/Ubuntu) or `sudo yum install libzstd-devel` (RHEL/CentOS).
3. Update CMakeLists.txt to point to the correct path if `libzstd.a` is located elsewhere.
4. Re-run CMake configuration.

octo-sts[bot] avatar Sep 20 '24 17:09 octo-sts[bot]

I'm going to close this and watch the update bot service logs when the next schedule runs

rawlingsj avatar Oct 02 '24 11:10 rawlingsj

Looks like the new PR correctly had the expected commit sha https://github.com/wolfi-dev/os/pull/29893/files.

rawlingsj avatar Oct 02 '24 11:10 rawlingsj