{
  "_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,542",
          "upstreamBuild" : 1542,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 63962,
      "executingTimeMillis" : 63962,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9075,
      "waitingTimeMillis" : 9075
    },
    {
      "_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" : 991,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
            "branch" : [
              {
                "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
            "branch" : [
              {
                "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
        "branch" : [
          {
            "SHA1" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
            "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" : "#991",
  "duration" : 63962,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #991",
  "id" : "991",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 991,
  "queueId" : 1256526,
  "result" : "SUCCESS",
  "timestamp" : 1692700707535,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/991/",
  "builtOn" : "build3-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-build/Dockerfile"
        ],
        "commitId" : "3383a774485e62f1e8eadc7f4e13b9b1784c9f20",
        "timestamp" : 1692270258000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "debian-bookworm-build: inkscape -> librsvg2-bin\u000a\u000aMerge at the same time as the osmo-gsm-manuals patch.\u000a\u000aDepends: osmo-gsm-manuals I0d132f8f6fd73fbe14b5bfa10a8659acaddf38f7\u000aChange-Id: I012c61eb777e6dc267dd4a52500da98c01ac1438\u000a",
        "date" : "2023-08-17 13:04:18 +0200",
        "id" : "3383a774485e62f1e8eadc7f4e13b9b1784c9f20",
        "msg" : "debian-bookworm-build: inkscape -> librsvg2-bin",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bookworm-build/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "fpga-build/Dockerfile"
        ],
        "commitId" : "cf43251869c85c10047e437cb32e733fbbbd1bfb",
        "timestamp" : 1692270266000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "fpga-build: use debian-bookworm-build\u000a\u000a* Remove code that is in debian-bookworm-build already (all packages\u000a  that get installed, creating the build user, installing osmo-ci and\u000a  osmo-gsm-manuals).\u000a* Put toolchain installations in single RUN commands, so the unextracted\u000a  tarballs are not stored in image layers.\u000a\u000aRelated: OS#6057\u000aChange-Id: Iaaca6367b76a6ec860c63d57c767954f82edfee5\u000a",
        "date" : "2023-08-17 13:04:26 +0200",
        "id" : "cf43251869c85c10047e437cb32e733fbbbd1bfb",
        "msg" : "fpga-build: use debian-bookworm-build",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "fpga-build/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "release-tarball-build-dist/Dockerfile",
          "release-tarball-build-dist/jenkins.sh",
          "release-tarball-build-dist/known_hosts",
          "release-tarball-build-dist/osmocom-release-tarballs.sh",
          "release-tarball-build-dist/Makefile"
        ],
        "commitId" : "5824c0ef0fe289658190e2f9ca6fe09504fd19ae",
        "timestamp" : 1692273304000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "release-tarball-build-dist: remove\u000a\u000aRemove the container, as the job has been rewritten to not require its\u000aown docker container anymore, see the osmo-ci patch.\u000a\u000aDepends: osmo-ci I9f8b671b9780da500637a64fc4dbc72b450f9d11\u000aChange-Id: Ic35a28a386170b85d32aab8f2bd33e48e6d45392\u000a",
        "date" : "2023-08-17 13:55:04 +0200",
        "id" : "5824c0ef0fe289658190e2f9ca6fe09504fd19ae",
        "msg" : "release-tarball-build-dist: remove",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "release-tarball-build-dist/known_hosts"
          },
          {
            "editType" : "delete",
            "file" : "release-tarball-build-dist/Makefile"
          },
          {
            "editType" : "delete",
            "file" : "release-tarball-build-dist/Dockerfile"
          },
          {
            "editType" : "delete",
            "file" : "release-tarball-build-dist/osmocom-release-tarballs.sh"
          },
          {
            "editType" : "delete",
            "file" : "release-tarball-build-dist/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-buster-jenkins/Dockerfile"
        ],
        "commitId" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
        "timestamp" : 1692273347000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Cosmetic: debian-buster-jenkins: update comment\u000a\u000aRelated: OS#6126\u000aChange-Id: I15be64a662e97e7e819abeda1c6c955d8198176c\u000a",
        "date" : "2023-08-17 13:55:47 +0200",
        "id" : "870e94732fb1cba6007a05aaf08cd7e4aa243b0e",
        "msg" : "Cosmetic: debian-buster-jenkins: update comment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-buster-jenkins/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}