{
  "_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" : 26657,
      "executingTimeMillis" : 26657,
      "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" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
            "branch" : [
              {
                "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
            "branch" : [
              {
                "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
        "branch" : [
          {
            "SHA1" : "3684cad905ad2b4484bac2df098480e07199c950",
            "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" : "#13",
  "duration" : 26657,
  "estimatedDuration" : 8383,
  "executor" : None,
  "fullDisplayName" : "net.i2p.crypto.eddsa #13",
  "id" : "13",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13,
  "queueId" : 34,
  "result" : "FAILURE",
  "timestamp" : 1481580487501,
  "url" : "https://consolving.de/jenkins/view/all/job/net.i2p.crypto.eddsa/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "src/net/i2p/crypto/eddsa/EdDSAKey.java",
          "pom.xml",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
        ],
        "commitId" : "b918755a47d461bcb869c7d48bdc2184543ad48c",
        "timestamp" : 1481517813000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Added EdDSASecurityProvider that can be registered in the JCE\u000a",
        "date" : "2016-12-12 17:43:33 +1300",
        "id" : "b918755a47d461bcb869c7d48bdc2184543ad48c",
        "msg" : "Added EdDSASecurityProvider that can be registered in the JCE",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAKey.java"
          },
          {
            "editType" : "add",
            "file" : "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java"
        ],
        "commitId" : "abdee146c302e2e26976519de8b6413079960171",
        "timestamp" : 1481517817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1)\u000a",
        "date" : "2016-12-12 17:43:37 +1300",
        "id" : "abdee146c302e2e26976519de8b6413079960171",
        "msg" : "CURVE_ED25519_SHA512 should be a value that is a valid identifer (#1)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/net/i2p/crypto/eddsa/math/GroupElementTest.java",
          "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java",
          "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java",
          "test/net/i2p/crypto/eddsa/EdDSAEngineTest.java",
          "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java",
          "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
        ],
        "commitId" : "383acf799c01a3908961888310fe8122faf7e39d",
        "timestamp" : 1481517817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Updated unit tests to use literal constant for curve name\u000a",
        "date" : "2016-12-12 17:43:37 +1300",
        "id" : "383acf799c01a3908961888310fe8122faf7e39d",
        "msg" : "Updated unit tests to use literal constant for curve name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/EdDSAEngineTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/GroupElementTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/package.html"
        ],
        "commitId" : "8a2dc8572717521012b571be7a81f92114e5df93",
        "timestamp" : 1481517817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update curve name in JavaDoc package file\u000a",
        "date" : "2016-12-12 17:43:37 +1300",
        "id" : "8a2dc8572717521012b571be7a81f92114e5df93",
        "msg" : "Update curve name in JavaDoc package file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/package.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
        ],
        "commitId" : "e0c35afd7bb65f3ce4ea69ae60b85ceda788e4cc",
        "timestamp" : 1481517817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Add license header to provider\u000a",
        "date" : "2016-12-12 17:43:37 +1300",
        "id" : "e0c35afd7bb65f3ce4ea69ae60b85ceda788e4cc",
        "msg" : "Add license header to provider",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/net/i2p/crypto/eddsa/EdDSASecurityProviderTest.java"
        ],
        "commitId" : "23ff20da982076f83fdbcf058dd4219e921bc61a",
        "timestamp" : 1481520471000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "EdDSASecurityProvider tests\u000a",
        "date" : "2016-12-12 18:27:51 +1300",
        "id" : "23ff20da982076f83fdbcf058dd4219e921bc61a",
        "msg" : "EdDSASecurityProvider tests",
        "paths" : [
          {
            "editType" : "add",
            "file" : "test/net/i2p/crypto/eddsa/EdDSASecurityProviderTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "3684cad905ad2b4484bac2df098480e07199c950",
        "timestamp" : 1481521058000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update contributors\u000a",
        "date" : "2016-12-12 18:37:38 +1300",
        "id" : "3684cad905ad2b4484bac2df098480e07199c950",
        "msg" : "Update contributors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
      "fullName" : "str4d"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/jim",
      "fullName" : "jim"
    }
  ]
}