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

test failure with mosquitto #31036

Open
murraybd opened this issue Oct 17, 2024 · 0 comments
Open

test failure with mosquitto #31036

murraybd opened this issue Oct 17, 2024 · 0 comments

Comments

@murraybd
Copy link
Contributor

make test/mosquitto fails with the following error:

2024/10/17 19:53:51 INFO populating workspace /tmp/melange-workspace-2826290421 from ./mosquitto/
2024/10/17 19:53:51 INFO ImgRef = /tmp/melange-guest-3018673093
2024/10/17 19:53:51 INFO running the main test pipeline
2024/10/17 19:53:51 WARN + '[' -d /home/build ]
2024/10/17 19:53:51 WARN + cd /home/build
2024/10/17 19:53:51 WARN + TOPIC=test/topic
2024/10/17 19:53:51 WARN + MESSAGE='Hello, Mosquitto!'
2024/10/17 19:53:51 WARN + getent group mosquitto
2024/10/17 19:53:51 WARN /bin/sh: getent: not found
2024/10/17 19:53:51 WARN + addgroup -S mosquitto
2024/10/17 19:53:51 WARN addgroup: permission denied (are you root?)
2024/10/17 19:53:51 INFO ERROR: failed to test package. the test environment has been preserved:
2024/10/17 19:53:51 INFO   workspace dir: /tmp/melange-workspace-2826290421
2024/10/17 19:53:51 INFO   guest dir: /tmp/melange-guest-1507565706
2024/10/17 19:53:51 ERRO failed to test package: unable to run pipeline: unable to run pipeline: exit status 1
make: *** [Makefile:136: test/mosquitto] Error 1

Adding posix-libc-utils, which provides getent, as a test dep is not enough to resolve the issue as then addgroup fails.

@murraybd murraybd changed the title test failure with moquitto test failure with mosquitto Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant