Friday, 2024-04-19

@arkawick:matrix.orgHi, in time of configuring the services of zuul I am getting one error with exit code 125. It states that unable to start the container. I have checked docker and podman are installed properly and also checked for CNI issues. But this configuration problem is not resolving. Can you please help? I couldn't find any definite solution. 07:54
-@gerrit:opendev.org- Felix Edel proposed:07:57
- [zuul/zuul] 916284: Implement new status page https://review.opendev.org/c/zuul/zuul/+/916284
- [zuul/zuul] 916285: Make helper functions available to other components https://review.opendev.org/c/zuul/zuul/+/916285
- [zuul/zuul] 916286: Implement QueueItemPopover https://review.opendev.org/c/zuul/zuul/+/916286
- [zuul/zuul] 916287: Implement PipelineDetails view https://review.opendev.org/c/zuul/zuul/+/916287
- [zuul/zuul] 916288: Sort pipelines on status page by number of queue items https://review.opendev.org/c/zuul/zuul/+/916288
- [zuul/zuul] 916289: Align QueueItem and QueueItemPopover https://review.opendev.org/c/zuul/zuul/+/916289
- [zuul/zuul] 916290: Align job progress bars and job result labels https://review.opendev.org/c/zuul/zuul/+/916290
-@gerrit:opendev.org- Zuul merged on behalf of lotorev vitaly: [zuul/zuul] 914240: Update docs for job.dependencies and provides/requires https://review.opendev.org/c/zuul/zuul/+/91424012:17
@picog:matrix.orgHello. On an old install of zuul that was done by someone else, when jobs ran there was a nice header at the start of the job that would tell you which host the job is running on. Somehow when I moved to a new install of zuul, I lost that. Is there a standard way to enable this or do I just implement my own ansible in a base job? 13:31
@jim:acmegating.comPico: you might be looking for https://zuul-ci.org/docs/zuul-jobs/latest/general-roles.html#role-emit-job-header13:44
@jim:acmegating.comarkawick: if you're using docker, maybe you can check the systemd logs for docker to find out why it can't start the container.  or with podman-compose, maybe something like `--podman-args="--log-level debug"` to get more logs13:47
@picog:matrix.org> <@jim:acmegating.com> Pico: you might be looking for https://zuul-ci.org/docs/zuul-jobs/latest/general-roles.html#role-emit-job-header13:50
Ah, it's this right?
https://zuul.opendev.org/t/openstack/build/b93650d6ca4145fc8270aa96b520c5ab/log/job-output.txt#33
@jim:acmegating.comPico: yes, that's it13:57
@clarkb:matrix.org> <@arkawick:matrix.org> Hi, in time of configuring the services of zuul I am getting one error with exit code 125. It states that unable to start the container. I have checked docker and podman are installed properly and also checked for CNI issues. But this configuration problem is not resolving. Can you please help? I couldn't find any definite solution. 14:04
I don't think this is sufficient information to debug. What service is failing to start? Are there any logs?
@ricolin:matrix.orgHi all, currently ensure-chart-testing from zuul/zuul-jobs are broken, please help to take a review on this XS patch and unblock it https://review.opendev.org/c/zuul/zuul-jobs/+/916303 . Thanks!17:05
@clarkb:matrix.orgRico Lin: do you know why we use such an old version of yamale at all?17:13
@clarkb:matrix.orglooks like the commit you linked is recent but that version of the library is old?17:14
@clarkb:matrix.orgI +2'd because I don't think the change is harmful or will make anything worse, but it isn't clear to me why it would be helpful17:15
-@gerrit:opendev.org- Zuul merged on behalf of Rico Lin: [zuul/zuul-jobs] 916303: Fix collection import error https://review.opendev.org/c/zuul/zuul-jobs/+/91630317:30
@arkawick:matrix.orgERRO[0000] error loading cached network config: network "zuul-tutorial_zuul" not found in CNI cache17:32
WARN[0000] falling back to loading from existing plugins on disk
WARN[0000] Error validating CNI config file /home/arkawick/.config/cni/net.d/zuul-tutorial_zuul.conflist: [plugin bridge does not support config version "1.0.0" plugin portmap does not support config version "1.0.0" plugin firewall does not support config version "1.0.0" plugin tuning does not support config version "1.0.0"]
ERRO[0000] Error tearing down partially created network namespace for container f0f2cc800502bc9b336a04a0a79ac7edd746d6df2e2732c68d01fc3c9add7128: CNI network "zuul-tutorial_zuul" not found
WARN[0000] Error validating CNI config file /home/arkawick/.config/cni/net.d/zuul-tutorial_zuul.conflist: [plugin bridge does not support config version "1.0.0" plugin portmap does not support config version "1.0.0" plugin firewall does not support config version "1.0.0" plugin tuning does not support config version "1.0.0"]
ERRO[0000] error loading cached network config: network "zuul-tutorial_zuul" not found in CNI cache
WARN[0000] falling back to loading from existing plugins on disk
WARN[0000] Error validating CNI config file /home/arkawick/.config/cni/net.d/zuul-tutorial_zuul.conflist: [plugin bridge does not support config version "1.0.0" plugin portmap does not support config version "1.0.0" plugin firewall does not support config version "1.0.0" plugin tuning does not support config version "1.0.0"]
ERRO[0000] Error tearing down partially created network namespace for container b45782f29dc2379facf9e9a6dbe947c5ee40ac3e7ac9e1e111f279e207a3fe36: CNI network "zuul-tutorial_zuul" not found
ERRO[0000] error starting some container dependencies
ERRO[0000] "error configuring network namespace for container f0f2cc800502bc9b336a04a0a79ac7edd746d6df2e2732c68d01fc3c9add7128: CNI network \"zuul-tutorial_zuul\" not found"
ERRO[0000] "a dependency of container ce9063aabc21ecbe2d50548403d086eb525476c32a5671009b81be376b21ee13 failed to start: container state improper"
ERRO[0000] "error configuring network namespace for container b45782f29dc2379facf9e9a6dbe947c5ee40ac3e7ac9e1e111f279e207a3fe36: CNI network \"zuul-tutorial_zuul\" not found"
Error: unable to start container 716e3f55b28b1f0cce6876a4b2511ba54ca8351b7f21f4d11010c783297bae3c: error starting some containers: internal libpod error
exit code: 125
@ricolin:matrix.orgClark: I have no idea why it's pin on that version at first place TBH.17:42
@clarkb:matrix.orgRico Lin: ok, but why does updating it to the next still really old version fix an issue with a fix from this year?17:43
@clarkb:matrix.orgLooks like https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394 is this on ubuntu jammy? And was it working before then stopped working?17:52
@clarkb:matrix.orghttps://opendev.org/zuul/zuul-jobs/commit/97ae13d7a231d0106c8f1bf885959197c2b6da15 apparently this affected zuul jobs as well and this was the fix17:54
@clarkb:matrix.orghttps://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394/comments/14 might be a better fix depending on your needs17:56
-@gerrit:opendev.org- Rico Lin proposed: [zuul/zuul-jobs] 916531: bump ensure-chart-testing dependencies https://review.opendev.org/c/zuul/zuul-jobs/+/91653118:02
@ricolin:matrix.orgClark:  like this? https://review.opendev.org/c/zuul/zuul-jobs/+/91653118:02
@clarkb:matrix.orgRico Lin: ya something like that is more what I would expect to help if the problem is fixed in a recent change18:04
@clarkb:matrix.orgRico Lin: are you able to confirm if the merged change does fix your problem or not?18:04
@ricolin:matrix.orgjust did a `recheck` here, let's see https://review.opendev.org/c/openstack/openstack-helm/+/89986418:06
@picog:matrix.org> <@clarkb:matrix.org> The last line in your error would indicate some sort of problem with DNS lookups for the Gerrit server name.18:28
I see the problem is that the gerrit container crashes.
```
[2024-04-18T21:19:47.579Z] [HTTP POST /a/accounts/self/sshkeys (admin from 10.89.0.91)] ERROR com.google.gerrit.server.restapi.account.AddSshKey : Cannot send SSH key added message to admin@example.com [CONTEXT request="REST /accounts/*/sshkeys" ]
com.google.gerrit.exceptions.EmailException: Mail Error: Connection refused
at com.google.gerrit.server.mail.send.SmtpEmailSender.open(SmtpEmailSender.java:441)
at com.google.gerrit.server.mail.send.SmtpEmailSender.send(SmtpEmailSender.java:213)
<snip horribly long backtrace>
...
@picog:matrix.orgDoes the gerrit contain not auto restart? 18:29
@picog:matrix.org * Does the gerrit container not auto restart? 18:29
@clarkb:matrix.org> <@picog:matrix.org> Does the gerrit container not auto restart? 18:52
I don't see a restart specification. But honestly that's probably best for something like Gerrit and also a quick start where you want problems to expose themselves so they can be addressed. https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#sendemail is an option for disabling email entirely in Gerrit which may be appropriate for the quick start gerrit
@picog:matrix.org> <@clarkb:matrix.org> I don't see a restart specification. But honestly that's probably best for something like Gerrit and also a quick start where you want problems to expose themselves so they can be addressed. https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#sendemail is an option for disabling email entirely in Gerrit which may be appropriate for the quick start gerrit18:55
Thank you!

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!