{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"registry-rebuild-upload-titan\" build number 616",
          "upstreamBuild" : 616,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 68,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
            "branch" : [
              {
                "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
            "branch" : [
              {
                "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
        "branch" : [
          {
            "SHA1" : "27031af313decac90517dc9ba0adebe74842c191",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://git.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#68",
  "duration" : 56633,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #68",
  "id" : "68",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 68,
  "queueId" : 668731,
  "result" : "SUCCESS",
  "timestamp" : 1643889967816,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/68/",
  "builtOn" : "host2-deb9build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-pgw-test/ogstun-setup.sh",
          "ttcn3-pgw-test/jenkins.sh"
        ],
        "commitId" : "bfabf9aa42c6bd0ae3a3048d8c1e016bcb2ad2ec",
        "timestamp" : 1643874941000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "ttcn3-pgw-test: configure the 'ogstun' device for open5gs-upfd\u000a\u000aUnlike osmo-ggsn, open5gs-upfd does not configure the tun interface\u000aitself.  All IPv4/IPv6 addresses must be assigned manually.  This\u000ais exactly why both PGW_Tests.TC_createSession_ping4[_256] fail:\u000a\u000a  [sock] ERROR: ogs_write() failed (5:Input/outputerror) (../lib/tun/tunio.c:84)\u000a  [upf] WARNING: ogs_tun_write() failed (../src/upf/gtp-path.c:448)\u000a\u000aTake Harald's setup.sh from open5gs-master and execute it in the\u000acontainer running open5gs-upfd.  This fixes the ogs_write() errors.\u000a\u000aChange-Id: I0730b1f69285484a0aa0ebd664dafd8e476b294f\u000aRelated: SYS#5602\u000a",
        "date" : "2022-02-03 13:55:41 +0600",
        "id" : "bfabf9aa42c6bd0ae3a3048d8c1e016bcb2ad2ec",
        "msg" : "ttcn3-pgw-test: configure the 'ogstun' device for open5gs-upfd",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ttcn3-pgw-test/ogstun-setup.sh"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-pgw-test/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "open5gs-master/Dockerfile",
          "open5gs-master/setup.sh",
          "open5gs-master/pgw.sh"
        ],
        "commitId" : "27031af313decac90517dc9ba0adebe74842c191",
        "timestamp" : 1643874985000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "open5gs-master: remove both setup.sh and pgw.sh\u000a\u000aHaving these scripts makes no sense anymore, because:\u000a\u000a  * setup.sh was moved to ttcn3-pgw-test,\u000a  * pgw.sh runs non-existing open5gs-pgwd.\u000a\u000aChange-Id: I96abc3ac57ade34cd79af6451bb201e36f5cd7f7\u000aRelated: SYS#5602\u000a",
        "date" : "2022-02-03 13:56:25 +0600",
        "id" : "27031af313decac90517dc9ba0adebe74842c191",
        "msg" : "open5gs-master: remove both setup.sh and pgw.sh",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "open5gs-master/pgw.sh"
          },
          {
            "editType" : "edit",
            "file" : "open5gs-master/Dockerfile"
          },
          {
            "editType" : "delete",
            "file" : "open5gs-master/setup.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ]
}