{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 351,
      "executingTimeMillis" : 351,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6417,
      "waitingTimeMillis" : 6417
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 675,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
            "branch" : [
              {
                "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
            "branch" : [
              {
                "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 657,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
            "branch" : [
              {
                "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
            "branch" : [
              {
                "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
        "branch" : [
          {
            "SHA1" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#675",
  "duration" : 351,
  "estimatedDuration" : 369,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #675",
  "id" : "675",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 675,
  "queueId" : 2075531,
  "result" : "SUCCESS",
  "timestamp" : 1766143867039,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/update-osmo-ci-on-slaves-dp/675/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-bts-test/jenkins.sh"
        ],
        "commitId" : "92d6cf0e865eb3479c2e5c69c6c41046dbf283e0",
        "timestamp" : 1766140962000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ttcn3-bts-test: give bpftrace time to print stats\u000a\u000aWhen running with bpftrace, send a kill signal to the bpftrace scripts\u000abefore killing the container. Otherwise the scripts don't print their\u000astatistics, the end of the log then looks like this:\u000a\u000a  [Thu Dec 18 18:06:06 UTC 2025] respawn: 2: starting: /data/bpftrace/udp_sendmsg_delay.sh\u000a  + pidof osmo-bts-trx\u000a  + bpftrace /data/bpftrace/udp_sendmsg_delay.bt -p 56\u000a  Attaching 3 probes...\u000a  Tracing udp_sendmsg() latency... Hit Ctrl-C to end.\u000a\u000aChange-Id: I1781bddddf429c4c6a951b519a639b8663d397e6\u000a",
        "date" : "2025-12-19 11:42:42 +0100",
        "id" : "92d6cf0e865eb3479c2e5c69c6c41046dbf283e0",
        "msg" : "ttcn3-bts-test: give bpftrace time to print stats",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-bts-test/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-bts-test/jenkins.sh"
        ],
        "commitId" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
        "timestamp" : 1766140962000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ttcn3-bts-test: mount tracingfs only when needed\u000a\u000aChange-Id: I59bbbc96c0686a2c8792626297e656df72e578ed\u000a",
        "date" : "2025-12-19 11:42:42 +0100",
        "id" : "3e2224ccbcaa28195ac2de5054ab57770eedbd67",
        "msg" : "ttcn3-bts-test: mount tracingfs only when needed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-bts-test/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}