See <https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/88/display/redirect?page=changes>
Changes:
[Karl Wright] Fix solr test
------------------------------------------
[...truncated 751.67 KB...]
scripts-common:
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/obfuscation-utility>
scripts-obfuscate:
[copy] Copying 4 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/obfuscation-utility>
compile-core:
jar-core:
compile-ui-core:
jar-ui-core:
compile-agents:
jar-agents:
compile-pull-agent:
jar-pull-agent:
compile-jetty-runner:
jar-jetty-runner:
compile-script-engine:
jar-script-engine:
lib:
obfuscate-lib-classpath:
setup-obfuscate-processes:
general-set-obfuscate-classpath:
file-resources:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/file-resources>
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/file-resources>
buildfiles:
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist>
compile-core-tests:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/core-tests/classes>
[javac] Compiling 14 source files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/core-tests/classes>
[javac] Note:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseHSQLDBext.java>
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar-core-tests:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/test-jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/test-jar/mcf-core-tests.jar>
compile-agents-tests:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/agents-tests/classes>
[javac] Compiling 9 source files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/agents-tests/classes>
jar-agents-tests:
[jar] Building jar:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/test-jar/mcf-agents-tests.jar>
compile-pull-agent-tests:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/pull-agent-tests/classes>
[javac] Compiling 29 source files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/pull-agent-tests/classes>
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:150:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] throw new ManifoldCFException("ManifoldCF did not terminate in
the allotted time of "+new Long(maxTime).toString()+" milliseconds");
[javac]
^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:164:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] throw new ManifoldCFException("ManifoldCF did not delete in the
allotted time of "+new Long(maxTime).toString()+" milliseconds");
[javac]
^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:193:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] throw new ManifoldCFException("ManifoldCF did not start in the
allotted time of "+new Long(maxTime).toString()+" milliseconds");
[javac]
^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:291:
warning: [deprecation] Long(String) in Long has been deprecated
[javac] return new Long(documentsProcessed).longValue();
[javac] ^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:312:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] throw new ManifoldCFException("ManifoldCF did not terminate in
the allotted time of "+new Long(maxTime).toString()+" milliseconds");
[javac]
^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java>:326:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] throw new ManifoldCFException("ManifoldCF did not delete in the
allotted time of "+new Long(maxTime).toString()+" milliseconds");
[javac]
^
[javac]
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulingRepositoryConnector.java>:122:
warning: [deprecation] Long(long) in Long has been deprecated
[javac] nextFetchTime.put(bin,new Long(whenFetch +
binTimePerDocument));
[javac] ^
[javac] 7 warnings
jar-pull-agent-tests:
[jar] Building jar:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/test-jar/mcf-pull-agent-tests.jar>
compile-script-engine-tests:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/script-engine-tests/classes>
[javac] Compiling 3 source files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/script-engine-tests/classes>
jar-script-engine-tests:
[jar] Building jar:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/build/test-jar/mcf-script-engine-tests.jar>
jar-tests:
test-lib:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/test-lib>
[copy] Copying 24 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/framework/dist/test-lib>
build:
deliver-framework:
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/web>
[copy] Copying 4 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/web>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/web-proprietary>
[copy] Copying 4 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/web-proprietary>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/lib>
[copy] Copying 69 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/lib>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/test-lib>
[copy] Copying 24 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/test-lib>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/lib-proprietary>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/file-resources>
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/file-resources>
[copy] Copying 27 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-file-example>
[copy] Copied 3 empty directories to 2 empty directories under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-file-example>
[copy] Copying 27 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-file-example-proprietary>
[copy] Copied 3 empty directories to 2 empty directories under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-file-example-proprietary>
[copy] Copying 33 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-zk-example>
[copy] Copied 3 empty directories to 2 empty directories under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-zk-example>
[copy] Copying 33 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-zk-example-proprietary>
[copy] Copied 3 empty directories to 2 empty directories under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/multiprocess-zk-example-proprietary>
[copy] Copying 18 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/example>
[copy] Copied 2 empty directories to 1 empty directory under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/example>
[copy] Copying 18 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/example-proprietary>
[copy] Copied 2 empty directories to 1 empty directory under
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/example-proprietary>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/script-engine>
[copy] Copying 6 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/script-engine>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/obfuscation-utility>
[copy] Copying 5 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/obfuscation-utility>
[copy] Copying 2 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/connector-lib>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/connector-common-lib>
[copy] Copying 169 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/connector-common-lib>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/connector-lib-proprietary>
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist/connector-lib-proprietary>
[copy] Copying 4 files to
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/dist>
cleanup-connectors-dependencies:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
download-cleanup:
BUILD FAILED
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/build.xml>:485:
The following error occurred while executing this line:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/build.xml>:471:
The following error occurred while executing this line:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/connectors/solr/build.xml>:108:
Directory does not exist:
<https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-Artifacts-Ant-JDK11/ws/connectors/solr/test-materials>
Total time: 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Publishing Javadoc
