{
  "_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" : 2433,
      "executingTimeMillis" : 2433,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7891,
      "waitingTimeMillis" : 7891
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2838,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
            "branch" : [
              {
                "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
            "branch" : [
              {
                "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2694,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
        "branch" : [
          {
            "SHA1" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2838",
  "duration" : 2433,
  "estimatedDuration" : 1351,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #2838",
  "id" : "2838",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2838,
  "queueId" : 1977300,
  "result" : "SUCCESS",
  "timestamp" : 1756298288237,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-trigger-osmo-ttcn3-hacks/2838/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/testsuite.py",
          "_testenv/testenv/podman.py",
          "_testenv/testenv/cmd.py"
        ],
        "commitId" : "2152d5127e0a21e29fb4caab4e8f49c78d6a75b0",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: use separate cache dirs per distro\u000a\u000aChange-Id: I0f1c05bb4d8cfababc24477976abf8a0baa3daba\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "2152d5127e0a21e29fb4caab4e8f49c78d6a75b0",
        "msg" : "testenv: use separate cache dirs per distro",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/testsuite.py"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/podman.py"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/cmd.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/__init__.py"
        ],
        "commitId" : "48331bb5c5dc7e6f273d87bcfcdef92a520ec386",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: init podman: add --distro arg\u000a\u000aAllow building the podman image for another distribution. This was\u000amostly implemented already, but due to the missing --distro argument for\u000a\"./testenv.py init podman\" it could not be used yet.\u000a\u000aChange-Id: Iff59b5d403e88046a3f98438394e1e02a36e7c0a\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "48331bb5c5dc7e6f273d87bcfcdef92a520ec386",
        "msg" : "testenv: init podman: add --distro arg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/__init__.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/data/podman/Dockerfile"
        ],
        "commitId" : "fbef26faf0650c966fd020cbf74bb4dfff711679",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: debian 13: fix installing libgcc\u000a\u000aUse a wildcard to install the proper libgcc-*-dev package (libgcc-11-dev\u000afor debian bookworm, libgcc-13-dev for trixie).\u000a\u000aChange-Id: I9992d8cf8cd68a9e3ec9178909e0766dbd5d12ad\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "fbef26faf0650c966fd020cbf74bb4dfff711679",
        "msg" : "testenv: debian 13: fix installing libgcc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/data/podman/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/data/podman/Dockerfile"
        ],
        "commitId" : "7943e83f8f21f223399907371d02c52155c475fe",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: debian 13: fix installing eclipse-titan\u000a\u000aUse the current debian version instead of hardcoding Debian_12.\u000a\u000aChange-Id: I56be4e3e72a1ad4590e904f9a48d90aa635c9980\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "7943e83f8f21f223399907371d02c52155c475fe",
        "msg" : "testenv: debian 13: fix installing eclipse-titan",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/data/podman/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/__init__.py"
        ],
        "commitId" : "8d21add62379e894791370c6699aec73283776da",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: check for --distro without --podman\u000a\u000aThe --distro option only makes sense with --podman, complain if it is\u000aused without --podman.\u000a\u000aChange-Id: I1b7b26320c65d498a1e812f85f0b98eda95be783\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "8d21add62379e894791370c6699aec73283776da",
        "msg" : "testenv: check for --distro without --podman",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/__init__.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/__init__.py",
          "_testenv/testenv/podman.py"
        ],
        "commitId" : "a54861145eb74451afbdcda39546e8aa09f7b1ca",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: check value of --distro early\u000a\u000aMake sure that the value for --distro is supported early on, instead of\u000aonly checking it if --binary-repo is set while trying to add the binary\u000arepository.\u000a\u000aChange-Id: I37493f26d71e70a19f4a19b3bbda972c03c84905\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "a54861145eb74451afbdcda39546e8aa09f7b1ca",
        "msg" : "testenv: check value of --distro early",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/podman.py"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/__init__.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/__init__.py"
        ],
        "commitId" : "6f5bca2e53d3740afabb96c350523d9dd770b046",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: add debian:trixie\u000a\u000aChange-Id: Ib62851960724c17f9adddf54a2fc39adef911d32\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "6f5bca2e53d3740afabb96c350523d9dd770b046",
        "msg" : "testenv: add debian:trixie",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/__init__.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/podman.py"
        ],
        "commitId" : "f92398a3b38501adc330565566bca97e46bacd24",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: enable_binary_repo: configure apt pin\u000a\u000aAdd an apt-pin to ensure packages from the Osmocom repositories get\u000apreferred over Debian's packages. I just ran into this with osmo-mgw,\u000awhere we have 1.4.0 in osmocom:latest and Debian 13 has 1.14.0+dfsg1-2,\u000awhich counts as higher version. This results in the wrong package being\u000aselected, and also in an error later on when trying to install related\u000adebug packages from our repository:\u000a\u000a  The following packages have unmet dependencies:\u000a   osmo-mgw-dbgsym : Depends: osmo-mgw (= 1.14.0) but 1.14.0+dfsg1-2 is to be installed\u000a\u000aChange-Id: I3a45de277bbd5299c8b840680b56b52a8731caa4\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "f92398a3b38501adc330565566bca97e46bacd24",
        "msg" : "testenv: enable_binary_repo: configure apt pin",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/podman.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/__init__.py"
        ],
        "commitId" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
        "timestamp" : 1756298151000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: set default distro to debian:trixie\u000a\u000aRelated: OS#6826\u000aChange-Id: Ib9c5dafaa7b17e435f61fbedfd92393c0a767f34\u000a",
        "date" : "2025-08-27 12:35:51 +0000",
        "id" : "99a5f8cc1e18ae95b7567120fd8979e05300ae59",
        "msg" : "testenv: set default distro to debian:trixie",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/__init__.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}