{
  "_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" : 25859,
      "executingTimeMillis" : 25859,
      "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" : 19,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
            "branch" : [
              {
                "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
            "branch" : [
              {
                "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
        "branch" : [
          {
            "SHA1" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
            "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" : "#19",
  "duration" : 25859,
  "estimatedDuration" : 8383,
  "executor" : None,
  "fullDisplayName" : "net.i2p.crypto.eddsa #19",
  "id" : "19",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 19,
  "queueId" : 943,
  "result" : "FAILURE",
  "timestamp" : 1491253690349,
  "url" : "https://consolving.de/jenkins/view/all/job/net.i2p.crypto.eddsa/19/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_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",
          "src/net/i2p/crypto/eddsa/KeyPairGenerator.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "test/net/i2p/crypto/eddsa/EdDSAEngineTest.java",
          "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java",
          "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
        ],
        "commitId" : "7dfc91cb7a4654110d25491bd4de1faefbada3bb",
        "timestamp" : 1491125953000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Use the canonical name \"Ed25519\" in the named curve table\u000aRef: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04 section 8\u000a",
        "date" : "2017-04-02 21:39:13 +1200",
        "id" : "7dfc91cb7a4654110d25491bd4de1faefbada3bb",
        "msg" : "Use the canonical name \"Ed25519\" in the named curve table",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/KeyPairGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/PrecomputationTestVectors.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/EdDSAEngineTest.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/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/GroupElementTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "a7c4462dd746cfe87ae490ee1602650ed2aaf0ed",
        "timestamp" : 1491167497000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update README\u000a",
        "date" : "2017-04-03 09:11:37 +1200",
        "id" : "a7c4462dd746cfe87ae490ee1602650ed2aaf0ed",
        "msg" : "Update README",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java",
          "src/net/i2p/crypto/eddsa/EdDSAEngine.java",
          "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java"
        ],
        "commitId" : "6dae789b5fdd9ee2c102acac222e767feb4d48bb",
        "timestamp" : 1491167756000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Fix HTML errors in JavaDocs\u000a",
        "date" : "2017-04-03 09:15:56 +1200",
        "id" : "6dae789b5fdd9ee2c102acac222e767feb4d48bb",
        "msg" : "Fix HTML errors in JavaDocs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAEngine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "00f224e0f3af9b019ef73eeae12f2734fb2e6b81",
        "timestamp" : 1491167757000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Add (commented-out) JavaDoc build flag required for Java 8u121 or later\u000a",
        "date" : "2017-04-03 09:15:57 +1200",
        "id" : "00f224e0f3af9b019ef73eeae12f2734fb2e6b81",
        "msg" : "Add (commented-out) JavaDoc build flag required for Java 8u121 or later",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "af08bc0385271f9dc1edccf1839afffafc316918",
        "timestamp" : 1491167757000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Set JavaDoc encoding to UTF-8\u000a",
        "date" : "2017-04-03 09:15:57 +1200",
        "id" : "af08bc0385271f9dc1edccf1839afffafc316918",
        "msg" : "Set JavaDoc encoding to UTF-8",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java",
          "src/net/i2p/crypto/eddsa/EdDSAEngine.java",
          "src/net/i2p/crypto/eddsa/EdDSAKey.java",
          "src/net/i2p/crypto/eddsa/Utils.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java",
          "src/net/i2p/crypto/eddsa/math/Encoding.java",
          "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java",
          "src/net/i2p/crypto/eddsa/math/ScalarOps.java"
        ],
        "commitId" : "24a93206fe27c6a545de4cd8d38e1615a16c0f3f",
        "timestamp" : 1491167846000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Fix JavaDoc warnings\u000a",
        "date" : "2017-04-03 09:17:26 +1200",
        "id" : "24a93206fe27c6a545de4cd8d38e1615a16c0f3f",
        "msg" : "Fix JavaDoc warnings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAEngine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Encoding.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/Utils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/ScalarOps.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "9986aba1957acb9f80d3a30583740f3781672f34",
        "timestamp" : 1491169881000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update disclaimer\u000a",
        "date" : "2017-04-03 09:51:21 +1200",
        "id" : "9986aba1957acb9f80d3a30583740f3781672f34",
        "msg" : "Update disclaimer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "309c816c339450a73bb252e98aa65187b3bde6ae",
        "timestamp" : 1491170179000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update contributors\u000a",
        "date" : "2017-04-03 09:56:19 +1200",
        "id" : "309c816c339450a73bb252e98aa65187b3bde6ae",
        "msg" : "Update contributors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java",
          "pom.xml",
          "README.md"
        ],
        "commitId" : "a297e5132b904e14a9553d624c71961a9f5a53e7",
        "timestamp" : 1491177861000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "eddsa-0.2.0\u000a",
        "date" : "2017-04-03 12:04:21 +1200",
        "id" : "a297e5132b904e14a9553d624c71961a9f5a53e7",
        "msg" : "eddsa-0.2.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/package.html"
        ],
        "commitId" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
        "timestamp" : 1491190681000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Fix curve name list in JavaDoc for net.i2p.crypto.eddsa.spec package\u000a",
        "date" : "2017-04-03 15:38:01 +1200",
        "id" : "a176c92f997620c7904d6f2ce8c69235d93b617b",
        "msg" : "Fix curve name list in JavaDoc for net.i2p.crypto.eddsa.spec package",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/package.html"
          }
        ]
      }
    ],
    "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"
    }
  ]
}