Yes, seems to fail at the same point each time. On Thu, May 4, 2017 at 9:09 AM, Michael Miklavcic < [email protected]> wrote:
> Hi Kevin, Thanks for trying Metron. This looks like an intermittent > network failure of some sort. Are you able to repeatably run this and fail > at the place each time? > > On May 3, 2017 3:00 PM, "Kevin Waterson" <[email protected]> wrote: > >> Alll seems to go well until I get to raw.github.. output below >> >> My build >> >> sudo apt-get -y install ansible vagrant virtualbox python maven git >> >> sudo apt-get -y install openjdk-8-jdk >> >> javac -version >> >> export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ >> export PATH=$PATH:$HOME/bin:$JAVA_HOME/bin:$JAVA_HOME/lib >> >> git clone https://github.com/apache/incubator-metron.git >> >> cd incubator-metron >> >> mvn clean package -DskipTests >> >> sudo dpkg -i vagrant_1.9.4_x86_64.deb >> >> vagrant plugin install vagrant-hostmanager >> >> cd metron-deployment/vagrant/quick-dev-platform >> >> /run.sh >> >> >> >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] Building metron-writer 0.4.0 >> [INFO] ------------------------------------------------------------ >> ------------ >> Downloading: http://clojars.org/repo/org/apache/storm/storm-hdfs/1.0.3/st >> orm-hdfs-1.0.3.pom >> Downloading: http://repo.hortonworks.com/content/repositories/releases/or >> g/apache/storm/storm-hdfs/1.0.3/storm-hdfs-1.0.3.pom >> Downloading: https://raw.github.com/benelog/multiline/master/maven- >> repository/org/apache/storm/storm-hdfs/1.0.3/storm-hdfs-1.0.3.pom >> Downloading: https://repo.maven.apache.org/maven2/org/apache/storm/storm- >> hdfs/1.0.3/storm-hdfs-1.0.3.pom >> May 04, 2017 6:26:09 AM org.apache.maven.wagon.provide >> rs.http.httpclient.impl.execchain.RetryExec execute >> INFO: I/O exception (java.net.SocketException) caught when processing >> request to {s}->https://repo.maven.apache.org:443: Connection timed out >> (Read failed) >> May 04, 2017 6:26:09 AM org.apache.maven.wagon.provide >> rs.http.httpclient.impl.execchain.RetryExec execute >> INFO: Retrying request to {s}->https://repo.maven.apache.org:443 >> Downloaded: https://repo.maven.apache.org/maven2/org/apache/storm/storm- >> hdfs/1.0.3/storm-hdfs-1.0.3.pom (10 KB at 0.0 KB/sec) >> Downloading: http://clojars.org/repo/org/yaml/snakeyaml/1.11/snakeyaml-1. >> 11.pom >> Downloading: http://repo.hortonworks.com/content/repositories/releases/or >> g/yaml/snakeyaml/1.11/snakeyaml-1.11.pom >> Downloading: https://raw.github.com/benelog/multiline/master/maven- >> repository/org/yaml/snakeyaml/1.11/snakeyaml-1.11.pom >> May 04, 2017 6:42:17 AM org.apache.maven.wagon.provide >> rs.http.httpclient.impl.execchain.RetryExec execute >> INFO: I/O exception (java.net.SocketException) caught when processing >> request to {s}-> >> >> https://raw.github.com:443: Connection timed out (Read failed) >> May 04, 2017 6:42:17 AM org.apache.maven.wagon.provide >> rs.http.httpclient.impl.execchain.RetryExec execute >> INFO: Retrying request to {s}->https://raw.github.com:443 >> >>
