{
  "_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,494",
          "upstreamBuild" : 1494,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 78078,
      "buildableTimeMillis" : 78078,
      "buildingDurationMillis" : 70041,
      "executingTimeMillis" : 70041,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6887,
      "waitingTimeMillis" : 6887
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 944,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
            "branch" : [
              {
                "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
            "branch" : [
              {
                "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
        "branch" : [
          {
            "SHA1" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
            "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" : "#944",
  "duration" : 70041,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #944",
  "id" : "944",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 944,
  "queueId" : 1225693,
  "result" : "SUCCESS",
  "timestamp" : 1690299456433,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/944/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg"
        ],
        "commitId" : "4a9f22b864e20f20bad14eac1a1da999b75ba6b8",
        "timestamp" : 1690275614000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest\u000a\u000aOlder commit disabled the talloc report checks but forgot to add the\u000asame line to the with-pfcp/ variant, and as a result the sed command in\u000ajenkins.sh won't work there.\u000a\u000aFixes: cb4897e4c09f7213c929dfd85f1657d697e6bf3d\u000aChange-Id: Id4eed548b3a552747e95784be3654952e10e96ab\u000a",
        "date" : "2023-07-25 11:00:14 +0200",
        "id" : "4a9f22b864e20f20bad14eac1a1da999b75ba6b8",
        "msg" : "ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-uecups-master/Dockerfile"
        ],
        "commitId" : "e0a1b5b454ae7425e317909722b6b5c268a022dc",
        "timestamp" : 1690298495000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "osmo-uecups-master: make osmocom user avilable\u000a\u000aBring back the osmocom user that was removed earlier to fix a UID\u000aconflict with the build user.\u000a\u000aThe osmocom user is being used after all, the TTCN-3 PGW tests use it to\u000astart commands as \"osmocom\" user in osmo-uecups-master. This lead to e.g.\u000aPGW_Tests.TC_createSession_ping4 failing.\u000a\u000aRename the user instead of adding a new one, so it can write log files\u000ato the log dir as the same UID as the user that runs docker.\u000a\u000aFixes: 94f8a8 (\"osmo-uecups-master: remove useradd\")\u000aRelated: OS#6057\u000aChange-Id: I2b29d7fedcf3e0a4c17bfbad16077098f94c529b\u000a",
        "date" : "2023-07-25 15:21:35 +0000",
        "id" : "e0a1b5b454ae7425e317909722b6b5c268a022dc",
        "msg" : "osmo-uecups-master: make osmocom user avilable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-uecups-master/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bullseye-titan/Dockerfile",
          "debian-bullseye-titan-master/Dockerfile"
        ],
        "commitId" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
        "timestamp" : 1690298565000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with iputils-ping\u000a\u000aiCurrently we install inetutils-ping in some docker images and\u000aiputils-ping in others; let's make it more uniform to avoid running\u000adifferent implementations in different images.\u000aThe iputils-ping provides further linux-specific features, such as the\u000a\"-I interface\" param, which is used by some images, so let's pick that\u000aone everywhere.\u000a\u000aChange-Id: If11a1c2ae1115b585b6a44a45e9569c16856d8c4\u000a",
        "date" : "2023-07-25 15:22:45 +0000",
        "id" : "9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e",
        "msg" : "debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bullseye-titan-master/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "debian-bullseye-titan/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}