{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_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" : 12,
      "buildableTimeMillis" : 12,
      "buildingDurationMillis" : 40054,
      "executingTimeMillis" : 40054,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 1,
      "waitingTimeMillis" : 1
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1133,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
            "branch" : [
              {
                "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
            "branch" : [
              {
                "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
        "branch" : [
          {
            "SHA1" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/dahdi-linux"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1133",
  "duration" : 40054,
  "estimatedDuration" : 39998,
  "executor" : None,
  "fullDisplayName" : "master-dahdi-linux-stable-linux-6.1.y #1133",
  "id" : "1133",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1133,
  "queueId" : 161743,
  "result" : "SUCCESS",
  "timestamp" : 1783380600771,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-dahdi-linux-stable-linux-6.1.y/1133/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "drivers/dahdi/xpp/mmapbus.c",
          "drivers/dahdi/dahdi-base.c",
          "drivers/dahdi/xpp/mmapdrv.c"
        ],
        "commitId" : "0037f8c139a9a2a896d8853c68ce928cdc35c0a1",
        "timestamp" : 1782813578000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Revert \"Adjust to strncpy removal in linux 7.2-rc1\"\u000a\u000aThere is another repository at\u000ahttps://github.com/asterisk/dahdi-linux that appears to be compatible to\u000alinux >= 2.6 and we want to in theory merge everything from our repo\u000ainto that at some point. strscpy isn't available in such early linux\u000aversions yet, so revert commit b1bc81f8077c5cb52eae7fbd4021bf180159aed7\u000aand add a different fix for building with 7.2-rc1 as next patch.\u000a\u000aRelated: https://gerrit.osmocom.org/c/dahdi-linux/+/42906/comments/c06cfbe4_fbd94c6e\u000aChange-Id: I71ad66d33b4a19e4cf9b431bcc3d3cd02cad5e2f\u000a",
        "date" : "2026-06-30 11:59:38 +0200",
        "id" : "0037f8c139a9a2a896d8853c68ce928cdc35c0a1",
        "msg" : "Revert \"Adjust to strncpy removal in linux 7.2-rc1\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "drivers/dahdi/xpp/mmapbus.c"
          },
          {
            "editType" : "edit",
            "file" : "drivers/dahdi/xpp/mmapdrv.c"
          },
          {
            "editType" : "edit",
            "file" : "drivers/dahdi/dahdi-base.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/dahdi/kernel.h"
        ],
        "commitId" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
        "timestamp" : 1782813867000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "compatibility with kernel >= 7.2 which removed strncpy\u000a\u000aIn commit 079a028d6327e68cfa5d38b36123637b321c19a7 the kernel removed\u000astrncpy.  Let's use strscpy instead.\u000a\u000aChange-Id: I11a16ffed90223cbeae456a26834c0342146eb88\u000a",
        "date" : "2026-06-30 12:04:27 +0200",
        "id" : "77f32aee5a05a13d48d06ad28d6ae31df3ddfa95",
        "msg" : "compatibility with kernel >= 7.2 which removed strncpy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/dahdi/kernel.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}