{
  "_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" : 222413,
      "executingTimeMillis" : 222413,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5355,
      "waitingTimeMillis" : 5355
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 49604,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
            "branch" : [
              {
                "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
            "branch" : [
              {
                "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 34422,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
            "branch" : [
              {
                "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
            "branch" : [
              {
                "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
        "branch" : [
          {
            "SHA1" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-msc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#49604",
  "duration" : 222413,
  "estimatedDuration" : 261916,
  "executor" : None,
  "fullDisplayName" : "master-osmo-msc #49604",
  "id" : "49604",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 49604,
  "queueId" : 2029626,
  "result" : "SUCCESS",
  "timestamp" : 1761942066476,
  "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-msc/49604/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/sms_queue/sms_queue_test.c",
          "tests/sms_queue/sms_queue_test.ok",
          "src/libmsc/sms_queue.c",
          "src/libmsc/db.c"
        ],
        "commitId" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
        "timestamp" : 1761941827000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/keith",
          "fullName" : "keith"
        },
        "authorEmail" : "keith@rhizomatica.org",
        "comment" : "sqlite optimisation: check VLR earlier for dest. subscriber\u000a\u000asms_from_result() calls a number of sqlite3_column_XXX functions\u000ato build the SMS in memory.\u000a\u000aIf the destination subscriber is not attached, the sms\u000awill be free'd immediatly anyway in smsq_take_next_sms()\u000aso let's check if the destination subscriber is present\u000aand attached before we call all the sqlite3 routines.\u000a\u000aChange-Id: Ibd07b9d200b48108d705ed4c461cc4ddfa421fd2\u000a",
        "date" : "2025-10-31 20:17:07 +0000",
        "id" : "5faf693182d8027e5f40afdd36b2d2948ee56dee",
        "msg" : "sqlite optimisation: check VLR earlier for dest. subscriber",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/sms_queue.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/sms_queue/sms_queue_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/sms_queue/sms_queue_test.ok"
          },
          {
            "editType" : "edit",
            "file" : "src/libmsc/db.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/keith",
      "fullName" : "keith"
    }
  ],
  "runs" : [
    {
      "number" : 49604,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-msc/IU=--disable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/49604/"
    },
    {
      "number" : 49604,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-msc/IU=--enable-iu,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/49604/"
    }
  ]
}