{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 31501,
      "executingTimeMillis" : 31501,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6979,
      "waitingTimeMillis" : 6979
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1996,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
            "branch" : [
              {
                "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
            "branch" : [
              {
                "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1994,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a4b5e251766dded4d6f71dd4145307370d2305f0",
            "branch" : [
              {
                "SHA1" : "a4b5e251766dded4d6f71dd4145307370d2305f0",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a4b5e251766dded4d6f71dd4145307370d2305f0",
            "branch" : [
              {
                "SHA1" : "a4b5e251766dded4d6f71dd4145307370d2305f0",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 973,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b4d25076b4ae79ec56b1251b16faecbbb7911872",
            "branch" : [
              {
                "SHA1" : "b4d25076b4ae79ec56b1251b16faecbbb7911872",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b4d25076b4ae79ec56b1251b16faecbbb7911872",
            "branch" : [
              {
                "SHA1" : "b4d25076b4ae79ec56b1251b16faecbbb7911872",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
        "branch" : [
          {
            "SHA1" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-el2tpd"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1996",
  "duration" : 31501,
  "estimatedDuration" : 33154,
  "executor" : None,
  "fullDisplayName" : "master-osmo-el2tpd #1996",
  "id" : "1996",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1996,
  "queueId" : 2007195,
  "result" : "SUCCESS",
  "timestamp" : 1759384567336,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-osmo-el2tpd/1996/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/l2tp_protocol.h"
        ],
        "commitId" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
        "timestamp" : 1759239331000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "src/l2tp_protocol.h: include netinet/in.h\u000a\u000aFix the following error seen in the master-osmo-el2tpd jenkins job after\u000aswitching it to debian 13:\u000a\u000a  In file included from l2tpd_lapd.c:31:\u000a  l2tp_protocol.h:28:25: error: expected identifier before numeric constant\u000a     28 | #define IPPROTO_L2TP    115\u000a\u000aThis happens, because /usr/include/netinet/in.h has:\u000a\u000a  /* Standard well-defined IP protocols.  */\u000a  enum\u000a    {\u000a      IPPROTO_IP = 0,\u0009   /* Dummy protocol for TCP.  */\u000a  #define IPPROTO_IP\u0009\u0009IPPROTO_IP\u000a      IPPROTO_ICMP = 1,\u0009   /* Internet Control Message Protocol.  */\u000a  #define IPPROTO_ICMP\u0009\u0009IPPROTO_ICMP\u000a  …\u000a      IPPROTO_COMP = 108,\u0009   /* Compression Header Protocol.  */\u000a  #define IPPROTO_COMP\u0009\u0009IPPROTO_COMP\u000a      IPPROTO_L2TP = 115,\u0009   /* Layer 2 Tunnelling Protocol.  */\u000a  #define IPPROTO_L2TP\u0009\u0009IPPROTO_L2TP\u000a  …\u000a    };\u000a\u000aWhich then becomes (seen with gcc -E):\u000a\u000a      IPPROTO_COMP = 108,\u000a\u000a  # 84 \"/usr/include/netinet/in.h\"\u000a     115\u000a  # 84 \"/usr/include/netinet/in.h\" 3 4\u000a                  = 115,\u000a\u000a      IPPROTO_SCTP = 132,\u000a\u000aFix this by including netinet/in.h first, so it won't be redefined if it\u000ais already there.\u000a\u000aChange-Id: Iaec15ee59a1e740d41e616142637612d2aacf1dc\u000a",
        "date" : "2025-09-30 15:35:31 +0200",
        "id" : "c61431cb5f54c2a43d05bb0067f5c5199bf2744a",
        "msg" : "src/l2tp_protocol.h: include netinet/in.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/l2tp_protocol.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 1996,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Smalltalk/job/master-osmo-el2tpd/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/1996/"
    }
  ]
}