Skip to content
Failed

Console Output

Started by GitHub push by mezz
Building in workspace /var/lib/jenkins/jobs/Forestry_Dev/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/ForestryMC/ForestryMC.git # timeout=10
Fetching upstream changes from https://github.com/ForestryMC/ForestryMC.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/ForestryMC/ForestryMC.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10
Checking out Revision 475d99eae81162f28338d140cf555b40e3454d28 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 475d99eae81162f28338d140cf555b40e3454d28
 > git rev-list 0105f36668a75e4ca71be5d5e7fde48ba3bab39d # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive
[workspace] $ /bin/sh -xe /tmp/hudson4154601141583494807.sh
+ ./gradlew clean setupCIWorkspace release uploadArchives -PbuildQualifier=unstable

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'workspace'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Could not resolve net.minecraftforge.srg2source:Srg2Source:3.2-SNAPSHOT.
     Required by:
         :workspace:unspecified > net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT
      > Unable to load Maven meta-data from http://files.minecraftforge.net/maven/net/minecraftforge/srg2source/Srg2Source/3.2-SNAPSHOT/maven-metadata.xml.
         > Could not GET 'http://files.minecraftforge.net/maven/net/minecraftforge/srg2source/Srg2Source/3.2-SNAPSHOT/maven-metadata.xml'.
            > Connection to http://files.minecraftforge.net refused
   > Could not resolve de.oceanlabs.mcp:mcinjector:3.2-SNAPSHOT.
     Required by:
         :workspace:unspecified > net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT
      > Unable to load Maven meta-data from http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcinjector/3.2-SNAPSHOT/maven-metadata.xml.
         > Could not GET 'http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcinjector/3.2-SNAPSHOT/maven-metadata.xml'.
            > Connection to http://files.minecraftforge.net refused

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 9.563 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE