See <https://ci-builds.apache.org/job/Ant/job/AntLib-props/1/display/redirect>
Changes: ------------------------------------------ Started by user Jan Materne Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/> No credentials specified Cloning the remote Git repository Cloning repository https://gitbox.apache.org/repos/asf/ant-antlibs-props.git > git init <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/> # > timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant-antlibs-props.git > git --version # timeout=10 > git fetch --tags --progress -- > https://gitbox.apache.org/repos/asf/ant-antlibs-props.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url > https://gitbox.apache.org/repos/asf/ant-antlibs-props.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url > https://gitbox.apache.org/repos/asf/ant-antlibs-props.git # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant-antlibs-props.git > git fetch --tags --progress -- > https://gitbox.apache.org/repos/asf/ant-antlibs-props.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision d09d23bea23768202443fff854ba54fe2ac87aa2 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d09d23bea23768202443fff854ba54fe2ac87aa2 # timeout=10 Commit message: "Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant-antlibs-props" First time build. Skipping changelog. > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.common.url # timeout=10 > git config -f .gitmodules --get submodule.common.path # timeout=10 > git submodule update --init --recursive common # timeout=10 [AntLib-props] $ /home/jenkins/tools/ant/latest/bin/ant -file prepare.xml update-prepare-script Buildfile: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/prepare.xml> update-prepare-script: [echo] updating prepare.xml [copy] Copying 1 file to <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/> BUILD SUCCESSFUL Total time: 0 seconds [AntLib-props] $ /home/jenkins/tools/ant/latest/bin/ant -file prepare.xml prepare Buildfile: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/prepare.xml> get-antunit: [echo] updating AntUnit [get] Getting: https://repo1.maven.org/maven2/org/apache/ant/ant-antunit/1.3/ant-antunit-1.3.jar [get] To: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/ant-antunit.jar> prepare: [echo] Preparation done. Next steps: [echo] ant clean distribution [echo] ant -lib ant-antunit.jar -lib build/lib test BUILD SUCCESSFUL Total time: 0 seconds [AntLib-props] $ /home/jenkins/tools/ant/latest/bin/ant clean distribution Buildfile: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build.xml> setup-properties: clean: setup-properties: setup: [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/classes> [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/test-classes> [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/lib> [copy] Copying 1 file to <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/docs> download-ivy: install-ivy: -no-resolve: resolve: compile: [javac] Compiling 23 source files to <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/classes> [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4 [javac] warning: [options] source value 1.4 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.4 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] 4 warnings check-for-NOTICE: antlib: [copy] Copying 1 file to <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/classes> [jar] Building jar: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/lib/ant-props-1.0Alpha.jar> ready-to-distribute: distribution: [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/distribution/binaries> [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/distribution/source> setup-properties: setup: download-ivy: install-ivy: -no-resolve: resolve: compile: check-for-NOTICE: antlib: checksum-target-jar: m2-init: m2-copy-pom: m2-make-pom: m2-pom: ivy-init: copy-ivy.xml: make-ivy.xml: ivy.xml: javadoc_check: javadoc: [mkdir] Created dir: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/javadoc> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.ant.props... [javadoc] Loading source files for package org.apache.ant.props.stringops... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.8.0_252 [javadoc] Building tree for all the packages and classes... [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/RegexBasedEvaluator.java>:99: warning: no @return [javadoc] protected abstract Object evaluate(String[] groups, PropertyHelper propertyHelper); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/PrefixedEvaluator.java>:53: warning: no description for @param [javadoc] * @param prefix [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/PrefixedEvaluator.java>:71: warning: no description for @param [javadoc] * @param property [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/PrefixedEvaluator.java>:72: warning: no description for @param [javadoc] * @param prefix [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/PrefixedEvaluator.java>:73: warning: no description for @param [javadoc] * @param propertyHelper [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/LogicalOperationEvaluator.java>:26: error: bad HTML entity [javadoc] * <code>&</code> (<code>+</code> is also accepted for XML ease-of-use), [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/LogicalOperationEvaluator.java>:26: warning: empty <code> tag [javadoc] * <code>&</code> (<code>+</code> is also accepted for XML ease-of-use), [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/PrefixedEvaluator.java>:44: warning: no description for @param [javadoc] * @param delimiter [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java>:36: warning: no description for @param [javadoc] * @param prefix [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java>:44: warning: no description for @param [javadoc] * @param prefix [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java>:45: warning: no description for @param [javadoc] * @param delimiter [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/stringops/DeletePartOperation.java>:37: warning: no @param for pattern [javadoc] protected DeletePartOperation(String pattern, boolean greedy) { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/stringops/DeletePartOperation.java>:37: warning: no @param for greedy [javadoc] protected DeletePartOperation(String pattern, boolean greedy) { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/src/main/org/apache/ant/props/stringops/PatternOperation.java>:100: warning: no @param for regex [javadoc] protected PatternOperation(String regex) { [javadoc] ^ [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/build/javadoc/help-doc.html...> [javadoc] 1 error [javadoc] 13 warnings BUILD FAILED <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/common/build.xml>:349: The following error occurred while executing this line: <https://ci-builds.apache.org/job/Ant/job/AntLib-props/ws/common/build.xml>:239: Javadoc returned 1 Total time: 3 seconds Build step 'Invoke Ant' marked build as failure Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?