{
  "_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,927",
          "upstreamBuild" : 1927,
          "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" : 1187,
      "executingTimeMillis" : 1187,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7918,
      "waitingTimeMillis" : 7918
    },
    {
      "_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" : 1376,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
            "branch" : [
              {
                "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
            "branch" : [
              {
                "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
        "branch" : [
          {
            "SHA1" : "bf643370307cdc5e2df193dbea16db003d6543a8",
            "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" : "#1376",
  "duration" : 1187,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1376",
  "id" : "1376",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1376,
  "queueId" : 1510933,
  "result" : "SUCCESS",
  "timestamp" : 1712371397395,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1376/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-build/Dockerfile"
        ],
        "commitId" : "2a8bd2b62139fd0dda17a78a051a7287f267f0ff",
        "timestamp" : 1712220761000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "debian-bookworm-build: add libnftnl-dev\u000a\u000aFor osmo-hnbgw, osmo-upf.\u000a\u000aRelated: OS#6425\u000aChange-Id: I5fdaa634d12bc6c8643c130a43d30e840890d572\u000a",
        "date" : "2024-04-04 10:52:41 +0200",
        "id" : "2a8bd2b62139fd0dda17a78a051a7287f267f0ff",
        "msg" : "debian-bookworm-build: add libnftnl-dev",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bookworm-build/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "open5gs-latest/Dockerfile",
          "osmo-uecups-latest/Dockerfile"
        ],
        "commitId" : "59ca7d5f3ee8173a8077d0774b7f2add05ad8b16",
        "timestamp" : 1712327296000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "{open5gs,osmo-uecups}-latest: don't hardcode UID\u000a\u000aAdjust open5gs-latest and osmo-uecups-latest to not hardcode a UID. This\u000ais in preparation for creating a \"build\" user in\u000adebian-bookworm-obs-latest, like we have it in debian-bookworm-build.\u000a\u000aChange-Id: Icaebf46487056cea745805527fdc545d9a1846cd\u000a",
        "date" : "2024-04-05 14:28:16 +0000",
        "id" : "59ca7d5f3ee8173a8077d0774b7f2add05ad8b16",
        "msg" : "{open5gs,osmo-uecups}-latest: don't hardcode UID",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "open5gs-latest/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "osmo-uecups-latest/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-obs-latest/Dockerfile"
        ],
        "commitId" : "bf643370307cdc5e2df193dbea16db003d6543a8",
        "timestamp" : 1712327296000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "debian-bookworm-obs-latest: add build user\u000a\u000aCopy the block for configuring the build user and disabling man pages\u000afrom debian-bookworm-build. This fixes failures on\u000attcn3-ggsn-test-kernel-latest* (non-latest worked fine since these use\u000acontainers based on debian-bookworm-build).\u000a\u000aFixes: 5a48bfbe (\"scripts/kernel-test: build initrd+kernel as user\")\u000aChange-Id: Idee29d5b9796e8905bdf822d076f25612cbc77a0\u000a",
        "date" : "2024-04-05 14:28:16 +0000",
        "id" : "bf643370307cdc5e2df193dbea16db003d6543a8",
        "msg" : "debian-bookworm-obs-latest: add build user",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bookworm-obs-latest/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}