{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 475,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
            "branch" : [
              {
                "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
            "branch" : [
              {
                "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
        "branch" : [
          {
            "SHA1" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://git.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#475",
  "duration" : 47534,
  "estimatedDuration" : 101718,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #475",
  "id" : "475",
  "inProgress" : False,
  "keepLog" : True,
  "number" : 475,
  "queueId" : 23923,
  "result" : "FAILURE",
  "timestamp" : 1536998408001,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/475/",
  "builtOn" : "admin2-deb8build",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/gsm/protocol/gsm_08_08.h"
        ],
        "commitId" : "4b081b1d8862114f59af433b943dea86ce47ac71",
        "timestamp" : 1536909248000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "gsm0808: fix wrong codec defaults for OFR_AMR_WB\u000a3GPP TS 48.008 chapter 3.2.2.103 states that the configuration bits of \u000aOFR_AMR_WB are coded as follows:\u000a\"S0, S2, S4 indicates the supported Codec Configurations. S1, S3, S5,\u000aS6, S7 are reserved and coded with zeroes.\"\u000aThe current default setting of 0x3F violates this requirement. Lets set \u000athe \"forbidden\" settings zu zero and keep only the allowed ones.\u000aChange-Id: I4a481def59e9c98cfdcafc2b80c0ac7df0c14130\u000a",
        "date" : "2018-09-14 09:14:08 +0200",
        "id" : "4b081b1d8862114f59af433b943dea86ce47ac71",
        "msg" : "gsm0808: fix wrong codec defaults for OFR_AMR_WB",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/gsm/protocol/gsm_08_08.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/gsm/libosmogsm.map",
          "include/osmocom/gsm/gsm0808_utils.h",
          "src/gsm/gsm0808_utils.c",
          "include/osmocom/gsm/protocol/gsm_08_08.h",
          "tests/gsm0808/gsm0808_test.c",
          "tests/gsm0808/gsm0808_test.ok"
        ],
        "commitId" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
        "timestamp" : 1536935050000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "gsm0808: add function to convert amr gsm0408 setings to gsm0808\u000aAdd a function to convert struct gsm48_multi_rate_conf, which holds the \u000acodec settings for AMR, to S0-S15 bit representation as defined in 3GPP\u000aTS 48.008 3.2.2.49\u000aChange-Id: I4e656731b16621736c7a2f4e64d9ce63b1064e98 Related: OS#3548\u000a",
        "date" : "2018-09-14 16:24:10 +0200",
        "id" : "2fd4fe6aa109c8df50baac465f0393a303a64dd2",
        "msg" : "gsm0808: add function to convert amr gsm0408 setings to gsm0808",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/gsm/libosmogsm.map"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/gsm/gsm0808_utils.h"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/gsm/protocol/gsm_08_08.h"
          },
          {
            "editType" : "edit",
            "file" : "tests/gsm0808/gsm0808_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/gsm0808/gsm0808_test.ok"
          },
          {
            "editType" : "edit",
            "file" : "src/gsm/gsm0808_utils.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    }
  ],
  "runs" : [
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    }
  ]
}