{
  "_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" : 55085,
      "executingTimeMillis" : 55085,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8037,
      "waitingTimeMillis" : 8037
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10201,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
            "branch" : [
              {
                "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
            "branch" : [
              {
                "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7002,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
        "branch" : [
          {
            "SHA1" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-netif"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10201",
  "duration" : 55085,
  "estimatedDuration" : 51902,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-netif #10201",
  "id" : "10201",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10201,
  "queueId" : 1964547,
  "result" : "SUCCESS",
  "timestamp" : 1754996408473,
  "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/master-libosmo-netif/10201/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jibuf.c",
          "tests/osmux/osmux_test.c",
          "tests/osmux/osmux_input_test.c",
          "tests/osmo-pcap-test/pcap.c",
          "tests/osmux/osmux_output_test.c",
          "tests/jibuf/jibuf_test.c",
          "tests/jibuf/jibuf_tool.c",
          "examples/ipa-stream-client.c",
          "tests/stream/stream_test.c"
        ],
        "commitId" : "7dd8ca5e4b4b82498af6981af4a0fcad8980df30",
        "timestamp" : 1754993693000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Fix time_t prints for debian 13 armv7l\u000a\u000aIn Debian 13 armv7l, time_t and suseconds_t are \"long long int\" instead\u000aof \"long unsigned int\" as seen on x86_64 and aarch64. Fix it by casting\u000ato \"long unsigned int\".\u000a\u000aRelated: OS#6828\u000aChange-Id: I0b29930a8797fbf0c9d8bfde40bcef9702629834\u000a",
        "date" : "2025-08-12 12:14:53 +0200",
        "id" : "7dd8ca5e4b4b82498af6981af4a0fcad8980df30",
        "msg" : "Fix time_t prints for debian 13 armv7l",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/osmux/osmux_input_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/osmo-pcap-test/pcap.c"
          },
          {
            "editType" : "edit",
            "file" : "examples/ipa-stream-client.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jibuf.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/jibuf/jibuf_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/jibuf/jibuf_tool.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/osmux/osmux_output_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/osmux/osmux_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/stream/stream_test.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "utils/osmo-amr-inspect.c",
          "tests/stream/stream_test.c"
        ],
        "commitId" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
        "timestamp" : 1754993836000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Use %zu for size_t\u000a\u000aFix that this doesn't build for debian 13 armv7l with errors like:\u000a\u000a  osmo-amr-inspect.c:138:53: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]\u000a    138 |                 printf(\"  Payload has no padding (%lu bits with offset 10)\\n\", ft_bits);\u000a        |                                                   ~~^                          ~~~~~~~\u000a        |                                                     |                          |\u000a        |                                                     long unsigned int          size_t {aka unsigned int}\u000a\u000aRelated: OS#6828\u000aChange-Id: I81f6d26623544c259199099beb54d14f5788a9e4\u000a",
        "date" : "2025-08-12 12:17:16 +0200",
        "id" : "c49977d48bc9f18d4124caae3e65f860ebc28136",
        "msg" : "Use %zu for size_t",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "utils/osmo-amr-inspect.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/stream/stream_test.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 10201,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/master-libosmo-netif/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/10201/"
    }
  ]
}