{
  "_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" : 195947,
      "executingTimeMillis" : 195947,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6094,
      "waitingTimeMillis" : 6094
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 9453,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
            "branch" : [
              {
                "SHA1" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
            "branch" : [
              {
                "SHA1" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
                "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" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
        "branch" : [
          {
            "SHA1" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-trx"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#9453",
  "duration" : 195947,
  "estimatedDuration" : 191573,
  "executor" : None,
  "fullDisplayName" : "master-osmo-trx #9453",
  "id" : "9453",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 9453,
  "queueId" : 188690,
  "result" : "SUCCESS",
  "timestamp" : 1785945966491,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-trx/9453/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/CommonLibs/InterthreadTest.cpp"
        ],
        "commitId" : "a791b15448c644665b1ec63f9dcf13b3ad4eeaf2",
        "timestamp" : 1784736041000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "tests: speed up InterthreadTest by shrinking the fuzz sleep\u000a\u000aqWriter()/mapWriter() each had a 50% chance per iteration (20\u000aiterations) of sleep(1), making the test take up to ~13s just to\u000aexercise thread interleaving. The delay only needs to be long enough\u000ato encourage preemption, not a full second.\u000a\u000aChange-Id: Id6bc453f9217ae392dcd3288dfa6784c533f8eb6\u000a",
        "date" : "2026-07-22 21:00:41 +0500",
        "id" : "a791b15448c644665b1ec63f9dcf13b3ad4eeaf2",
        "msg" : "tests: speed up InterthreadTest by shrinking the fuzz sleep",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/CommonLibs/InterthreadTest.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
        "timestamp" : 1785336333000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : ".gitignore: add doc/manuals/vty/osmotrx-*-vty-reference.{pdf,xml.inc}\u000a\u000aChange-Id: I622e7e53e539f0fc97745e59285e1d8e39427f54\u000a",
        "date" : "2026-07-29 19:45:33 +0500",
        "id" : "af9a797bc25291231d8f6a2a9893d952de3ef1bd",
        "msg" : ".gitignore: add doc/manuals/vty/osmotrx-*-vty-reference.{pdf,xml.inc}",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 9453,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-trx/INSTR=--with-neon,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/9453/"
    },
    {
      "number" : 9453,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-trx/INSTR=--with-neon-vfpv4,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/9453/"
    },
    {
      "number" : 9453,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-trx/INSTR=--with-sse,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/9453/"
    },
    {
      "number" : 9453,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-trx/INSTR=--without-sse,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/9453/"
    }
  ]
}