{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"registry-rebuild-upload-titan\" build number 2,305",
          "upstreamBuild" : 2305,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 63443,
      "executingTimeMillis" : 63443,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5963,
      "waitingTimeMillis" : 5963
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 977,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
            "branch" : [
              {
                "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
            "branch" : [
              {
                "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1753,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
            "branch" : [
              {
                "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
            "branch" : [
              {
                "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
        "branch" : [
          {
            "SHA1" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1753",
  "duration" : 63443,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1753",
  "id" : "1753",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1753,
  "queueId" : 1708602,
  "result" : "SUCCESS",
  "timestamp" : 1729152091735,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1753/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/Dockerfile"
        ],
        "commitId" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
        "timestamp" : 1729088103000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "osmo-gsm-tester: use debian-bookworm-build\u000a\u000aosmo-gsm-tester was the last user of debian-buster-jenkins, and it just\u000abroke again for some reason. Instead of adjusting debian-buster-jenkins\u000aagain this time, I've adjusted osmo-gsm-tester to run with\u000adebian-bookworm-build instead so we can avoid the maintenance effort of\u000akeeping debian-buster-jenkins working, as well as the additional time\u000aneeded to build this container.\u000a\u000aWe held off from upgrading to debian-bookworm-build, because no mongodb\u000adebian packages are available for bookworm. However in the meantime we\u000ahave just installed the bullseye mongodb package in bookworm together\u000awith the older libssl from bullseye that it was build against - we did\u000athis in other containers already, so do this here too.\u000a\u000aOther adjustments:\u000a* Pip needs --break-system-packages now (it is fine in a docker\u000a  container)\u000a* Patchelf in bookworm is >= 0.11 (getting installed in the apt install\u000a  call already), so we don't need to build it from source anymore.\u000a* Remove 'if [ \"$(arch)\" = \"x86_64\" ];' around the mongodb code. This\u000a  was needed earlier when we used to build this container on arm devices\u000a  too, but AFAIK we don't do that anymore and it wasn't really useful in\u000a  the first place. (And if we do we can bring this back easily.)\u000a* Add rpm2cpio and cpio, because these are used during the\u000a  osmo-gsm-tester_build-osmocom-bb job which will use this docker image\u000a  with an upcoming osmo-ci patch (currently it is not using docker to\u000a  build the Osmocom programs, but that leads to missing library errors\u000a  once we upgrade to bookworm here). IMHO the build process should be\u000a  reworked so that this is not necessary, but given that osmo-gsm-tester\u000a  isn't really maintained currently, this is the bare minimum needed to\u000a  migrate it away from debian buster.\u000a\u000aRelated: OS#6126\u000aChange-Id: I5ed3b92f07f23c96b8f953e0a93991cc89476a12\u000a",
        "date" : "2024-10-16 16:15:03 +0200",
        "id" : "dd829a475dfda0cf6c0c07af8eb2358b8e9bd10d",
        "msg" : "osmo-gsm-tester: use debian-bookworm-build",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}