[MDBF-354] buildbot: builder aarch64-{debian-10,ubuntu-20.04}-deb-autobake failures - dh-systemd dependency Created: 2022-03-01 Updated: 2022-04-07 Resolved: 2022-04-07 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
the dh-systemd dependency should be removed for when libsystemd-dev exists. This is the case on the images:
And likewise for
10.3, 10.4 branches are failing on these builders
E.g:
So I assume the workers need to pull new images:
Possibly others. |
| Comments |
| Comment by Vlad Bogolin [ 2022-03-01 ] |
|
Buildbot should automatically pull the new image once is on quay. So, there must be something else or a pull bug. Need to check more. |
| Comment by Daniel Black [ 2022-04-07 ] |
|
Resolved on server side https://github.com/MariaDB/server/pull/2040 - dh-systemd removed as libsystemd-dev always exists on our supported platforms (debhelper (>= 10)). Merged up and bb images have been pulled from this. |