Skip to content

Problem Regarding Gradle Build of IHMC's 'ihmc-open-robotics-software' package #10

@ArghyaChatterjee

Description

@ArghyaChatterjee

Hello, thanks for the documentation. It's well written and I can reproduce most of it on my ubuntu 14.04 desktop. However, I got stuck in the last phase which is the gradle build. The problem seems like during gradle build, it's unable to get the bintray links. I have been trying for a long time to solve the problem. Is there any solution to this problem ?? Thanks in advance.
PC Configuration: Ubuntu 14.04 with ROS Indigo
Gradle version: 4.4 & release/0.11

arghya@arghya-Erazer-X7849-MD60379:~$ git clone https://github.com/ihmcrobotics/ihmc-open-robotics-software.git
arghya@arghya-Erazer-X7849-MD60379:~$ cd ihmc-open-robotics-software
arghya@arghya-Erazer-X7849-MD60379:~/ihmc-open-robotics-software$ git checkout release/0.11
arghya@arghya-Erazer-X7849-MD60379:~/ihmc-open-robotics-software$./gradlew

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':ihmc-robot-data-logger'.
> Could not resolve all artifacts for configuration ':ihmc-robot-data-logger:classpath'.
   > Could not resolve us.ihmc.thirdparty.eprosima:idl-parser:1.0.0-ihmc3.
     Required by:
         project : > us.ihmc:ihmc-pub-sub-generator:0.3.7
      > Could not resolve us.ihmc.thirdparty.eprosima:idl-parser:1.0.0-ihmc3.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/eprosima/idl-parser/1.0.0-ihmc3/idl-parser-1.0.0-ihmc3.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/eprosima/idl-parser/1.0.0-ihmc3/idl-parser-1.0.0-ihmc3.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.eprosima:idl-parser:1.0.0-ihmc3.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/eprosima/idl-parser/1.0.0-ihmc3/idl-parser-1.0.0-ihmc3.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/eprosima/idl-parser/1.0.0-ihmc3/idl-parser-1.0.0-ihmc3.pom'. Received status code 403 from server: Forbidden
   > Could not resolve com.jcraft:jsch.agentproxy.sshagent:0.0.9.
     Required by:
         project : > org.hidetake:gradle-ssh-plugin:2.9.0 > org.hidetake:groovy-ssh:2.9.0 > com.jcraft:jsch.agentproxy.connector-factory:0.0.9
      > Could not resolve com.jcraft:jsch.agentproxy.sshagent:0.0.9.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom'.
            > Could not HEAD 'http://dl.bintray.com/ihmcrobotics/maven-release/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom'. Received status code 403 from server: Forbidden
      > Could not resolve com.jcraft:jsch.agentproxy.sshagent:0.0.9.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom'.
            > Could not HEAD 'http://dl.bintray.com/ihmcrobotics/maven-vendor/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom'. Received status code 504 from server: Gateway Time-out

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

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 34s

Gradle version: 3.3 & WPI-Humanoid Robotics Lab's clone of IHMC's Software

arghya@arghya-Erazer-X7849-MD60379:~$ git clone https://github.com/WPI-Humanoid-Robotics-Lab/ihmc-open-robotics-software.git
arghya@arghya-Erazer-X7849-MD60379:~$ cd ihmc-open-robotics-software
arghya@arghya-Erazer-X7849-MD60379:~/ihmc-open-robotics-software$./gradlew

FAILURE: Build failed with an exception.

* Where:
Build file '/home/arghya/ihmc-open-robotics-software/build.gradle' line: 135

