<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH_OSMO_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>6102</buildingDurationMillis><executingTimeMillis>6102</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>3</queuingDurationMillis><queuingTimeMillis>3</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>6105</totalDurationMillis><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>519</buildNumber><marked><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><branch><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><name>origin/master</name></branch></marked><revision><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><branch><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>2</buildNumber><marked><SHA1>5468c9763682f119ce42f377f37099a5ed644e4d</SHA1><branch><SHA1>5468c9763682f119ce42f377f37099a5ed644e4d</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>5468c9763682f119ce42f377f37099a5ed644e4d</SHA1><branch><SHA1>5468c9763682f119ce42f377f37099a5ed644e4d</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><branch><SHA1>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom-release-android-apks/519/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom-release-android-apks/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom-release-android-apks/519/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom-release-android-apks/519/testReport</testsUrl></action><building>false</building><displayName>#519</displayName><duration>6102</duration><estimatedDuration>3552</estimatedDuration><fullDisplayName>Osmocom-release-android-apks #519</fullDisplayName><id>519</id><inProgress>false</inProgress><keepLog>false</keepLog><number>519</number><queueId>103425</queueId><result>SUCCESS</result><timestamp>1777440480806</timestamp><url>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom-release-android-apks/519/</url><builtOn>build5-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/ttcn3-testsuites-testenv.yml</affectedPath><commitId>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</commitId><timestamp>1777367744000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/ttcn3-testsuites-testenv: fix rm apt partial

Fix that testenv jobs may fail to remove the cache at the beginning:

  rm: cannot remove '_cache/podman/var-lib-apt-debian-trixie/lists/partial': Permission denied

This happens when the partial directory still exists:

  $ ls -lah ~/jenkins/workspace/ttcn3-bsc-test-sccplite/_cache/podman/var-lib-apt-debian-trixie/lists
  total 12K
  drwxr-xr-x 3 osmocom-build osmocom-build 4.0K Apr 27 08:48 .
  drwxr-xr-x 3 osmocom-build osmocom-build 4.0K Apr 26 08:48 ..
  drwx------ 2        100041 osmocom-build 4.0K Apr 26 08:48 partial

Which in turn is the result of "apt update" failing to download files in
an earlier job:

  E: Failed to fetch https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13/./Packages.gz  File has unexpected size (210767 != 210491). Mirror sync in progress? [IP: 148.251.236.141 443]
     Hashes of expected file:
      - Filesize:210491 [weak]
      - SHA256:a0cdea838b724880f455d68eb433f6331a7d4113c2eb677ca2f7f6dbdf9a72e1
      - SHA1:71780896257ca550e51b95e77fee4c63fcc9980c [weak]
      - MD5Sum:531a2d49d4e9f3ff121ca6aa5be602fc [weak]
     Release file created at: Sun, 26 Apr 2026 08:48:04 +0000
  E: Some index files failed to download. They have been ignored, or old ones used instead.

Change-Id: I35b9e42b754805b42f0a868a5d0c20c1f1c01731
</comment><date>2026-04-28 11:15:44 +0200</date><id>bfd7af42f7d36e565e5d5bf2f5787eab72cd1021</id><msg>jobs/ttcn3-testsuites-testenv: fix rm apt partial</msg><path><editType>edit</editType><file>jobs/ttcn3-testsuites-testenv.yml</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>