{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.matrix.MatrixChildParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH_CI",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"Osmocom-repo-install-debian12\" build number 803",
          "upstreamBuild" : 803,
          "upstreamProject" : "Osmocom-repo-install-debian12",
          "upstreamUrl" : "job/Osmocom-repo-install-debian12/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 362662,
      "executingTimeMillis" : 362662,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 803,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
            "branch" : [
              {
                "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
            "branch" : [
              {
                "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 705,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d1e68dd2303c19130e13a192d6d6bc72a6d4841",
            "branch" : [
              {
                "SHA1" : "3d1e68dd2303c19130e13a192d6d6bc72a6d4841",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d1e68dd2303c19130e13a192d6d6bc72a6d4841",
            "branch" : [
              {
                "SHA1" : "3d1e68dd2303c19130e13a192d6d6bc72a6d4841",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
        "branch" : [
          {
            "SHA1" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "nightly,qemu",
  "duration" : 362662,
  "estimatedDuration" : 349304,
  "executor" : None,
  "fullDisplayName" : "Osmocom-repo-install-debian12 » nightly,qemu nightly,qemu",
  "id" : "803",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 803,
  "queueId" : 1995280,
  "result" : "SUCCESS",
  "timestamp" : 1758090720047,
  "url" : "https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian12/feed=nightly,label=qemu/803/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/obs/lib/debian.py"
        ],
        "commitId" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
        "timestamp" : 1758003449000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "OBS: disable_manuals: adjust for osmocom-bb\u000a\u000aWith the related change, we build manauals in the debian package of\u000aosmocom-bb. The osmocom:nightly:asan feed gets built with manuals\u000adisabled. Fix that building the osmocom-bb package in the asan feed\u000acurrently fails with:\u000a\u000a[  160s] /usr/bin/make -C doc/manuals\u000a[  160s] make[2]: Entering directory '/usr/src/packages/BUILD/doc/manuals'\u000a[  160s] OSMO_GSM_MANUALS_DIR: /usr/src/packages/osmo-gsm-manuals (fallback)\u000a[  160s] ERROR: OSMO_GSM_MANUALS_DIR does not exist!\u000a[  160s] Install osmo-gsm-manuals or set OSMO_GSM_MANUALS_DIR.\u000a[  160s] Makefile:6: /build/Makefile.asciidoc.inc: No such file or directory\u000a[  160s] make[2]: *** No rule to make target '/build/Makefile.asciidoc.inc'.  Stop.\u000a\u000aRelated: osmocom-bb Ib04160287c98814a6f2ae104197abda563bdd5b9\u000aChange-Id: I88f3291acbf067ab8779b298e828e18eb828a511\u000a",
        "date" : "2025-09-16 08:17:29 +0200",
        "id" : "60bf602f6f8b0f4d06329b14767c4c49f8d42ded",
        "msg" : "OBS: disable_manuals: adjust for osmocom-bb",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/obs/lib/debian.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}