* What went wrong:
A problem occurred evaluating project ':Acsell'.
> Could not resolve all dependencies for configuration ':Acsell:runtime'.
   > Exception thrown while executing model rule: PublishingPlugin.Rules#publishing(ExtensionContainer)
      > A problem occurred configuring project ':IHMCRobotDataLogger'.
         > Could not resolve all dependencies for configuration ':IHMCRobotDataLogger:classpath'.
            > Could not resolve us.ihmc:IHMCPubSubGenerator:0.3.2.
              Required by:
                  project :IHMCRobotDataLogger
               > Could not resolve us.ihmc:IHMCPubSubGenerator:0.3.2.
                  > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCPubSubGenerator/0.3.2/IHMCPubSubGenerator-0.3.2.pom'.
                     > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCPubSubGenerator/0.3.2/IHMCPubSubGenerator-0.3.2.pom'. Received status code 403 from server: Forbidden

* 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: 49.967 secs

Gradle version: 2.10 & tags/0.8.2

arghya@arghya-Erazer-X7849-MD60379:~$ git clone https://github.com/ihmcrobotics/ihmc-open-robotics-software.git
arghya@arghya-Erazer-X7849-MD60379:~$ cd ihmc-open-robotics-software
arghya@arghya-Erazer-X7849-MD60379:~/ihmc-open-robotics-software$ git checkout tags/0.8.2
arghya@arghya-Erazer-X7849-MD60379:~/ihmc-open-robotics-software$./gradlew

FAILURE: Build failed with an exception.

* Where:
Build file '/home/arghya/ihmc-open-robotics-software/Acsell/build.gradle' line: 96

