You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/12/06 02:19:34 UTC

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 97 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/97/

No tests ran.

Build Log:
[...truncated 28042 lines...]
prepare-release-no-sign:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist
     [copy] Copying 476 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist/lucene
     [copy] Copying 215 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist/solr
   [smoker] Java 1.8 JAVA_HOME=/home/jenkins/tools/java/latest1.8
   [smoker] NOTE: output encoding is UTF-8
   [smoker] 
   [smoker] Load release URL "file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist/"...
   [smoker] 
   [smoker] Test Lucene...
   [smoker]   test basics...
   [smoker]   get KEYS
   [smoker]     0.2 MB in 0.02 sec (12.8 MB/sec)
   [smoker]   check changes HTML...
   [smoker]   download lucene-7.2.0-src.tgz...
   [smoker]     31.2 MB in 0.08 sec (367.4 MB/sec)
   [smoker]     verify md5/sha1 digests
   [smoker]   download lucene-7.2.0.tgz...
   [smoker]     71.1 MB in 0.23 sec (314.9 MB/sec)
   [smoker]     verify md5/sha1 digests
   [smoker]   download lucene-7.2.0.zip...
   [smoker]     81.5 MB in 0.30 sec (268.6 MB/sec)
   [smoker]     verify md5/sha1 digests
   [smoker]   unpack lucene-7.2.0.tgz...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 6227 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-7.2.0.zip...
   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
   [smoker]     test demo with 1.8...
   [smoker]       got 6227 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     check Lucene's javadoc JAR
   [smoker]   unpack lucene-7.2.0-src.tgz...
   [smoker]     make sure no JARs/WARs in src dist...
   [smoker]     run "ant validate"
   [smoker]     run tests w/ Java 8 and testArgs='-Dtests.slow=false'...
   [smoker]     test demo with 1.8...
   [smoker]       got 214 hits for query "lucene"
   [smoker]     checkindex with 1.8...
   [smoker]     generate javadocs w/ Java 8...
   [smoker] 
   [smoker] Crawl/parse...
   [smoker] 
   [smoker] Verify...
   [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
   [smoker]     find all past Lucene releases...
   [smoker]     run TestBackwardsCompatibility..
   [smoker]     success!
   [smoker] 
   [smoker] Test Solr...
   [smoker]   test basics...
   [smoker]   get KEYS
   [smoker]     0.2 MB in 0.00 sec (156.5 MB/sec)
   [smoker]   check changes HTML...
   [smoker] Traceback (most recent call last):
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 1484, in <module>
   [smoker]     main()
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 1428, in main
   [smoker]     smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, ' '.join(c.test_args))
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 1470, in smokeTest
   [smoker]     checkSigs('solr', solrPath, version, tmpDir, isSigned)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 370, in checkSigs
   [smoker]     testChanges(project, version, changesURL)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 418, in testChanges
   [smoker]     checkChangesContent(s, version, changesURL, project, True)
   [smoker]   File "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/dev-tools/scripts/smokeTestRelease.py", line 475, in checkChangesContent
   [smoker]     raise RuntimeError('Future release %s is greater than %s in %s' % (release, version, name))
   [smoker] RuntimeError: Future release 8.0.0 is greater than 7.2.0 in file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist/solr/changes/Changes.html

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/build.xml:631: exec returned: 1

Total time: 183 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

