{
  "_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,556",
          "upstreamBuild" : 1556,
          "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" : 12788,
      "executingTimeMillis" : 12788,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9105,
      "waitingTimeMillis" : 9105
    },
    {
      "_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" : 1005,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
            "branch" : [
              {
                "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
            "branch" : [
              {
                "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
        "branch" : [
          {
            "SHA1" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
            "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" : "#1005",
  "duration" : 12788,
  "estimatedDuration" : 19768,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1005",
  "id" : "1005",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1005,
  "queueId" : 1263687,
  "result" : "SUCCESS",
  "timestamp" : 1693269799181,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1005/",
  "builtOn" : "build3-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bookworm-build/Dockerfile"
        ],
        "commitId" : "2e45b75e9d070c4bd46963467d63f641bad4a6dc",
        "timestamp" : 1693221355000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "debian-bookworm-build: add curl\u000a\u000aAdd curl, as required by the coverity job to submit the API request.\u000a\u000aChange-Id: I70eb2b94d0eda4b371d674e1087b4dc13397dcdf\u000a",
        "date" : "2023-08-28 13:15:55 +0200",
        "id" : "2e45b75e9d070c4bd46963467d63f641bad4a6dc",
        "msg" : "debian-bookworm-build: add curl",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bookworm-build/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian-bullseye-erlang/Dockerfile",
          "debian-bookworm-erlang/Dockerfile"
        ],
        "commitId" : "6e7628989945ee76bd370282dc2ebaff8ee99e00",
        "timestamp" : 1693225485000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "debian-*-erlang: Install libsctp to enable sctp support in erlang apps\u000a\u000aThe current \"--enable-sctp\" flag when building erlang consists of\u000asupporting SCTP if the libsctp library is found at runtime, by\u000adynamically linking to it only when SCTP features are requested.\u000a\u000aThe erlang package in debian only lists libsctp as a Build-Depends, but\u000ait is not installed by default, so apps wishing to use SCTP will fail:\u000a\"\"\"\u000a[error] CRASH REPORT Process <0.155.0> with 0 neighbours crashed with reason: no match of right hand value {error,{shutdown,{open,eprotonosupport}\u000a\"\"\"\u000a\u000aInstalling the libsctp library fixes the issue.\u000a\u000aRelated: OS#5757\u000aChange-Id: I5ca332f9064c16491116608577b3f68379d840e6\u000a",
        "date" : "2023-08-28 12:24:45 +0000",
        "id" : "6e7628989945ee76bd370282dc2ebaff8ee99e00",
        "msg" : "debian-*-erlang: Install libsctp to enable sctp support in erlang apps",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian-bullseye-erlang/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "debian-bookworm-erlang/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-dia2gsup-test/Dockerfile",
          "ttcn3-dia2gsup-test/DIA2GSUP_Tests.cfg",
          "osmo_dia2gsup-master/Dockerfile",
          "jenkins-common.sh",
          "osmo_dia2gsup-master/osmo_dia2gsup.config",
          "ttcn3-dia2gsup-test/Makefile",
          "ttcn3-dia2gsup-test/jenkins.sh",
          "osmo_dia2gsup-master/Makefile",
          "ttcn3-dia2gsup-test/osmo_dia2gsup.config",
          "make/Makefile"
        ],
        "commitId" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
        "timestamp" : 1693225958000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Introduce osmo-dia2gsup-master, ttcn3-dia2gsup-test\u000a\u000a- Add a docker container to run osmo_dia2gsup from git master.\u000a- Add infrastructure to run the osmo-dia2gsup container against\u000a  osmo-ttcn3-hacks.git/dia2gsup testsuite.\u000a\u000aRelated: OS#5757\u000aChange-Id: I646096d5a010df02af75aefa33b023b55997a6d7\u000a",
        "date" : "2023-08-28 14:32:38 +0200",
        "id" : "a94ec07c0fe24fe9681ef8c03c203737fa596414",
        "msg" : "Introduce osmo-dia2gsup-master, ttcn3-dia2gsup-test",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ttcn3-dia2gsup-test/Makefile"
          },
          {
            "editType" : "add",
            "file" : "osmo_dia2gsup-master/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "make/Makefile"
          },
          {
            "editType" : "add",
            "file" : "osmo_dia2gsup-master/Makefile"
          },
          {
            "editType" : "add",
            "file" : "osmo_dia2gsup-master/osmo_dia2gsup.config"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-dia2gsup-test/jenkins.sh"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-dia2gsup-test/osmo_dia2gsup.config"
          },
          {
            "editType" : "edit",
            "file" : "jenkins-common.sh"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-dia2gsup-test/DIA2GSUP_Tests.cfg"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-dia2gsup-test/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}