{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 6,
      "buildableTimeMillis" : 6,
      "buildingDurationMillis" : 349,
      "executingTimeMillis" : 349,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6629,
      "waitingTimeMillis" : 6629
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 460,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
            "branch" : [
              {
                "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
            "branch" : [
              {
                "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
        "branch" : [
          {
            "SHA1" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#460",
  "duration" : 349,
  "estimatedDuration" : 328,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #460",
  "id" : "460",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 460,
  "queueId" : 1216244,
  "result" : "SUCCESS",
  "timestamp" : 1689682867151,
  "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves-dp/460/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/kernel-test/initrd-build.sh"
        ],
        "commitId" : "0660fc4e4b3da2f4711c11fa476a0fcdd1b4932c",
        "timestamp" : 1689682358000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "scripts/kernel-test: adjust to usr-merge\u000a\u000aIn debian bookworm, the /usr merge has been implemented:\u000a\u000a  /bin → /usr/bin\u000a  /sbin → /usr/sbin\u000a  /lib → /usr/lib\u000a  /lib64 → /usr/lib64\u000a\u000aThe initramfs filesystem layout is derived from the paths of the\u000abinaries and libraries in the full system. Create the same symlinks and\u000aadjust initrd_add_bin so it does not trip over the symlinks.\u000a\u000aI've also considered to change all input for initrd_add_bin to point at\u000athe /usr/… paths. But this is not possible, for example ldd/lddtree will\u000apoint at libraries in /lib and /lib64, and this gets passed to\u000ainitrd_add_bin.\u000a\u000aWithout this patch, the init script and all binaries called from it\u000acannot be executed.\u000a\u000aRelated: OS#6057\u000aRelated: https://wiki.debian.org/UsrMerge\u000aChange-Id: I975d3af0fa88869688673936a08189de800fba29\u000a",
        "date" : "2023-07-18 14:12:38 +0200",
        "id" : "0660fc4e4b3da2f4711c11fa476a0fcdd1b4932c",
        "msg" : "scripts/kernel-test: adjust to usr-merge",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/kernel-test/initrd-build.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/kernel-test/run-qemu.sh"
        ],
        "commitId" : "90e48a63e00142d332d67da0b75a1f8ef2dd2b38",
        "timestamp" : 1689682476000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "scripts/kernel-test/run-qemu: set init=/init\u000a\u000aSet init= so the kernel doesn't try to run other scripts if /init\u000afails:\u000a\u000a[    2.946381] Run /init as init process\u000a[    2.948885] Failed to execute /init (error -2)\u000a[    2.949051] Run /sbin/init as init process\u000a[    2.949329] Run /etc/init as init process\u000a[    2.949566] Run /bin/init as init process\u000a[    2.949795] Run /bin/sh as init process\u000a\u000aChange-Id: I063c7625acaa15130d8361d4e944c3773c9b37c4\u000a",
        "date" : "2023-07-18 14:14:36 +0200",
        "id" : "90e48a63e00142d332d67da0b75a1f8ef2dd2b38",
        "msg" : "scripts/kernel-test/run-qemu: set init=/init",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/kernel-test/run-qemu.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/kernel-test/run-qemu.sh"
        ],
        "commitId" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
        "timestamp" : 1689682476000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "scripts/kernel-test/run-qemu: update qemu args\u000a\u000aFix these warnings:\u000a\u000awarning: short-form boolean option 'server' deprecated\u000awarning: short-form boolean option 'nowait' deprecated\u000a\u000aChange-Id: Iba84d8e61c2d9cbd687d803066db0c04aca9f805\u000a",
        "date" : "2023-07-18 14:14:36 +0200",
        "id" : "29bd71264db9d5f674a4bd2e1099aa6a8c4b1178",
        "msg" : "scripts/kernel-test/run-qemu: update qemu args",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/kernel-test/run-qemu.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}