{
  "_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" : 12003,
      "executingTimeMillis" : 12003,
      "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" : 11,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
            "branch" : [
              {
                "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
            "branch" : [
              {
                "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
        "branch" : [
          {
            "SHA1" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
            "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" : "#11",
  "duration" : 12003,
  "estimatedDuration" : 8383,
  "executor" : None,
  "fullDisplayName" : "net.i2p.crypto.eddsa #11",
  "id" : "11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 11,
  "queueId" : 26,
  "result" : "FAILURE",
  "timestamp" : 1480975690936,
  "url" : "https://consolving.de/jenkins/view/all/job/net.i2p.crypto.eddsa/11/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
        ],
        "commitId" : "c11e9b7123aff60e234f9e95eec72f65aff9b553",
        "timestamp" : 1480481084000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/jim",
          "fullName" : "jim"
        },
        "authorEmail" : "jim@jimkeener.com",
        "comment" : "Use current Ed25519 OID\u000aReference: \u000ahttps://datatracker.ietf.org/doc/draft-ietf-curdle-pkix/?include_text=1\u000a",
        "date" : "2016-11-29 23:44:44 -0500",
        "id" : "c11e9b7123aff60e234f9e95eec72f65aff9b553",
        "msg" : "Use current Ed25519 OID",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt",
          "README.md"
        ],
        "commitId" : "d060c734a15e5674924432cd28274322198f1a58",
        "timestamp" : 1480893012000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update URLs to HTTPS\u000a",
        "date" : "2016-12-05 12:10:12 +1300",
        "id" : "d060c734a15e5674924432cd28274322198f1a58",
        "msg" : "Update URLs to HTTPS",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "bdb83654464ee271c49829d27d82a14020d82d09",
        "timestamp" : 1480893021000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update license information in POM\u000a",
        "date" : "2016-12-05 12:10:21 +1300",
        "id" : "bdb83654464ee271c49829d27d82a14020d82d09",
        "msg" : "Update license information in POM",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSAGenParameterSpec.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java",
          "src/net/i2p/crypto/eddsa/EdDSAEngine.java",
          "src/net/i2p/crypto/eddsa/math/Field.java",
          "test/net/i2p/crypto/eddsa/Ed25519TestVectors.java",
          "src/net/i2p/crypto/eddsa/Utils.java",
          "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java",
          "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java",
          "test/net/i2p/crypto/eddsa/math/ConstantsTest.java",
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java",
          "src/net/i2p/crypto/eddsa/math/Curve.java",
          "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncodingTest.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java",
          "src/net/i2p/crypto/eddsa/math/Encoding.java",
          "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java",
          "test/net/i2p/crypto/eddsa/math/GroupElementTest.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveSpec.java",
          "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElementTest.java",
          "src/net/i2p/crypto/eddsa/math/ScalarOps.java",
          "test/net/i2p/crypto/eddsa/UtilsTest.java",
          "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java",
          "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java",
          "src/net/i2p/crypto/eddsa/EdDSAKey.java",
          "src/net/i2p/crypto/eddsa/math/Constants.java",
          "src/net/i2p/crypto/eddsa/KeyPairGenerator.java",
          "src/net/i2p/crypto/eddsa/math/FieldElement.java",
          "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java",
          "src/net/i2p/crypto/eddsa/KeyFactory.java",
          "test/net/i2p/crypto/eddsa/EdDSAEngineTest.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java",
          "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElementTest.java",
          "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOpsTest.java"
        ],
        "commitId" : "b475e23a13523292236cc15ee7c6ee0b1a7afab2",
        "timestamp" : 1480894471000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Add license headers to all source code files\u000aCloses #16\u000a",
        "date" : "2016-12-05 12:34:31 +1300",
        "id" : "b475e23a13523292236cc15ee7c6ee0b1a7afab2",
        "msg" : "Add license headers to all source code files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAEngine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOpsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/UtilsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/Ed25519TestVectors.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveSpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncodingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElementTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/FieldElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElementTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ScalarOps.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/Utils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAGenParameterSpec.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/EdDSAEngineTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Encoding.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Curve.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOpsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/KeyPairGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Constants.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/KeyFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Field.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/GroupElementTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
        ],
        "commitId" : "a150eaff7f14062359d6870c9ec74ceb630b028d",
        "timestamp" : 1480911623000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Use current Ed25519 OID for decoding too\u000a",
        "date" : "2016-12-05 17:20:23 +1300",
        "id" : "a150eaff7f14062359d6870c9ec74ceb630b028d",
        "msg" : "Use current Ed25519 OID for decoding too",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
        ],
        "commitId" : "1098634ee7becbf603dc600afaacb654e72c7c09",
        "timestamp" : 1480912730000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Revert \"Use current Ed25519 OID\"\u000aThis reverts commit c11e9b7123aff60e234f9e95eec72f65aff9b553.\u000a",
        "date" : "2016-12-05 17:38:50 +1300",
        "id" : "1098634ee7becbf603dc600afaacb654e72c7c09",
        "msg" : "Revert \"Use current Ed25519 OID\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
        ],
        "commitId" : "da966c7845f01901322d391e09d8c0eb20c886d1",
        "timestamp" : 1480912732000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Revert \"Use current Ed25519 OID for decoding too\"\u000aThis reverts commit a150eaff7f14062359d6870c9ec74ceb630b028d.\u000a",
        "date" : "2016-12-05 17:38:52 +1300",
        "id" : "da966c7845f01901322d391e09d8c0eb20c886d1",
        "msg" : "Revert \"Use current Ed25519 OID for decoding too\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "README.md"
        ],
        "commitId" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
        "timestamp" : 1480923498000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update name\u000a",
        "date" : "2016-12-05 20:38:18 +1300",
        "id" : "b3aedb561a4eb8a74022ab9d862cf4f11c8c5a45",
        "msg" : "Update name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
      "fullName" : "str4d"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/jim",
      "fullName" : "jim"
    }
  ]
}