Re: [JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 98 - Still Failing

Posted by Adrien Grand <jp...@gmail.com>.
I pushed a fix for this typo in the javadoc tag.

Le ven. 8 déc. 2017 à 06:02, Apache Jenkins Server <
jenkins@builds.apache.org> a écrit :

> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/98/
>
> No tests ran.
>
> Build Log:
> [...truncated 7100 lines...]
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Loading source files for package org.apache.lucene...
>   [javadoc] Loading source files for package org.apache.lucene.analysis...
>   [javadoc] Loading source files for package
> org.apache.lucene.analysis.standard...
>   [javadoc] Loading source files for package
> org.apache.lucene.analysis.tokenattributes...
>   [javadoc] Loading source files for package org.apache.lucene.codecs...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.blocktree...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.compressing...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.lucene50...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.lucene60...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.lucene62...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.lucene70...
>   [javadoc] Loading source files for package
> org.apache.lucene.codecs.perfield...
>   [javadoc] Loading source files for package org.apache.lucene.document...
>   [javadoc] Loading source files for package org.apache.lucene.geo...
>   [javadoc] Loading source files for package org.apache.lucene.index...
>   [javadoc] Loading source files for package org.apache.lucene.search...
>   [javadoc] Loading source files for package
> org.apache.lucene.search.similarities...
>   [javadoc] Loading source files for package
> org.apache.lucene.search.spans...
>   [javadoc] Loading source files for package org.apache.lucene.store...
>   [javadoc] Loading source files for package org.apache.lucene.util...
>   [javadoc] Loading source files for package
> org.apache.lucene.util.automaton...
>   [javadoc] Loading source files for package org.apache.lucene.util.bkd...
>   [javadoc] Loading source files for package org.apache.lucene.util.fst...
>   [javadoc] Loading source files for package
> org.apache.lucene.util.graph...
>   [javadoc] Loading source files for package
> org.apache.lucene.util.mutable...
>   [javadoc] Loading source files for package
> org.apache.lucene.util.packed...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] Standard Doclet version 1.8.0_144
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc]
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java:435:
> error: unknown tag: lucene.eperimental
>   [javadoc]    * @lucene.eperimental
>   [javadoc]      ^
>   [javadoc]
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java:448:
> error: unknown tag: lucene.eperimental
>   [javadoc]    * @lucene.eperimental
>   [javadoc]      ^
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] Generating
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/docs/core/help-doc.html...
>   [javadoc] 2 errors
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/build.xml:615:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/common-build.xml:793:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/build.xml:54:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/common-build.xml:2213:
> Javadoc returned 1
>
> Total time: 6 minutes 5 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 98 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/98/

No tests ran.

Build Log:
[...truncated 7100 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.lucene...
  [javadoc] Loading source files for package org.apache.lucene.analysis...
  [javadoc] Loading source files for package org.apache.lucene.analysis.standard...
  [javadoc] Loading source files for package org.apache.lucene.analysis.tokenattributes...
  [javadoc] Loading source files for package org.apache.lucene.codecs...
  [javadoc] Loading source files for package org.apache.lucene.codecs.blocktree...
  [javadoc] Loading source files for package org.apache.lucene.codecs.compressing...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene50...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene60...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene62...
  [javadoc] Loading source files for package org.apache.lucene.codecs.lucene70...
  [javadoc] Loading source files for package org.apache.lucene.codecs.perfield...
  [javadoc] Loading source files for package org.apache.lucene.document...
  [javadoc] Loading source files for package org.apache.lucene.geo...
  [javadoc] Loading source files for package org.apache.lucene.index...
  [javadoc] Loading source files for package org.apache.lucene.search...
  [javadoc] Loading source files for package org.apache.lucene.search.similarities...
  [javadoc] Loading source files for package org.apache.lucene.search.spans...
  [javadoc] Loading source files for package org.apache.lucene.store...
  [javadoc] Loading source files for package org.apache.lucene.util...
  [javadoc] Loading source files for package org.apache.lucene.util.automaton...
  [javadoc] Loading source files for package org.apache.lucene.util.bkd...
  [javadoc] Loading source files for package org.apache.lucene.util.fst...
  [javadoc] Loading source files for package org.apache.lucene.util.graph...
  [javadoc] Loading source files for package org.apache.lucene.util.mutable...
  [javadoc] Loading source files for package org.apache.lucene.util.packed...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_144
  [javadoc] Building tree for all the packages and classes...
  [javadoc] /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java:435: error: unknown tag: lucene.eperimental
  [javadoc]    * @lucene.eperimental
  [javadoc]      ^
  [javadoc] /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java:448: error: unknown tag: lucene.eperimental
  [javadoc]    * @lucene.eperimental
  [javadoc]      ^
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/docs/core/help-doc.html...
  [javadoc] 2 errors

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/build.xml:615: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/common-build.xml:793: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/core/build.xml:54: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/common-build.xml:2213: Javadoc returned 1

Total time: 6 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any