<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,645</shortDescription><upstreamBuild>1645</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>6</buildableDurationMillis><buildableTimeMillis>6</buildableTimeMillis><buildingDurationMillis>61383</buildingDurationMillis><executingTimeMillis>61383</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>5353</queuingDurationMillis><queuingTimeMillis>5353</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>66736</totalDurationMillis><waitingDurationMillis>5346</waitingDurationMillis><waitingTimeMillis>5346</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>977</buildNumber><marked><SHA1>ae291d598229353d21b6fde72554bdc7f25d30c8</SHA1><branch><SHA1>ae291d598229353d21b6fde72554bdc7f25d30c8</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>ae291d598229353d21b6fde72554bdc7f25d30c8</SHA1><branch><SHA1>ae291d598229353d21b6fde72554bdc7f25d30c8</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1094</buildNumber><marked><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</SHA1><branch><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</SHA1><branch><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</SHA1><branch><SHA1>01c04193f79a67bf07fafe1698540a8e8830691f</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/1094/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/1094/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/1094/testReport</testsUrl></action><building>false</building><displayName>#1094</displayName><duration>61383</duration><estimatedDuration>20543</estimatedDuration><fullDisplayName>registry-rebuild-upload-ttcn3-bts-tests #1094</fullDisplayName><id>1094</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1094</number><queueId>1319105</queueId><result>SUCCESS</result><timestamp>1697510668732</timestamp><url>https://jenkins.osmocom.org/jenkins/view/all/job/registry-rebuild-upload-ttcn3-bts-tests/1094/</url><builtOn>build3-deb11build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>common/ttcn3-docker-run.sh</affectedPath><affectedPath>README.md</affectedPath><commitId>ba1385fe60755099caff591adadf66bce27946a8</commitId><timestamp>1697446357000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>common/ttcn3-docker-run.sh: add TEST_NAME env var

Make it possible to run only one test by setting an environment
variable.

Change-Id: I1f45a05e089b429918096fcd64f7c02033d5a9dd
</comment><date>2023-10-16 08:52:37 +0000</date><id>ba1385fe60755099caff591adadf66bce27946a8</id><msg>common/ttcn3-docker-run.sh: add TEST_NAME env var</msg><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>common/ttcn3-docker-run.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>debian-bookworm-erlang/Dockerfile</affectedPath><commitId>01c04193f79a67bf07fafe1698540a8e8830691f</commitId><timestamp>1697462358000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>debian-bookworm-erlang: use debian's rebar3

Use debian's version of rebar3 instead of downloading a binary. This
was useful when the container was based on debian 11 where rebar3
wasn't in debian's repositories. Debian 12 has version 3.19.0.

This also solves a caching problem on one of the jenkins nodes, which
currently fails at this line:
  ADD  https://github.com/erlang/rebar3/archive/refs/tags/${REBAR3_VERSION}.tar.gz /tmp/rebar3.tar.gz
with:
  ERROR: failed to solve: failed to load cache key: invalid not-modified ETag: "fce57989250a021a2be5fe5eddd655d6d415eef04f769bf1437f3d6dddfa5559"

My understanding is that docker has cached an ETag that is no longer
valid / maybe the format changed - and instead of simply requesting the
file again, it just fails there.

Related: https://en.wikipedia.org/wiki/HTTP_ETag
Change-Id: I69e02d004a0bd6f9d3a462f4e184b3e9361cc7fe
</comment><date>2023-10-16 15:19:18 +0200</date><id>01c04193f79a67bf07fafe1698540a8e8830691f</id><msg>debian-bookworm-erlang: use debian's rebar3</msg><path><editType>edit</editType><file>debian-bookworm-erlang/Dockerfile</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></freeStyleBuild>