<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "registry-rebuild-upload-titan" build number 1,481</shortDescription><upstreamBuild>1481</upstreamBuild><upstreamProject>registry-rebuild-upload-titan</upstreamProject><upstreamUrl>job/registry-rebuild-upload-titan/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>5</buildableDurationMillis><buildableTimeMillis>5</buildableTimeMillis><buildingDurationMillis>51595</buildingDurationMillis><executingTimeMillis>51595</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>9140</queuingDurationMillis><queuingTimeMillis>9140</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>60735</totalDurationMillis><waitingDurationMillis>9133</waitingDurationMillis><waitingTimeMillis>9133</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>931</buildNumber><marked><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><branch><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><branch><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><branch><SHA1>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/docker-playground</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/931/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/931/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/931/testReport</testsUrl></action><building>false</building><displayName>#931</displayName><duration>51595</duration><estimatedDuration>40888</estimatedDuration><fullDisplayName>registry-rebuild-upload-ttcn3-bts-tests #931</fullDisplayName><id>931</id><inProgress>false</inProgress><keepLog>false</keepLog><number>931</number><queueId>1216363</queueId><result>SUCCESS</result><timestamp>1689687207565</timestamp><url>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/931/</url><builtOn>build3-deb11build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>osmo-uecups-master/Dockerfile</affectedPath><commitId>94f8a8147ec788674f4f561a9571aec49bc7b0e1</commitId><timestamp>1689674178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>osmo-uecups-master: remove useradd

debian-bookworm-build already adds a user (as it is a combination of
debian-bullseye-build and debian-bullseye-jenkins, and the latter did
it). Remove the additional useradd in osmo-uecups-master to fix:

useradd: UID 1000 is not unique

I've looked through related configs and scripts and the username is not
hardcoded there.

Related: OS#6057
Change-Id: I28f2a110167f550e1b38332ed4e7124b9e76f312
</comment><date>2023-07-18 11:56:18 +0200</date><id>94f8a8147ec788674f4f561a9571aec49bc7b0e1</id><msg>osmo-uecups-master: remove useradd</msg><path><editType>edit</editType><file>osmo-uecups-master/Dockerfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/kernel-test/initrd-build.sh</affectedPath><commitId>0660fc4e4b3da2f4711c11fa476a0fcdd1b4932c</commitId><timestamp>1689682358000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>scripts/kernel-test: adjust to usr-merge

In debian bookworm, the /usr merge has been implemented:

  /bin → /usr/bin
  /sbin → /usr/sbin
  /lib → /usr/lib
  /lib64 → /usr/lib64

The initramfs filesystem layout is derived from the paths of the
binaries and libraries in the full system. Create the same symlinks and
adjust initrd_add_bin so it does not trip over the symlinks.

I've also considered to change all input for initrd_add_bin to point at
the /usr/… paths. But this is not possible, for example ldd/lddtree will
point at libraries in /lib and /lib64, and this gets passed to
initrd_add_bin.

Without this patch, the init script and all binaries called from it
cannot be executed.

Related: OS#6057
Related: https://wiki.debian.org/UsrMerge
Change-Id: I975d3af0fa88869688673936a08189de800fba29
</comment><date>2023-07-18 14:12:38 +0200</date><id>0660fc4e4b3da2f4711c11fa476a0fcdd1b4932c</id><msg>scripts/kernel-test: adjust to usr-merge</msg><path><editType>edit</editType><file>scripts/kernel-test/initrd-build.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/kernel-test/run-qemu.sh</affectedPath><commitId>90e48a63e00142d332d67da0b75a1f8ef2dd2b38</commitId><timestamp>1689682476000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>scripts/kernel-test/run-qemu: set init=/init

Set init= so the kernel doesn't try to run other scripts if /init
fails:

[    2.946381] Run /init as init process
[    2.948885] Failed to execute /init (error -2)
[    2.949051] Run /sbin/init as init process
[    2.949329] Run /etc/init as init process
[    2.949566] Run /bin/init as init process
[    2.949795] Run /bin/sh as init process

Change-Id: I063c7625acaa15130d8361d4e944c3773c9b37c4
</comment><date>2023-07-18 14:14:36 +0200</date><id>90e48a63e00142d332d67da0b75a1f8ef2dd2b38</id><msg>scripts/kernel-test/run-qemu: set init=/init</msg><path><editType>edit</editType><file>scripts/kernel-test/run-qemu.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/kernel-test/run-qemu.sh</affectedPath><commitId>29bd71264db9d5f674a4bd2e1099aa6a8c4b1178</commitId><timestamp>1689682476000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>scripts/kernel-test/run-qemu: update qemu args

Fix these warnings:

warning: short-form boolean option 'server' deprecated
warning: short-form boolean option 'nowait' deprecated

Change-Id: Iba84d8e61c2d9cbd687d803066db0c04aca9f805
</comment><date>2023-07-18 14:14:36 +0200</date><id>29bd71264db9d5f674a4bd2e1099aa6a8c4b1178</id><msg>scripts/kernel-test/run-qemu: update qemu args</msg><path><editType>edit</editType><file>scripts/kernel-test/run-qemu.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/kernel-test/initrd-build.sh</affectedPath><commitId>cb707e83c814c029aa1cf8b9e1de41139bd5a91b</commitId><timestamp>1689683080000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>scripts/kernel-test: fixup for initrd_add_file

The previous versions happened to work too in my testing with
osmo-ggsn. Use the correct loop variable.

Fixes: 0660fc4e ("scripts/kernel-test: adjust to usr-merge")
Change-Id: I0c0ca91116a8cd156b185bb53512371bbcb76515
</comment><date>2023-07-18 14:24:40 +0200</date><id>cb707e83c814c029aa1cf8b9e1de41139bd5a91b</id><msg>scripts/kernel-test: fixup for initrd_add_file</msg><path><editType>edit</editType><file>scripts/kernel-test/initrd-build.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ttcn3-hnbgw-test/jenkins.sh</affectedPath><affectedPath>ttcn3-hnbgw-test/HNBGW_Tests.cfg</affectedPath><commitId>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</commitId><timestamp>1689686932000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest

Depends: osmo-ttcn3-hacks.git Change-Id I5c18cf2d6797bcf0bef13d71ab0b69f1403b474f
Change-Id: I1a933795ffef3cea97fcf34b1c513e71f3256c83
</comment><date>2023-07-18 13:28:52 +0000</date><id>cb4897e4c09f7213c929dfd85f1657d697e6bf3d</id><msg>hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest</msg><path><editType>edit</editType><file>ttcn3-hnbgw-test/jenkins.sh</file></path><path><editType>edit</editType><file>ttcn3-hnbgw-test/HNBGW_Tests.cfg</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><description></description><fullName>Oliver Smith</fullName><id>osmith</id></culprit><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><description></description><fullName>Pau Espin Pedrol</fullName><id>pespin</id></culprit></freeStyleBuild>