jammy doesn't start #20

Open
opened 2022-05-10 23:29:32 +00:00 by lee.miller · 7 comments
Contributor

Hi!

I cannot found a jammy worker ): https://buildbot.bitmessage.org/#/builders/32/builds/616

Hi! I cannot found a jammy worker ): https://buildbot.bitmessage.org/#/builders/32/builds/616
Owner

I think that I misunderstand something and that buildbot sees some multibuild children as duplicates so it skips them. I'll investigate if this is the same bug or something else.

I think that I misunderstand something and that buildbot sees some multibuild children as duplicates so it skips them. I'll investigate if this is the same bug or something else.
Owner

It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968

It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968
Author
Contributor

It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968

I've seen it locally. You need to update docker. Mine is 20.10.14.

> It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968 I've seen it locally. You need to update docker. Mine is 20.10.14.
Owner

It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968

I've seen it locally. You need to update docker. Mine is 20.10.14.

Not fully sure how to update docker the best way, probably upgrading the bare metal to jammy would be the easiest but needs testing. I found a possible workaround though:

https://stackoverflow.com/a/71982514

RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \
      /etc/apt/apt.conf.d/docker-clean

We're running the clean in the buildbot bootstrapper anyway so it doesn't make a difference.

> > It looks like the same problem. If you rerun the parent manually, it looks like it fixes itself so now we have an output from jammy: https://buildbot.bitmessage.org/#/builders/33/builds/968 > > I've seen it locally. You need to update docker. Mine is 20.10.14. Not fully sure how to update docker the best way, probably upgrading the bare metal to jammy would be the easiest but needs testing. I found a possible workaround though: https://stackoverflow.com/a/71982514 ``` RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \ /etc/apt/apt.conf.d/docker-clean ``` We're running the clean in the buildbot bootstrapper anyway so it doesn't make a difference.
Author
Contributor

https://stackoverflow.com/a/71982514

RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \
      /etc/apt/apt.conf.d/docker-clean

Yes, I read it. It solved the issue temporary. Need to rebuild the local container to see if it's enough.

> https://stackoverflow.com/a/71982514 > > ``` > RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \ > /etc/apt/apt.conf.d/docker-clean > ``` Yes, I read it. It solved the issue temporary. Need to rebuild the local container to see if it's enough.
Author
Contributor
No way: https://buildbot.bitmessage.org/#/builders/33/builds/983. It is also a docker bug.
Owner

Ok I'll see what I can do but it will take a while.

Ok I'll see what I can do but it will take a while.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/buildbot_multibuild#20
No description provided.