[ https://issues.apache.org/jira/browse/CASSANDRA-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990975#comment-13990975 ]
Brandon Williams edited comment on CASSANDRA-7179 at 5/6/14 6:46 PM: --------------------------------------------------------------------- I just received a bunch of these on my machine (linux, ant 1.9.3): {noformat} [artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'f15112424bbad3cbc11494aee303ae9d593ed64e'; remote = '<!DOCTYPE' - RETRYING [artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.10/apache-rat-0.10-sources.jar from repository boundary at http://maven.boundary.com/artifactory/external [artifact:dependencies] Transferring 3K from boundary [artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd837bb0d6eaa7110d6abb7bffd044013d7c702cf'; remote = '<!DOCTYPE' - IGNORING {noformat} So I think what we're seeing is a fault maven mirror at maven.boundary.com. Everything from other mirrors works fine, explaining why it's intermittent. was (Author: brandon.williams): I just received a bunch of these on my machine (linux, ant 1.9.30): {noformat} [artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'f15112424bbad3cbc11494aee303ae9d593ed64e'; remote = '<!DOCTYPE' - RETRYING [artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.10/apache-rat-0.10-sources.jar from repository boundary at http://maven.boundary.com/artifactory/external [artifact:dependencies] Transferring 3K from boundary [artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd837bb0d6eaa7110d6abb7bffd044013d7c702cf'; remote = '<!DOCTYPE' - IGNORING {noformat} So I think what we're seeing is a fault maven mirror at maven.boundary.com. Everything from other mirrors works fine, explaining why it's intermittent. > 2.1 and trunk do not build on windows with ant > ---------------------------------------------- > > Key: CASSANDRA-7179 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7179 > Project: Cassandra > Issue Type: Bug > Components: Packaging > Environment: Windows 7 x64 > Reporter: Philip Thompson > Priority: Minor > > In the trunk, the cassandra-2.1 branch as well as the 2.1 beta 1 and beta2 > tags, cassandra does not build via ant on Windows. > This was reproduced on three machines, one using a fresh checkout of C*, and > fresh install of ant and java. All three machines correctly have the env vars > ANT_HOME, CASSANDRA_HOME, and JAVA_HOME set. > The following error messages were availabe: > {code} > maven-ant-tasks-retrieve-build: > [artifact:dependencies] [WARNING] POM for > 'org.codehaus.jackson:jackson-mapper-asl:pom:1.7.3:compile' is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] [WARNING] POM for > 'com.thoughtworks.paranamer:paranamer:pom:2.3:compile' is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] [WARNING] POM for > 'org.xerial.snappy:snappy-java:pom:1.0.3.2:compile' is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] [WARNING] POM for > 'org.slf4j:slf4j-api:pom:1.6.1:compile' is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] [WARNING] POM for > 'org.antlr:antlr-runtime:pom:3.5.2:compile' is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] [WARNING] POM for 'org.antlr:ST4:pom:4.0.8:compile' > is invalid. > [artifact:dependencies] > [artifact:dependencies] Its dependencies (if any) will NOT be available to > the current build. > [artifact:dependencies] Building ant file: > D:\Users\Philip\cassandra\cassandra/build/build-dependencies.xml > [copy] Copying 59 files to > D:\Users\Philip\cassandra\cassandra\build\lib\jars > [copy] Copying 59 files to > D:\Users\Philip\cassandra\cassandra\build\lib\sources > {code} > and then more importantly: > {code} > build-project: > [echo] apache-cassandra: D:\Users\Philip\cassandra\cassandra\build.xml > [javac] Compiling 45 source files to > D:\Users\Philip\cassandra\cassandra\build\classes\thrift > [javac] error: error reading > D:\Users\Philip\cassandra\cassandra\build\lib\jars\ST4-4.0.8.jar; error in > opening zip > file > [javac] error: error reading > D:\Users\Philip\cassandra\cassandra\build\lib\jars\antlr-runtime-3.5.2.jar; > error in op > ening zip file > [javac] error: error reading > D:\Users\Philip\cassandra\cassandra\build\lib\jars\paranamer-2.3.jar; error > in opening > zip file > [javac] error: error reading > D:\Users\Philip\cassandra\cassandra\build\lib\jars\slf4j-api-1.6.1.jar; error > in openin > g zip file > [javac] error: error reading > D:\Users\Philip\cassandra\cassandra\build\lib\jars\snappy-java-1.0.3.2.jar; > error in op > ening zip file > [javac] 5 errors > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)