{
  "_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,645",
          "upstreamBuild" : 1645,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 6,
      "buildableTimeMillis" : 6,
      "buildingDurationMillis" : 61383,
      "executingTimeMillis" : 61383,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5346,
      "waitingTimeMillis" : 5346
    },
    {
      "_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" : 1094,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
            "branch" : [
              {
                "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
            "branch" : [
              {
                "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
        "branch" : [
          {
            "SHA1" : "01c04193f79a67bf07fafe1698540a8e8830691f",
            "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" : "#1094",
  "duration" : 61383,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1094",
  "id" : "1094",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1094,
  "queueId" : 1319105,
  "result" : "SUCCESS",
  "timestamp" : 1697510668732,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1094/",
  "builtOn" : "build3-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "common/ttcn3-docker-run.sh",
          "README.md"
        ],
        "commitId" : "ba1385fe60755099caff591adadf66bce27946a8",
        "timestamp" : 1697446357000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "common/ttcn3-docker-run.sh: add TEST_NAME env var\u000a\u000aMake it possible to run only one test by setting an environment\u000avariable.\u000a\u000aChange-Id: I1f45a05e089b429918096fcd64f7c02033d5a9dd\u000a",
        "date" : "2023-10-16 08:52:37 +0000",
        "id" : "ba1385fe60755099caff591adadf66bce27946a8",
        "msg" : "common/ttcn3-docker-run.sh: add TEST_NAME env var",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "edit",
            "file" : "common/ttcn3-docker-run.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-erlang/Dockerfile"
        ],
        "commitId" : "01c04193f79a67bf07fafe1698540a8e8830691f",
        "timestamp" : 1697462358000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "debian-bookworm-erlang: use debian's rebar3\u000a\u000aUse debian's version of rebar3 instead of downloading a binary. This\u000awas useful when the container was based on debian 11 where rebar3\u000awasn't in debian's repositories. Debian 12 has version 3.19.0.\u000a\u000aThis also solves a caching problem on one of the jenkins nodes, which\u000acurrently fails at this line:\u000a  ADD  https://github.com/erlang/rebar3/archive/refs/tags/${REBAR3_VERSION}.tar.gz /tmp/rebar3.tar.gz\u000awith:\u000a  ERROR: failed to solve: failed to load cache key: invalid not-modified ETag: \"fce57989250a021a2be5fe5eddd655d6d415eef04f769bf1437f3d6dddfa5559\"\u000a\u000aMy understanding is that docker has cached an ETag that is no longer\u000avalid / maybe the format changed - and instead of simply requesting the\u000afile again, it just fails there.\u000a\u000aRelated: https://en.wikipedia.org/wiki/HTTP_ETag\u000aChange-Id: I69e02d004a0bd6f9d3a462f4e184b3e9361cc7fe\u000a",
        "date" : "2023-10-16 15:19:18 +0200",
        "id" : "01c04193f79a67bf07fafe1698540a8e8830691f",
        "msg" : "debian-bookworm-erlang: use debian's rebar3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bookworm-erlang/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}