{
  "_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 1,477",
          "upstreamBuild" : 1477,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 2,
      "buildableTimeMillis" : 2,
      "buildingDurationMillis" : 68494,
      "executingTimeMillis" : 68494,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8784,
      "waitingTimeMillis" : 8784
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 927,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
            "branch" : [
              {
                "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
            "branch" : [
              {
                "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
        "branch" : [
          {
            "SHA1" : "82334bf12303cbb81b76bfd61752041b74c154d8",
            "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" : "#927",
  "duration" : 68494,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #927",
  "id" : "927",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 927,
  "queueId" : 1214823,
  "result" : "SUCCESS",
  "timestamp" : 1689597509042,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/927/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-build/Dockerfile",
          "debian-bookworm-build-arm/Dockerfile",
          "debian-bookworm-build/Makefile",
          "debian-bookworm-build-arm/Makefile"
        ],
        "commitId" : "5586b016f383f8a1718fb7ee04aa32808de08985",
        "timestamp" : 1689575593000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "debian-bookworm-build(-arm): new docker containers\u000a\u000aCreate debian bookworm (12) based containers for building all Osmocom\u000aprojects in master/gerrit/ttcn3 jenkins jobs.\u000a\u000aThis is a combination of debian-bullseye-build (ttcn3) and\u000adebian-bullseye-jenkins(-arm) (master/gerrit), which were used for this\u000apurpose but had several differences. Combining them solves the\u000afollowing problems:\u000a * The naming was confusing, as both the -jenkins and -build containers\u000a   were used in jenkins and were used to build the Osmocom stack.\u000a * This lead to adding the dependencies to the wrong containers / not\u000a   adding them to both containers.\u000a * Now we are sure that if a program builds from source in the master\u000a   and gerrit verifications, it will also build in the ttcn3 jobs.\u000a\u000aOther notable changes from the debian 11 containers:\u000a * Python2 is finally gone (OS#5950, for the few projects that still\u000a   need it like openbsc, I'll use debian 11 for the jenkins jobs)\u000a * Removed osc and git-buildpackage, now that OBS package building is\u000a   done in different docker containers (see osmo-ci/scripts/obs)\u000a * Combined multiple RUN commands into one as they the image build\u000a   down, used set -x to display what commands run exactly\u000a * Use UID variable instead of hardcoding 1000\u000a * Optimized order of commands, so e.g. the LLVM for Arm that we will\u000a   rarely change gets installed/cached before the big list of apt pkgs\u000a * Replaced old git.osmocom.org urls\u000a * Removed apt-get upgrade; the base image will get upgraded from time\u000a   to time, no need to upgrade within the image\u000a * Add --depth=1 option to git clones and remove temporary git clones\u000a * Removed generating locales code, it was only done by one of the two\u000a   images and I couldn't find in the git log why we would need this (if\u000a   we do need it we can add it back later)\u000a\u000aThe following patches add more debian bookworm containers and have\u000asimilar improvements.\u000a\u000aRelated: OS#6057\u000aChange-Id: I49aaf62b5b97775f923453611df3b91354a640a0\u000a",
        "date" : "2023-07-17 06:33:13 +0000",
        "id" : "5586b016f383f8a1718fb7ee04aa32808de08985",
        "msg" : "debian-bookworm-build(-arm): new docker containers",
        "paths" : [
          {
            "editType" : "add",
            "file" : "debian-bookworm-build/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "debian-bookworm-build-arm/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "debian-bookworm-build-arm/Makefile"
          },
          {
            "editType" : "add",
            "file" : "debian-bookworm-build/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-erlang/Makefile",
          "debian-bookworm-erlang/Dockerfile"
        ],
        "commitId" : "f0cd1c2d58fd7d653ba528d476792852ce2e0635",
        "timestamp" : 1689575631000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "debian-bookworm-erlang: new docker container\u000a\u000aRelated: OS#6057\u000aChange-Id: I797ec0e6700860be8fb59bf6b1fab6fa44e53421\u000a",
        "date" : "2023-07-17 06:33:51 +0000",
        "id" : "f0cd1c2d58fd7d653ba528d476792852ce2e0635",
        "msg" : "debian-bookworm-erlang: new docker container",
        "paths" : [
          {
            "editType" : "add",
            "file" : "debian-bookworm-erlang/Makefile"
          },
          {
            "editType" : "add",
            "file" : "debian-bookworm-erlang/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-obs-latest/Makefile",
          "debian-bookworm-obs-latest/Dockerfile"
        ],
        "commitId" : "a4fd5ba37b0397dfb9e38347cc24044d4cdc2fc2",
        "timestamp" : 1689575631000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "debian-bookworm-obs-latest: new container\u000a\u000aRelated: OS#6057\u000aChange-Id: Ie30135362e37558010f9894bb80a3684786f5aee\u000a",
        "date" : "2023-07-17 06:33:51 +0000",
        "id" : "a4fd5ba37b0397dfb9e38347cc24044d4cdc2fc2",
        "msg" : "debian-bookworm-obs-latest: new container",
        "paths" : [
          {
            "editType" : "add",
            "file" : "debian-bookworm-obs-latest/Makefile"
          },
          {
            "editType" : "add",
            "file" : "debian-bookworm-obs-latest/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jenkins-common.sh"
        ],
        "commitId" : "82334bf12303cbb81b76bfd61752041b74c154d8",
        "timestamp" : 1689583961000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jenkins-common: add + set default: debian bookworm\u000a\u000aRelated: OS#6057\u000aChange-Id: I37e5393398f17c5c8809e17bb363fa86d769f2c2\u000a",
        "date" : "2023-07-17 08:52:41 +0000",
        "id" : "82334bf12303cbb81b76bfd61752041b74c154d8",
        "msg" : "jenkins-common: add + set default: debian bookworm",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jenkins-common.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}