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

Package tests / Package Tests (deb) fails with an error #632

Closed
codeboten opened this issue Aug 7, 2024 · 3 comments
Closed

Package tests / Package Tests (deb) fails with an error #632

codeboten opened this issue Aug 7, 2024 · 3 comments
Labels
artifact:deb Issues related to DEB packages

Comments

@codeboten
Copy link
Contributor

See https://github.com/open-telemetry/opentelemetry-collector-releases/actions/runs/10245762892/job/28471483417 for more details:

podman run --name "$container_name" -d "$image_name"
08bc01d3eecf36fd5e58f531ddbc5802bcb8e2b161769c25e971e9230fd38a7f
install_pkg "$container_name" "$PKG_PATH"
Installing otelcol-contrib_0.106.1-SNAPSHOT-49285ea_linux_amd64.deb ...
Copying ./otelcol-contrib_0.106.1-SNAPSHOT-49285ea_linux_amd64.deb to otelcontribcol-deb-test:/tmp/otelcol-contrib_0.106.1-SNAPSHOT-49285ea_linux_amd64.deb ...
dpkg: error processing archive /tmp/otelcol-contrib_0.106.1-SNAPSHOT-49285ea_linux_amd64.deb (--install):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 8 package 'otelcol-contrib':
 'Depends' field, invalid package name '/bin/sh': must start with an alphanumeric character
Errors were encountered while processing:
 /tmp/otelcol-contrib_0.106.1-SNAPSHOT-49285ea_linux_amd64.deb
podman rm -fv $container_name >/dev/null 2>&1 || true
@codeboten
Copy link
Contributor Author

This appears related to 5342205, @mowies can you have a look?

@dosubot dosubot bot added the artifact:deb Issues related to DEB packages label Aug 7, 2024
@mowies
Copy link
Member

mowies commented Aug 8, 2024

@codeboten this should have been fixed in #620 🤔
Maybe a rebase/recreate of the PR does the trick to bring it fully up to date with main branch?

@codeboten
Copy link
Contributor Author

codeboten commented Aug 13, 2024

thanks @mowies, looks like the issue is fixed on rebasing the original PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
artifact:deb Issues related to DEB packages
Projects
None yet
Development

No branches or pull requests

2 participants