{
  "_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" : 127253,
      "executingTimeMillis" : 127253,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8140,
      "waitingTimeMillis" : 8140
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4441,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
            "branch" : [
              {
                "SHA1" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
            "branch" : [
              {
                "SHA1" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
                "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" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
        "branch" : [
          {
            "SHA1" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4441",
  "duration" : 127253,
  "estimatedDuration" : 103133,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4441",
  "id" : "4441",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4441,
  "queueId" : 1964567,
  "result" : "SUCCESS",
  "timestamp" : 1754996708501,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4441/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/time_cc/time_cc_test.c",
          "tests/tdef/tdef_test.c",
          "tests/iuup/iuup_test.c"
        ],
        "commitId" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
        "timestamp" : 1754989265000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "tests: fix 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. This causes the\u000athe tdef, time_cc and iuup tests to fail. Example:\u000a\u000a  -sys={0.000000}, clock_override_set\u000a  +sys={4206924.000000}, (null)\u000a   _tinit_timeout_retrans_transport_prim_cb()\u000a   Transport: DL len=22: e0 00 df 99 16 00 51 67 3c 01 27 00 00 82 00 00 00 17 10 00 01 00\u000a  -sys={1.000000}, clock_override_set\u000a  +sys={4206924.000001}, (null)\u000a   _tinit_timeout_retrans_transport_prim_cb()\u000a   Transport: DL len=22: e0 00 df 99 16 00 51 67 3c 01 27 00 00 82 00 00 00 17 10 00 01 00\u000a  -sys={2.000000}, clock_override_set\u000a  +sys={4206924.000002}, (null)\u000a  …\u000a\u000aFurthermore it causes compiler warnings such as:\u000a\u000a  iuup/iuup_test.c: In function 'clock_override_set':\u000a  iuup/iuup_test.c:169:24: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type '__time64_t' {aka 'long long int'} [-Wformat=]\u000a    169 |         printf(\"sys={%lu.%06lu}, %s\\n\", osmo_gettimeofday_override_time.tv_sec,\u000a        |                      ~~^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u000a        |                        |                                               |\u000a        |                        long unsigned int                               __time64_t {aka long long int}\u000a        |                      %llu\u000a  iuup/iuup_test.c:169:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]\u000a    169 |         printf(\"sys={%lu.%06lu}, %s\\n\", osmo_gettimeofday_override_time.tv_sec,\u000a        |                          ~~~~^\u000a        |                              |\u000a        |                              long unsigned int\u000a        |                          %06llu\u000a    170 |                 osmo_gettimeofday_override_time.tv_usec, __func__);\u000a        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u000a        |                                                |\u000a        |                                                __suseconds64_t {aka long long int}\u000a    CCLD     iuup/iuup_test\u000a\u000aFix it by casting to \"long unsigned int\".\u000a\u000aRelated: OS#6828\u000aChange-Id: I9580606d66bb0f891c0ef0179f99e2b901a8cf1c\u000a",
        "date" : "2025-08-12 11:01:05 +0200",
        "id" : "33cb4d460e9b9ef320c6c281f1157883cdec4279",
        "msg" : "tests: fix for debian 13 armv7l",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/tdef/tdef_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/iuup/iuup_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/time_cc/time_cc_test.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 4441,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4441/"
    },
    {
      "number" : 4441,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4441/"
    }
  ]
}