You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/03/15 07:02:18 UTC

Build failed in Jenkins: OpenNLP » eval-tests #14

See <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/14/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds35 (ubuntu) in workspace <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/>
[eval-tests] $ /bin/sh -xe /tmp/jenkins172173567219859778.sh
+ echo ## Preparing Environment ##
## Preparing Environment ##
+ java -version
openjdk version "17.0.4.1" 2022-08-12
OpenJDK Runtime Environment Temurin-17.0.4.1+1 (build 17.0.4.1+1)
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)
+ curl -s https://downloads.apache.org/maven/maven-3/
+ grep href=.3.6.
+ perl -pe s,.*<a[^>]+>([^</]+)/?<.*,$1,
+ LATEST=3.6.3
+ curl -s -O https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
+ tar xzf apache-maven-3.6.3-bin.tar.gz
+ PATH=<https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/apache-maven-3.6.3/bin>:/home/jenkins/tools/java/latest17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/apache-maven-3.6.3>
Java version: 17.0.4.1, vendor: Eclipse Adoptium, runtime: /usr/local/asfpackages/java/adoptium-jdk-17.0.4.1+1
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-206-generic", arch: "amd64", family: "unix"
+ echo Downloading eval data from https://nightlies.apache.org/opennlp/ - this may take some time
Downloading eval data from https://nightlies.apache.org/opennlp/ - this may take some time
+ BASEDIR=<https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/>
+ mkdir -p <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/data>
+ cd <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/data>
+ wget https://nightlies.apache.org/opennlp/opennlp-data.zip -q
+ echo Completed. Extracting data...
Completed. Extracting data...
+ unzip opennlp-data.zip
Archive:  opennlp-data.zip
replace opennlp-data/.dvcignore? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)
+ cd <https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/>
+ git clone https://github.com/apache/opennlp.git
fatal: destination path 'opennlp' already exists and is not an empty directory.
+ mvn test -DOPENNLP_DATA_DIR=<https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/data/opennlp-data> -Peval-tests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.152 s
[INFO] Finished at: 2023-03-15T07:02:16Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "eval-tests" could not be activated because it does not exist.
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (<https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/ws/).> Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException
Build step 'Execute shell' marked build as failure