{
  "_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" : 25713,
      "executingTimeMillis" : 25713,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8416,
      "waitingTimeMillis" : 8416
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 178,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
            "branch" : [
              {
                "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
            "branch" : [
              {
                "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
        "branch" : [
          {
            "SHA1" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-asn1-tcap"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#178",
  "duration" : 25713,
  "estimatedDuration" : 19768,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-asn1-tcap #178",
  "id" : "178",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 178,
  "queueId" : 47932,
  "result" : "SUCCESS",
  "timestamp" : 1772447889441,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/178/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "9476fe5a51c6d4dcfbae9ec01f1e09b2e39fd6c1",
        "timestamp" : 1772224968000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Add README.md\u000a\u000aChange-Id: Ie3fa506cb9b40992cebe6942ea833a2e49ba2680\u000a",
        "date" : "2026-02-27 21:42:48 +0100",
        "id" : "9476fe5a51c6d4dcfbae9ec01f1e09b2e39fd6c1",
        "msg" : "Add README.md",
        "paths" : [
          {
            "editType" : "add",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am"
        ],
        "commitId" : "8ec48c5c62589a44d8055288430849ef1a59e246",
        "timestamp" : 1772225001000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Makefile.am: Avoid removing tcap.h during make -C src/ regen\u000a\u000aThat header is ours and is the public entry towards the library.\u000a\u000aChange-Id: I89a34ef61e6f74ba7482a5abcf55404c157a14fb\u000a",
        "date" : "2026-02-27 21:43:21 +0100",
        "id" : "8ec48c5c62589a44d8055288430849ef1a59e246",
        "msg" : "Makefile.am: Avoid removing tcap.h during make -C src/ regen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/parse/tcap_parse_test.c"
        ],
        "commitId" : "18e77fad5f4d4c5741cd52a65aeccc17174d7361",
        "timestamp" : 1772225001000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "tests: Use mem alloc macro instead of direct calloc() call\u000a\u000aThis way we make sure the proper function to alloc is called.\u000a\u000aChange-Id: Ia9c7cf1f958f273dd7a5e23cf7633e45fa9d577f\u000a",
        "date" : "2026-02-27 21:43:21 +0100",
        "id" : "18e77fad5f4d4c5741cd52a65aeccc17174d7361",
        "msg" : "tests: Use mem alloc macro instead of direct calloc() call",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/parse/tcap_parse_test.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "configure.ac",
          "tests/parse/Makefile.am",
          "src/tcap.c",
          "debian/control",
          "include/osmocom/tcap/asn_internal.h",
          "libosmo-asn1-tcap.pc.in"
        ],
        "commitId" : "a66e0d4a860ffd7ee2766efc1237d384f58c2316",
        "timestamp" : 1772225001000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Use talloc to allocate asn1c decoded structs\u000a\u000aThis commit adds talloc support but will still use talloc NULL context\u000aeverywhere when allocating memory.\u000aThis is already useful since it allows programs enabling null context\u000atracking to get a report of memory usage.\u000a\u000aRelated: SYS#5423\u000aRelated: OS#6965\u000aChange-Id: I6d885527caa5b60011b4fac341b93026ab1833d9\u000a",
        "date" : "2026-02-27 21:43:21 +0100",
        "id" : "a66e0d4a860ffd7ee2766efc1237d384f58c2316",
        "msg" : "Use talloc to allocate asn1c decoded structs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/parse/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "libosmo-asn1-tcap.pc.in"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "debian/control"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/tcap/asn_internal.h"
          },
          {
            "editType" : "edit",
            "file" : "src/tcap.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "include/osmocom/tcap/tcap.h",
          "src/tcap.c",
          "include/osmocom/tcap/asn_internal.h",
          "TODO-RELEASE"
        ],
        "commitId" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
        "timestamp" : 1772225001000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Introduce API osmo_asn1_tcap_TCMessage_decode()\u000a\u000aThis new API allows passing a talloc context where all memory is\u000aallocated by asn1c code is allocated.\u000a\u000aRelated: SYS#5423\u000aRelated: OS#6965\u000aChange-Id: I02923afb3936a1acf6643def27528e35e4b03e86\u000a",
        "date" : "2026-02-27 21:43:21 +0100",
        "id" : "d888f1bd3d2211acde55e2cda5e061b5039f8961",
        "msg" : "Introduce API osmo_asn1_tcap_TCMessage_decode()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/tcap/asn_internal.h"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/tcap/tcap.h"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "src/tcap.c"
          },
          {
            "editType" : "add",
            "file" : "TODO-RELEASE"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 178,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/178/"
    }
  ]
}