{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 197265,
      "executingTimeMillis" : 197265,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6102,
      "waitingTimeMillis" : 6102
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 8963,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
            "branch" : [
              {
                "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
            "branch" : [
              {
                "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7223,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
            "branch" : [
              {
                "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
            "branch" : [
              {
                "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4923,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
            "branch" : [
              {
                "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
            "branch" : [
              {
                "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
        "branch" : [
          {
            "SHA1" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-trx"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#8963",
  "duration" : 197265,
  "estimatedDuration" : 580708,
  "executor" : None,
  "fullDisplayName" : "master-osmo-trx #8963",
  "id" : "8963",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 8963,
  "queueId" : 49117,
  "result" : "SUCCESS",
  "timestamp" : 1772547366985,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-osmo-trx/8963/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian/osmo-trx-uhd.install",
          "debian/osmo-trx-lms.install",
          "debian/osmo-trx-ipc.install",
          "debian/osmo-trx-usrp1.install",
          "debian/osmo-trx-ms-blade.install"
        ],
        "commitId" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
        "timestamp" : 1772547272000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "debian/*.install: make paths consistent\u000a\u000aSome of the paths start with a leading slash and some don't. Both\u000avariants work, but this is confusing. Let's go without the leading\u000aslash, because the paths are releative (in this case to debian/tmp where\u000a\"make install\" puts the files during debian packaging).\u000a\u000aRelated: https://gerrit.osmocom.org/c/osmo-trx/+/42198/comment/ae98245f_98e51337/\u000aRelated: https://www.debian.org/doc/manuals/maint-guide/dother.en.html#install\u000aRelated: https://manpages.debian.org/testing/debhelper/dh_install.1.en.html#debian/\u000aChange-Id: I4b9de40e1fc6d3935ae8ff82804d94cb863663e9\u000a",
        "date" : "2026-03-03 14:14:32 +0000",
        "id" : "507c35acddb10cd47e14234405d5d7f0568ebe44",
        "msg" : "debian/*.install: make paths consistent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian/osmo-trx-usrp1.install"
          },
          {
            "editType" : "edit",
            "file" : "debian/osmo-trx-ms-blade.install"
          },
          {
            "editType" : "edit",
            "file" : "debian/osmo-trx-uhd.install"
          },
          {
            "editType" : "edit",
            "file" : "debian/osmo-trx-ipc.install"
          },
          {
            "editType" : "edit",
            "file" : "debian/osmo-trx-lms.install"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ],
  "runs" : [
    {
      "number" : 8963,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-osmo-trx/INSTR=--with-neon,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/8963/"
    },
    {
      "number" : 8963,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-osmo-trx/INSTR=--with-neon-vfpv4,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/8963/"
    },
    {
      "number" : 8963,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-osmo-trx/INSTR=--with-sse,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/8963/"
    },
    {
      "number" : 8963,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-osmo-trx/INSTR=--without-sse,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/8963/"
    }
  ]
}