How come I don't see this locally?

On Thu, Jan 10, 2019 at 11:48 AM Policeman Jenkins Server
<[email protected]> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3378/
> Java: 32bit/jdk1.8.0_172 -client -XX:+UseSerialGC
>
> All tests passed
>
> Build Log:
> [...truncated 59608 lines...]
> -ecj-javadoc-lint-src:
>     [mkdir] Created dir: /tmp/ecj704087535
>  [ecj-lint] Compiling 1235 source files to /tmp/ecj704087535
>  [ecj-lint] Processing annotations
>  [ecj-lint] Annotations processed
>  [ecj-lint] Processing annotations
>  [ecj-lint] No elements to process
>  [ecj-lint] invalid Class-Path header in manifest of jar file: 
> /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
>  [ecj-lint] invalid Class-Path header in manifest of jar file: 
> /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
>  [ecj-lint] ----------
>  [ecj-lint] 1. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java
>  (at line 219)
>  [ecj-lint]     return (NamedList<Object>) new 
> JavaBinCodec(resolver).unmarshal(in);
>  [ecj-lint]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 2. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/cloud/api/collections/RestoreCmd.java
>  (at line 257)
>  [ecj-lint]     throw new SolrException(ErrorCode.BAD_REQUEST, "Unexpected 
> number of replicas, replicationFactor, " +
>  [ecj-lint]               Replica.Type.NRT + " or " + Replica.Type.TLOG + " 
> must be greater than 0");
>  [ecj-lint]     
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'repository' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 3. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java
>  (at line 137)
>  [ecj-lint]     new JavaBinCodec() {
>  [ecj-lint]       SolrParams params;
>  [ecj-lint]       AddUpdateCommand addCmd = null;
>  [ecj-lint]
>  [ecj-lint]       @Override
>  [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) 
> throws IOException {
>  [ecj-lint]         while (true) {
>  [ecj-lint]           Object o = readVal(fis);
>  [ecj-lint]           if (o == END_OBJ) break;
>  [ecj-lint]           if (o instanceof NamedList) {
>  [ecj-lint]             params = ((NamedList) o).toSolrParams();
>  [ecj-lint]           } else {
>  [ecj-lint]             try {
>  [ecj-lint]               if (o instanceof byte[]) {
>  [ecj-lint]                 if (params != null) req.setParams(params);
>  [ecj-lint]                 byte[] buf = (byte[]) o;
>  [ecj-lint]                 contentStreamLoader.load(req, rsp, new 
> ContentStreamBase.ByteArrayStream(buf, null), processor);
>  [ecj-lint]               } else {
>  [ecj-lint]                 throw new RuntimeException("unsupported type ");
>  [ecj-lint]               }
>  [ecj-lint]             } catch (Exception e) {
>  [ecj-lint]               throw new RuntimeException(e);
>  [ecj-lint]             } finally {
>  [ecj-lint]               params = null;
>  [ecj-lint]               req.setParams(old);
>  [ecj-lint]             }
>  [ecj-lint]           }
>  [ecj-lint]         }
>  [ecj-lint]         return Collections.emptyList();
>  [ecj-lint]       }
>  [ecj-lint]
>  [ecj-lint]     }.unmarshal(in);
>  [ecj-lint]     
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 4. ERROR in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java
>  (at line 32)
>  [ecj-lint]     import org.apache.solr.common.util.ByteArrayUtf8CharSequence;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.apache.solr.common.util.ByteArrayUtf8CharSequence 
> is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 5. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/update/UpdateLog.java
>  (at line 1867)
>  [ecj-lint]     if (exceptionOnExecuteUpdate.get() != null) throw 
> exceptionOnExecuteUpdate.get();
>  [ecj-lint]                                                 
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'proc' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 6. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java
>  (at line 50)
>  [ecj-lint]     in = new FileInputStream(src).getChannel();
>  [ecj-lint]          ^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 7. WARNING in 
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/java/org/apache/solr/util/FileUtils.java
>  (at line 51)
>  [ecj-lint]     out = new FileOutputStream(destination).getChannel();
>  [ecj-lint]           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 7 problems (1 error, 6 warnings)
>
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:680: The 
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2093: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2132: 
> Compile failed; see the compiler error output for details.
>
> Total time: 108 minutes 46 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> Setting 
> ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]



-- 
-----------------------------------------------------
Noble Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to