os icon indicating copy to clipboard operation
os copied to clipboard

rqlite/8.28.4 package update

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

octo-sts[bot] avatar Aug 16 '24 04: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-3760861679
INFO   guest dir: /temp/melange-guest-3282151821
ERRO failed to build package: unable to run package rqlite pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/rqlite-8.28.4-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/rqlite] Error 2
##[error]Process completed with exit code 2."

1. Verify dependencies are installed.
2. Check the Makefile for errors.
3. Ensure the build environment is correctly set up.
4. Review logs in /temp/melange-workspace-3760861679 and /temp/melange-guest-3282151821.
5. Run `make clean` and retry the build.
6. Update rqlite to the latest version if needed.

octo-sts[bot] avatar Aug 16 '24 04: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 request failed error=\"Get \\\"./packages/apk-configuration\\\": unsupported protocol scheme \\\"\\\"\" method=GET url=./packages/apk-configuration
INFO patching file docker-entrypoint.sh
INFO Hunk #1 FAILED at 78.
INFO 1 out of 1 hunk FAILED -- saving rejects to file docker-entrypoint.sh.rej
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-2800770388
INFO   guest dir: /temp/melange-guest-196249957
ERRO failed to build package: unable to run package rqlite pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/rqlite-8.28.4-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/rqlite] Error 2
##[error]Process completed with exit code 2."

To fix this error:
1. Run `git config --global --add safe.directory /github/home`.
2. Check the URL in the GET request for `./packages/apk-configuration`.
3. Review and fix the patch for `docker-entrypoint.sh` at line 78.
4. Ensure all dependencies and environment settings are correct.
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-1506749742
INFO   guest dir: /temp/melange-guest-2877996731
ERRO failed to build package: unable to run package rqlite pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/rqlite-8.28.4-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/rqlite] Error 2
##[error]Process completed with exit code 2."

1. Verify dependencies are installed.
2. Check for errors in the Makefile at lines 101 and 111.
3. Ensure the build environment is correctly set up.
4. Review the pipeline configuration for issues.
5. Re-run the build with verbose logging for more details.

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

superseded by https://github.com/wolfi-dev/os/pull/26978

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