{
  "_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" : 143297,
      "executingTimeMillis" : 143297,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7559,
      "waitingTimeMillis" : 7559
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4541,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cda92ed69099814497698919170d85f523e71950",
            "branch" : [
              {
                "SHA1" : "cda92ed69099814497698919170d85f523e71950",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cda92ed69099814497698919170d85f523e71950",
            "branch" : [
              {
                "SHA1" : "cda92ed69099814497698919170d85f523e71950",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3086,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
            "branch" : [
              {
                "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
            "branch" : [
              {
                "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cda92ed69099814497698919170d85f523e71950",
        "branch" : [
          {
            "SHA1" : "cda92ed69099814497698919170d85f523e71950",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4541",
  "duration" : 143297,
  "estimatedDuration" : 118864,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4541",
  "id" : "4541",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4541,
  "queueId" : 2036259,
  "result" : "SUCCESS",
  "timestamp" : 1762609808199,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-libosmocore/4541/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/testsuite.at"
        ],
        "commitId" : "9559949fcaf97331c8913926dae1a760749ae223",
        "timestamp" : 1762609539000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "tests/testsuite.at: fix invalid if-endif syntax\u000a\u000a`make check` currently fails if libosmocore is configured with\u000a`--disable-msgfile`.  The reason is that the testsuite tries to\u000aexecte a binary that does not exist.  This is happening because\u000athe if-endif syntax is invalid and thus ignored.\u000a\u000aChange-Id: I81e044dc0bda4674c0d0dc46118d46816712a76c\u000a",
        "date" : "2025-11-08 13:45:39 +0000",
        "id" : "9559949fcaf97331c8913926dae1a760749ae223",
        "msg" : "tests/testsuite.at: fix invalid if-endif syntax",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/testsuite.at"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/testsuite.at",
          "configure.ac",
          ".gitignore",
          "tests/Makefile.am",
          "tests/atlocal.in"
        ],
        "commitId" : "3c47dcde58684a7a02d7c78d2fa812cbee346d12",
        "timestamp" : 1762609539000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "tests/testsuite.at: use AT_SKIP_IF for sim_test\u000a\u000aWhether to run the given test or not can be determined by presence\u000aof the respective `*_test` binary, since we build them conditionally\u000ain the `Makefile.am`.  Get rid of more complicated logic by using\u000aAT_SKIP_IF and checking presence of `tests/sim/sim_test`.\u000a\u000aChange-Id: Ic90b3a39936888eda6c9d443420c4faa131ac78f\u000a",
        "date" : "2025-11-08 13:45:39 +0000",
        "id" : "3c47dcde58684a7a02d7c78d2fa812cbee346d12",
        "msg" : "tests/testsuite.at: use AT_SKIP_IF for sim_test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "tests/testsuite.at"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "tests/Makefile.am"
          },
          {
            "editType" : "delete",
            "file" : "tests/atlocal.in"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/testsuite.at"
        ],
        "commitId" : "cda92ed69099814497698919170d85f523e71950",
        "timestamp" : 1762609539000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "tests/testsuite.at: properly skip disabled tests\u000a\u000aWe should not be running these tests unconditionally because the\u000arespective binaries are built conditionally and may be missing.\u000a\u000aChange-Id: I7e9a0c84e510964e5d577e371d41f2023ab20840\u000a",
        "date" : "2025-11-08 13:45:39 +0000",
        "id" : "cda92ed69099814497698919170d85f523e71950",
        "msg" : "tests/testsuite.at: properly skip disabled tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/testsuite.at"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ],
  "runs" : [
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 4541,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4541/"
    },
    {
      "number" : 4541,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4541/"
    }
  ]
}