{
  "_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" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 1243,
      "executingTimeMillis" : 1243,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7622,
      "waitingTimeMillis" : 7622
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2863,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
            "branch" : [
              {
                "SHA1" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
            "branch" : [
              {
                "SHA1" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
                "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" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
        "branch" : [
          {
            "SHA1" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
            "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" : "#2863",
  "duration" : 1243,
  "estimatedDuration" : 1351,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #2863",
  "id" : "2863",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2863,
  "queueId" : 1988593,
  "result" : "SUCCESS",
  "timestamp" : 1757413687884,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-trigger-osmo-ttcn3-hacks/2863/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "asterisk/gen_links.sh"
        ],
        "commitId" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
        "timestamp" : 1757412428000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "asterisk/gen_links.sh: fix broken symlink\u000a\u000aThere exist two files named `PIPEasp_Templates.ttcn`:\u000a\u000a* library/PIPEasp_Templates.ttcn\u000a* deps/titan.TestPorts.PIPEasp/demo/PIPEasp_Templates.ttcn\u000a\u000aWe use our own one from the library, not the demo one.\u000a\u000aIn `asterisk/gen_links.sh` we first create a broken symlink, and then\u000aoverwrite it with a valid symlink to `library/PIPEasp_Templates.ttcn`.\u000aThis should not be a problem, since `gen_links.inc.sh` is calling ln\u000awith flags `-sf`, yet we saw a build failure in Jenkins:\u000a\u000ahttps://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-asterisk-ims-ue-test/559/consoleText\u000a\u000a------\u000a > [3/5] RUN\u0009TTCN3-DOCKER-PREPARE \"master\" asterisk:\u000a0.463 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'\u000a0.463 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh\u000a0.464 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'\u000a0.465 + ln -sv /osmo-ttcn3-hacks/_scripts /_scripts\u000a0.466 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'\u000a0.466 + make asterisk\u000a0.581 (cd asterisk && ./gen_links.sh && ./regen_makefile.sh)\u000a0.627 ttcn3_makefilegen: error: Cannot find any source file for argument `PIPEasp_Templates.ttcn'.\u000a0.631 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled,\u000a                                  but no TTCN-3 files to be preprocessed were given for the Makefile.\u000a0.632 make: *** [Makefile:131: _build/asterisk/Makefile] Error 1\u000a------\u000a\u000aChange-Id: Id79bd056716c34c4de02aba68caab95d185e6e48\u000a",
        "date" : "2025-09-09 17:07:08 +0700",
        "id" : "8f3ae0224fba87383b78fefb7e18977e80764ee0",
        "msg" : "asterisk/gen_links.sh: fix broken symlink",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "asterisk/gen_links.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ]
}