Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding VersionStream for gitlab-cng-17.3 #26511

Merged
merged 6 commits into from
Aug 19, 2024
Merged

Adding VersionStream for gitlab-cng-17.3 #26511

merged 6 commits into from
Aug 19, 2024

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Aug 17, 2024

No description provided.

Copy link
Contributor Author

octo-sts bot commented Aug 17, 2024

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
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-457160926
INFO guest dir: /temp/melange-guest-4278318032
ERRO failed to build package: unable to run package gitlab-cng-17.3 pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/gitlab-cng-17.3-17.3.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/gitlab-cng-17.3] Error 2"

1. Run `git config --global --add safe.directory /github/home`.
2. Ensure the URL in the GET request includes a valid protocol (e.g., `http://` or `https://`).
3. Verify the build environment and dependencies.
4. Check the Makefile for errors or missing dependencies.
5. Re-run the build process.

Copy link
Contributor Author

octo-sts bot commented Aug 18, 2024

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-2791503378
INFO guest dir: /temp/melange-guest-2424187577
ERRO failed to build package: unable to run subpackage gitlab-shell-17.3 pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/gitlab-cng-17.3-17.3.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/gitlab-cng-17.3] Error 2
##[error]Process completed with exit code 2.


Suggested actions:
1. Verify dependencies for `gitlab-shell-17.3`.
2. Check the Makefile for correct paths and targets.
3. Ensure the build environment is correctly set up.
4. Run `make clean` to clear previous builds.
5. Re-run the build command with verbose logging for more details.

Signed-off-by: Mark McCormick <[email protected]>
Copy link
Contributor Author

octo-sts bot commented Aug 18, 2024

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-3934903243
INFO   guest dir: /temp/melange-guest-3573622567
ERRO failed to build package: unable to run subpackage gitlab-shell-17.3 pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/gitlab-cng-17.3-17.3.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/gitlab-cng-17.3] Error 2
##[error]Process completed with exit code 2."

To fix the error:
1. Check the version of `google.golang.org/grpc` in `go.mod`.
2. Ensure it matches the required version `v1.64.1`.
3. Run `go mod tidy`.
4. Rebuild the package.

Signed-off-by: Mark McCormick <[email protected]>
@mamccorm mamccorm enabled auto-merge (squash) August 18, 2024 19:37
gitlab-cng-17.3.yaml Outdated Show resolved Hide resolved
Signed-off-by: Mark McCormick <[email protected]>
@mamccorm mamccorm merged commit fc1ceeb into main Aug 19, 2024
12 of 13 checks passed
@mamccorm mamccorm deleted the gitlab-cng-17.3 branch August 19, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants