{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 28069,
      "executingTimeMillis" : 28069,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 18,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
            "branch" : [
              {
                "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
            "branch" : [
              {
                "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
        "branch" : [
          {
            "SHA1" : "852e02ea6dde9ede51846397e6d9176d43d60634",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/str4d/ed25519-java.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#18",
  "duration" : 28069,
  "estimatedDuration" : 8383,
  "executor" : None,
  "fullDisplayName" : "net.i2p.crypto.eddsa #18",
  "id" : "18",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 18,
  "queueId" : 940,
  "result" : "FAILURE",
  "timestamp" : 1491167289268,
  "url" : "https://consolving.de/jenkins/view/all/job/net.i2p.crypto.eddsa/18/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "test/net/i2p/crypto/eddsa/EdDSAPrivateKeyTest.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java",
          "test/net/i2p/crypto/eddsa/EdDSAPublicKeyTest.java"
        ],
        "commitId" : "dd2a28ba3df6bf38948b922ed729cd114a7c75a8",
        "timestamp" : 1491017071000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Implement current encoding of Ed25519 keys\u000aRef: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04\u000aCloses #21\u000a",
        "date" : "2017-04-01 16:24:31 +1300",
        "id" : "dd2a28ba3df6bf38948b922ed729cd114a7c75a8",
        "msg" : "Implement current encoding of Ed25519 keys",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "add",
            "file" : "test/net/i2p/crypto/eddsa/EdDSAPrivateKeyTest.java"
          },
          {
            "editType" : "add",
            "file" : "test/net/i2p/crypto/eddsa/EdDSAPublicKeyTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java",
          "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java"
        ],
        "commitId" : "486ac81ca68f815ba182c9f846f91d61710e541e",
        "timestamp" : 1491017074000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Enforce correct seed and hash lengths in EdDSAPrivateKeySpec\u000a",
        "date" : "2017-04-01 16:24:34 +1300",
        "id" : "486ac81ca68f815ba182c9f846f91d61710e541e",
        "msg" : "Enforce correct seed and hash lengths in EdDSAPrivateKeySpec",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
        ],
        "commitId" : "b4496025dcbfdcb9d2ad20a63c6c1407521f1c9f",
        "timestamp" : 1491017074000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Implement provider mappings between OIDs and algorithm names\u000a",
        "date" : "2017-04-01 16:24:34 +1300",
        "id" : "b4496025dcbfdcb9d2ad20a63c6c1407521f1c9f",
        "msg" : "Implement provider mappings between OIDs and algorithm names",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/jim",
      "fullName" : "jim"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/ilyam",
      "fullName" : "ilyam"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
      "fullName" : "str4d"
    }
  ]
}