You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Jason Altekruse <al...@gmail.com> on 2015/05/11 19:44:49 UTC

Error running build on master

Hi Drillers,

I tried running a build this morning and I am seeing issues with checksums
on maven artifacts we are pulling in. I tried running with -U to make sure
I was pulling fresh copies of all depedencies and didn't have a corrupt
file just in my local repository. I just switched back to master and saw
the same issue.

Here is he list of errors I am seeing at the end of the build, is anyone
else seeing this?

>From the error message it looks like its trying to grab the checksum from
the server and getting back a message that starts with <!DOCTYPE instead.

[INFO] --- fmpp-maven-plugin:1.0:generate (generate-fmpp-sources) @
drill-java-exec ---
Downloading:
https://oss.sonatype.org/content/repositories/snapshots/org/freemarker/freemarker/maven-metadata.xml
Downloading:
http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
Downloaded:
http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
(7 KB at 4.1 KB/sec)
[WARNING] The metadata
/Users/jaltekruse/.m2/repository/org/freemarker/freemarker/maven-metadata-central.xml
is invalid: end tag name </head> must be the same as start tag <meta> from
line 287 (position: TEXT seen ...="viewport"
content="width=device-width,initial-scale=1" >\n</head>... @288:8)
Downloading: http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
Downloading:
https://oss.sonatype.org/content/repositories/snapshots/oro/oro/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
(7 KB at 10.5 KB/sec)
[WARNING] The metadata
/Users/jaltekruse/.m2/repository/oro/oro/maven-metadata-central.xml is
invalid: end tag name </head> must be the same as start tag <meta> from
line 287 (position: TEXT seen ...="viewport"
content="width=device-width,initial-scale=1" >\n</head>... @288:8)
Downloading:
http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
Downloading:
https://oss.sonatype.org/content/repositories/snapshots/org/beanshell/bsh/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
Downloaded:
http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml (7
KB at 11.4 KB/sec)
[WARNING] The metadata
/Users/jaltekruse/.m2/repository/org/beanshell/bsh/maven-metadata-central.xml
is invalid: end tag name </head> must be the same as start tag <meta> from
line 287 (position: TEXT seen ...="viewport"
content="width=device-width,initial-scale=1" >\n</head>... @288:8)
Downloading:
https://oss.sonatype.org/content/repositories/snapshots/xml-resolver/xml-resolver/maven-metadata.xml
Downloading:
http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
db45e9f4a899093ed479678e317ad86b990fac9c for
http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
Downloaded:
http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
(7 KB at 12.6 KB/sec)
[WARNING] The metadata
/Users/jaltekruse/.m2/repository/xml-resolver/xml-resolver/maven-metadata-central.xml
is invalid: end tag name </head> must be the same as start tag <meta> from
line 287 (position: TEXT seen ...="viewport"
content="width=device-width,initial-scale=1" >\n</head>... @288:8)
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Drill Root POM ............................. SUCCESS [5.365s]
[INFO] Drill Protocol .................................... SUCCESS [10.059s]
[INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [9.850s]
[INFO] contrib/Parent Pom ................................ SUCCESS [0.793s]
[INFO] contrib/data/Parent Pom ........................... SUCCESS [0.387s]
[INFO] contrib/data/tpch-sample-data ..................... SUCCESS [2.645s]
[INFO] contrib/data/window-test-data ..................... SUCCESS [0.904s]
[INFO] exec/Parent Pom ................................... SUCCESS [0.466s]
[INFO] exec/Java Execution Engine ........................ FAILURE [9.728s]
[INFO] exec/JDBC Driver using dependencies ............... SKIPPED
[INFO] JDBC JAR with all dependencies .................... SKIPPED
[INFO] contrib/mongo-storage-plugin ...................... SKIPPED
[INFO] contrib/hbase-storage-plugin ...................... SKIPPED
[INFO] contrib/hive-storage-plugin/Parent Pom ............ SKIPPED
[INFO] contrib/hive-storage-plugin/hive-exec-shaded ...... SKIPPED
[INFO] contrib/hive-storage-plugin/core .................. SKIPPED
[INFO] Packaging and Distribution Assembly ............... SKIPPED
[INFO] contrib/sqlline ................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 41.067s
[INFO] Finished at: Mon May 11 10:40:16 PDT 2015
[INFO] Final Memory: 103M/428M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate
(generate-fmpp-sources) on project drill-java-exec: Execution
generate-fmpp-sources of goal
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate failed:
Plugin com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0 or one of its
dependencies could not be resolved: Failed to collect dependencies for
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:jar:1.0 (): No versions
available for org.freemarker:freemarker:jar:[2.3.15,2.4) within specified
range -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :drill-java-exec

Re: Error running build on master

Posted by Jason Altekruse <al...@gmail.com>.
Please disregard, I had forgotten to turn off wifi when I connected to my
wired connection and I was getting the content of a "welcome to our Wifi
network" dumped into my local maven repo when it tried grabbing some
content from the maven servers.

On Mon, May 11, 2015 at 10:44 AM, Jason Altekruse <al...@gmail.com>
wrote:

> Hi Drillers,
>
> I tried running a build this morning and I am seeing issues with checksums
> on maven artifacts we are pulling in. I tried running with -U to make sure
> I was pulling fresh copies of all depedencies and didn't have a corrupt
> file just in my local repository. I just switched back to master and saw
> the same issue.
>
> Here is he list of errors I am seeing at the end of the build, is anyone
> else seeing this?
>
> From the error message it looks like its trying to grab the checksum from
> the server and getting back a message that starts with <!DOCTYPE instead.
>
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-fmpp-sources) @
> drill-java-exec ---
> Downloading:
> https://oss.sonatype.org/content/repositories/snapshots/org/freemarker/freemarker/maven-metadata.xml
> Downloading:
> http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
> Downloaded:
> http://repo.maven.apache.org/maven2/org/freemarker/freemarker/maven-metadata.xml
> (7 KB at 4.1 KB/sec)
> [WARNING] The metadata
> /Users/jaltekruse/.m2/repository/org/freemarker/freemarker/maven-metadata-central.xml
> is invalid: end tag name </head> must be the same as start tag <meta> from
> line 287 (position: TEXT seen ...="viewport"
> content="width=device-width,initial-scale=1" >\n</head>... @288:8)
> Downloading:
> http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
> Downloading:
> https://oss.sonatype.org/content/repositories/snapshots/oro/oro/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
> Downloaded: http://repo.maven.apache.org/maven2/oro/oro/maven-metadata.xml
> (7 KB at 10.5 KB/sec)
> [WARNING] The metadata
> /Users/jaltekruse/.m2/repository/oro/oro/maven-metadata-central.xml is
> invalid: end tag name </head> must be the same as start tag <meta> from
> line 287 (position: TEXT seen ...="viewport"
> content="width=device-width,initial-scale=1" >\n</head>... @288:8)
> Downloading:
> http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
> Downloading:
> https://oss.sonatype.org/content/repositories/snapshots/org/beanshell/bsh/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
> Downloaded:
> http://repo.maven.apache.org/maven2/org/beanshell/bsh/maven-metadata.xml
> (7 KB at 11.4 KB/sec)
> [WARNING] The metadata
> /Users/jaltekruse/.m2/repository/org/beanshell/bsh/maven-metadata-central.xml
> is invalid: end tag name </head> must be the same as start tag <meta> from
> line 287 (position: TEXT seen ...="viewport"
> content="width=device-width,initial-scale=1" >\n</head>... @288:8)
> Downloading:
> https://oss.sonatype.org/content/repositories/snapshots/xml-resolver/xml-resolver/maven-metadata.xml
> Downloading:
> http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> db45e9f4a899093ed479678e317ad86b990fac9c for
> http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
> Downloaded:
> http://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/maven-metadata.xml
> (7 KB at 12.6 KB/sec)
> [WARNING] The metadata
> /Users/jaltekruse/.m2/repository/xml-resolver/xml-resolver/maven-metadata-central.xml
> is invalid: end tag name </head> must be the same as start tag <meta> from
> line 287 (position: TEXT seen ...="viewport"
> content="width=device-width,initial-scale=1" >\n</head>... @288:8)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Drill Root POM ............................. SUCCESS [5.365s]
> [INFO] Drill Protocol .................................... SUCCESS
> [10.059s]
> [INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [9.850s]
> [INFO] contrib/Parent Pom ................................ SUCCESS [0.793s]
> [INFO] contrib/data/Parent Pom ........................... SUCCESS [0.387s]
> [INFO] contrib/data/tpch-sample-data ..................... SUCCESS [2.645s]
> [INFO] contrib/data/window-test-data ..................... SUCCESS [0.904s]
> [INFO] exec/Parent Pom ................................... SUCCESS [0.466s]
> [INFO] exec/Java Execution Engine ........................ FAILURE [9.728s]
> [INFO] exec/JDBC Driver using dependencies ............... SKIPPED
> [INFO] JDBC JAR with all dependencies .................... SKIPPED
> [INFO] contrib/mongo-storage-plugin ...................... SKIPPED
> [INFO] contrib/hbase-storage-plugin ...................... SKIPPED
> [INFO] contrib/hive-storage-plugin/Parent Pom ............ SKIPPED
> [INFO] contrib/hive-storage-plugin/hive-exec-shaded ...... SKIPPED
> [INFO] contrib/hive-storage-plugin/core .................. SKIPPED
> [INFO] Packaging and Distribution Assembly ............... SKIPPED
> [INFO] contrib/sqlline ................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 41.067s
> [INFO] Finished at: Mon May 11 10:40:16 PDT 2015
> [INFO] Final Memory: 103M/428M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate
> (generate-fmpp-sources) on project drill-java-exec: Execution
> generate-fmpp-sources of goal
> com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate failed:
> Plugin com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0 or one of its
> dependencies could not be resolved: Failed to collect dependencies for
> com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:jar:1.0 (): No versions
> available for org.freemarker:freemarker:jar:[2.3.15,2.4) within specified
> range -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :drill-java-exec
>