{
  "_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" : 52035,
      "executingTimeMillis" : 52035,
      "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" : 9,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
            "branch" : [
              {
                "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
            "branch" : [
              {
                "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
        "branch" : [
          {
            "SHA1" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:spotify/dns-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" : "#9",
  "duration" : 52035,
  "estimatedDuration" : 63684,
  "executor" : None,
  "fullDisplayName" : "com.spotify.dns #9",
  "id" : "9",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 9,
  "queueId" : 1518,
  "result" : "FAILURE",
  "timestamp" : 1632289390720,
  "url" : "https://consolving.de/jenkins/view/all/job/com.spotify.dns/9/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/spotify/dns/DnsSrvWatchers.java",
          "src/main/java/com/spotify/dns/ChangeNotifiers.java",
          "pom.xml",
          "src/main/java/com/spotify/dns/AbstractChangeNotifier.java",
          "src/main/java/module-info.java"
        ],
        "commitId" : "d0b3d897dd32c9272b3fc78bc0595fb3644da7fc",
        "timestamp" : 1632207458000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Switch back to jdk 8 compiler and remove java modules (#50)\u000a",
        "date" : "2021-09-21 08:57:38 +0200",
        "id" : "d0b3d897dd32c9272b3fc78bc0595fb3644da7fc",
        "msg" : "Switch back to jdk 8 compiler and remove java modules (#50)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/spotify/dns/DnsSrvWatchers.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/module-info.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/spotify/dns/AbstractChangeNotifier.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/spotify/dns/ChangeNotifiers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/com/spotify/dns/ServiceResolvingChangeNotifierTest.java",
          "src/test/java/com/spotify/dns/DnsLookupPerformanceTest.java",
          "src/test/java/com/spotify/dns/DnsTestUtil.java",
          "src/test/java/com/spotify/dns/AbstractChangeNotifierTest.java",
          "src/test/java/com/spotify/dns/RetainingDnsSrvResolverTest.java",
          "src/test/java/com/spotify/dns/DnsSrvWatchersTest.java",
          "src/test/java/com/spotify/dns/DnsSrvResolversIT.java",
          "src/test/java/com/spotify/dns/MeteredDnsSrvResolverTest.java",
          "pom.xml",
          "src/test/java/com/spotify/dns/AggregatingChangeNotifierTest.java"
        ],
        "commitId" : "e36fed1ddd227e0e76006781c6d08301fa2fb73c",
        "timestamp" : 1632218257000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Make tests compatible with jdk 8 (#51)\u000a* Make tests compatible with jdk 8\u000a\u000a* Remove unnecessary exceptions\u000a",
        "date" : "2021-09-21 11:57:37 +0200",
        "id" : "e36fed1ddd227e0e76006781c6d08301fa2fb73c",
        "msg" : "Make tests compatible with jdk 8 (#51)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/ServiceResolvingChangeNotifierTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/DnsLookupPerformanceTest.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/AbstractChangeNotifierTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/DnsTestUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/AggregatingChangeNotifierTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/DnsSrvResolversIT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/DnsSrvWatchersTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/MeteredDnsSrvResolverTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/spotify/dns/RetainingDnsSrvResolverTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "efb38c4b0669c91247d657bd200dfe179a497069",
        "timestamp" : 1632218300000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Bump guava from 28.2-jre to 29.0-jre\u000aBumps [guava](https://github.com/google/guava) from 28.2-jre to\u000a29.0-jre.\u000a- [Release notes](https://github.com/google/guava/releases)\u000a- [Commits](https://github.com/google/guava/commits)\u000a--- updated-dependencies:\u000a- dependency-name: com.google.guava:guava\u000a dependency-type: direct:production\u000a...\u000aSigned-off-by: dependabot[bot] <support@github.com>\u000a",
        "date" : "2021-09-21 09:58:20 +0000",
        "id" : "efb38c4b0669c91247d657bd200dfe179a497069",
        "msg" : "Bump guava from 28.2-jre to 29.0-jre",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "d2a7a1538658674975958ddbf6f6eaa630af13e2",
        "timestamp" : 1632218547000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/sophyc",
          "fullName" : "sophyc"
        },
        "authorEmail" : "sophyc@spotify.com",
        "comment" : "[maven-release-plugin] prepare release v3.3.1\u000a",
        "date" : "2021-09-21 12:02:27 +0200",
        "id" : "d2a7a1538658674975958ddbf6f6eaa630af13e2",
        "msg" : "[maven-release-plugin] prepare release v3.3.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "da86534600ca287fa69504b159b3718094d8b630",
        "timestamp" : 1632218551000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/sophyc",
          "fullName" : "sophyc"
        },
        "authorEmail" : "sophyc@spotify.com",
        "comment" : "[maven-release-plugin] prepare for next development iteration\u000a",
        "date" : "2021-09-21 12:02:31 +0200",
        "id" : "da86534600ca287fa69504b159b3718094d8b630",
        "msg" : "[maven-release-plugin] prepare for next development iteration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/spotify/dns/DnsSrvResolver.java",
          "pom.xml"
        ],
        "commitId" : "d909a0b5d0d56e9805f588b7c1633ceb042550f2",
        "timestamp" : 1632237456000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Bug fix: Add default implementation of resolveAsync to make the\u000ainterface backwards compatible (#53)\u000a",
        "date" : "2021-09-21 17:17:36 +0200",
        "id" : "d909a0b5d0d56e9805f588b7c1633ceb042550f2",
        "msg" : "Bug fix: Add default implementation of resolveAsync to make the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/spotify/dns/DnsSrvResolver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "35bf8d0ab9ed84a43b5b50fa31dd4d6c1ff2bca6",
        "timestamp" : 1632237573000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/sophyc",
          "fullName" : "sophyc"
        },
        "authorEmail" : "sophyc@spotify.com",
        "comment" : "[maven-release-plugin] prepare release v3.3.2\u000a",
        "date" : "2021-09-21 17:19:33 +0200",
        "id" : "35bf8d0ab9ed84a43b5b50fa31dd4d6c1ff2bca6",
        "msg" : "[maven-release-plugin] prepare release v3.3.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
        "timestamp" : 1632237577000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/sophyc",
          "fullName" : "sophyc"
        },
        "authorEmail" : "sophyc@spotify.com",
        "comment" : "[maven-release-plugin] prepare for next development iteration\u000a",
        "date" : "2021-09-21 17:19:37 +0200",
        "id" : "0eb0d381d6d156037adfc1f0640dce99c802f875",
        "msg" : "[maven-release-plugin] prepare for next development iteration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/sophyc",
      "fullName" : "sophyc"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/github",
      "fullName" : "github"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/rouz",
      "fullName" : "rouz"
    }
  ]
}