* What went wrong:
A problem occurred evaluating project ':IHMCOpenRoboticsSoftware:Acsell'.
> Could not resolve all dependencies for configuration ':IHMCOpenRoboticsSoftware:Acsell:runtime'.
   > Could not resolve us.ihmc:IHMCRealtime:1.1.2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCCommunication:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:CommonWalkingControlModules:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:SensorProcessing:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:RobotDataCommunication:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCWholeBodyController:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCHumanoidBehaviors:0.8.2
      > Could not resolve us.ihmc:IHMCRealtime:1.1.2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCRealtime:1.1.2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCRealtime:1.1.2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCRealtime/1.1.2/IHMCRealtime-1.1.2.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.jinput:jinput:160414.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:SimulationConstructionSet:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCJavaToolkit:0.8.2
      > Could not resolve us.ihmc.thirdparty.jinput:jinput:160414.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jinput:jinput:160414.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'. Received status code 502 from server: Bad Gateway
      > Could not resolve us.ihmc.thirdparty.jinput:jinput:160414.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jinput/jinput/160414/jinput-160414.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.jme:jme3-core:3.1.0-internal4.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:SensorProcessing:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCPerception:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-core:3.1.0-internal4.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-core:3.1.0-internal4.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'. Received status code 502 from server: Bad Gateway
      > Could not resolve us.ihmc.thirdparty.jme:jme3-core:3.1.0-internal4.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-core/3.1.0-internal4/jme3-core-3.1.0-internal4.pom'.
               > bengal.ihmc.us
   > Could not resolve us.ihmc:IHMCVideoCodecs:2.0.12.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCCommunication:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:SimulationConstructionSet:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:RobotDataCommunication:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:ImageProcessing:0.8.2
      > Could not resolve us.ihmc:IHMCVideoCodecs:2.0.12.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCVideoCodecs:2.0.12.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCVideoCodecs:2.0.12.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCVideoCodecs/2.0.12/IHMCVideoCodecs-2.0.12.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc:IHMCNativeLibraryLoader:1.0.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:CommonWalkingControlModules:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCPerception:0.8.2
      > Could not resolve us.ihmc:IHMCNativeLibraryLoader:1.0.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCNativeLibraryLoader:1.0.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCNativeLibraryLoader:1.0.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCNativeLibraryLoader/1.0/IHMCNativeLibraryLoader-1.0.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.jme:jme3-desktop:3.1.0-internal2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-desktop:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-desktop:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-desktop:3.1.0-internal2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-desktop/3.1.0-internal2/jme3-desktop-3.1.0-internal2.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.jme:jme3-lwjgl:3.1.0-internal2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-lwjgl:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-lwjgl:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-lwjgl:3.1.0-internal2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-lwjgl/3.1.0-internal2/jme3-lwjgl-3.1.0-internal2.pom'.
               > bengal.ihmc.us
   > Could not resolve us.ihmc.thirdparty.jme:jme3-terrain:3.1.0-internal2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-terrain:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-terrain:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-terrain:3.1.0-internal2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-terrain/3.1.0-internal2/jme3-terrain-3.1.0-internal2.pom'.
               > bengal.ihmc.us
   > Could not resolve us.ihmc.thirdparty.jme:jme3-plugins:3.1.0-internal2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-plugins:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-plugins:3.1.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-plugins:3.1.0-internal2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-plugins/3.1.0-internal2/jme3-plugins-3.1.0-internal2.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.jme:jme3-dae:1.0.0-internal1.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-dae:1.0.0-internal1.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-dae:1.0.0-internal1.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-dae:1.0.0-internal1.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-dae/1.0.0-internal1/jme3-dae-1.0.0-internal1.pom'.
               > bengal.ihmc.us
   > Could not resolve us.ihmc.thirdparty.jme:jme3-ogre:1.0.0-internal2.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Graphics3DAdapter:0.8.2
      > Could not resolve us.ihmc.thirdparty.jme:jme3-ogre:1.0.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-ogre:1.0.0-internal2.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.jme:jme3-ogre:1.0.0-internal2.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/jme/jme3-ogre/1.0.0-internal2/jme3-ogre-1.0.0-internal2.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc:IHMCJavaDecklinkCapture:0.1.7.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:RobotDataCommunication:0.8.2
      > Could not resolve us.ihmc:IHMCJavaDecklinkCapture:0.1.7.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCJavaDecklinkCapture:0.1.7.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCJavaDecklinkCapture:0.1.7.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCJavaDecklinkCapture/0.1.7/IHMCJavaDecklinkCapture-0.1.7.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.org.opencv:opencv:3.1.0-160510.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCPerception:0.8.2
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCHumanoidBehaviors:0.8.2
      > Could not resolve us.ihmc.thirdparty.org.opencv:opencv:3.1.0-160510.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.org.opencv:opencv:3.1.0-160510.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.org.opencv:opencv:3.1.0-160510.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/org/opencv/opencv/3.1.0-160510/opencv-3.1.0-160510.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc:IHMCOptimizerWrappers:0.0.26.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:CommonWalkingControlModules:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:ConvexOptimizationAdapter:0.8.2
      > Could not resolve us.ihmc:IHMCOptimizerWrappers:0.0.26.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc:IHMCOptimizerWrappers:0.0.26.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'. Received status code 504 from server: Gateway Time-out
      > Could not resolve us.ihmc:IHMCOptimizerWrappers:0.0.26.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/IHMCOptimizerWrappers/0.0.26/IHMCOptimizerWrappers-0.0.26.pom'.
               > bengal.ihmc.us: Name or service not known
   > Could not resolve us.ihmc.thirdparty.org.kc7bfi:jflac:1.4.0.
     Required by:
         ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:Acsell:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:DarpaRoboticsChallenge:0.8.2 > ihmc_ros_java_adapter.IHMCOpenRoboticsSoftware:IHMCRobotBehaviors:0.8.2
      > Could not resolve us.ihmc.thirdparty.org.kc7bfi:jflac:1.4.0.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-vendor/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.org.kc7bfi:jflac:1.4.0.
         > Could not get resource 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'.
            > Could not GET 'http://dl.bintray.com/ihmcrobotics/maven-release/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'. Received status code 403 from server: Forbidden
      > Could not resolve us.ihmc.thirdparty.org.kc7bfi:jflac:1.4.0.
         > Could not get resource 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'.
            > Could not GET 'https://bengal.ihmc.us/nexus/content/repositories/thirdparty/us/ihmc/thirdparty/org/kc7bfi/jflac/1.4.0/jflac-1.4.0.pom'.
               > bengal.ihmc.us: Name or service not known

* 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: 5 mins 51.081 secs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions