{
  "_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 kredon@sysmocom.de"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 96966,
      "executingTimeMillis" : 96966,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7556,
      "waitingTimeMillis" : 7556
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3130,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
            "branch" : [
              {
                "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
            "branch" : [
              {
                "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1842,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "773d3141424db23c1279d1230388daa60cf954bc",
            "branch" : [
              {
                "SHA1" : "773d3141424db23c1279d1230388daa60cf954bc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "773d3141424db23c1279d1230388daa60cf954bc",
            "branch" : [
              {
                "SHA1" : "773d3141424db23c1279d1230388daa60cf954bc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
        "branch" : [
          {
            "SHA1" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/simtrace2"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3130",
  "duration" : 96966,
  "estimatedDuration" : 78544,
  "executor" : None,
  "fullDisplayName" : "master-simtrace2 #3130",
  "id" : "3130",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3130,
  "queueId" : 137594,
  "result" : "SUCCESS",
  "timestamp" : 1780913168819,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-simtrace2/3130/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "firmware/Makefile",
          "debian/control"
        ],
        "commitId" : "fffd7d5fac81bced597cfbf5b2b7ee443a6d1905",
        "timestamp" : 1779883705000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "firmware: replace libnewlib with picolibc\u000a\u000alibnewlib-arm-none-eabi has been removed in debian unstable, build the\u000afirmware with picolibc instead.\u000a\u000aFixes: OS#7017\u000aChange-Id: If136397b71435ea0850002ef6406067962e8d4d7\u000a",
        "date" : "2026-05-27 14:08:25 +0200",
        "id" : "fffd7d5fac81bced597cfbf5b2b7ee443a6d1905",
        "msg" : "firmware: replace libnewlib with picolibc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "firmware/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "debian/control"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "firmware/Makefile"
        ],
        "commitId" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
        "timestamp" : 1779883809000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "firmware/Makefile: remove -Wredundant-decls\u000a\u000apicolibc has redundant declarations of free and strdtold, which results\u000ain lots of warnings with -Wredundant-decls. Adjust CFLAGS to remove\u000a-Wredundant-decls to make the compiler log more readable.\u000a\u000a  /usr/lib/picolibc/arm-none-eabi/include/stdlib.h:147:9: warning: redundant redeclaration of 'free' [-Wredundant-decls]\u000a    147 | void    free (void *) __nothrow;\u000a        |         ^~~~\u000a  /usr/lib/picolibc/arm-none-eabi/include/stdlib.h:99:9: note: previous declaration of 'free' with type 'void(void *)'\u000a     99 | void    free (void *) __nothrow;\u000a        |         ^~~~\u000a  /usr/lib/picolibc/arm-none-eabi/include/stdlib.h:307:9: warning: redundant redeclaration of 'strtold' [-Wredundant-decls]\u000a    307 |         strtold (const char *__restrict, char **__restrict);\u000a        |         ^~~~~~~\u000a  /usr/lib/picolibc/arm-none-eabi/include/stdlib.h:286:9: note: previous declaration of 'strtold' with type 'long double(const char * restrict,  char ** restrict)'\u000a    286 |         strtold (const char *__restrict __n, char **__restrict __end_PTR);\u000a        |         ^~~~~~~\u000a\u000aChange-Id: I32ff78f2a27191d1c6e114429d2e0713674732fe\u000a",
        "date" : "2026-05-27 14:10:09 +0200",
        "id" : "3248cdb416afbc79cbe1146e6cd52871a57cc1f7",
        "msg" : "firmware/Makefile: remove -Wredundant-decls",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "firmware/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 3130,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-simtrace2/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/3130/"
    }
  ]
}