|
From: Jenkins <gtb...@gm...> - 2023-07-04 01:13:36
|
See <https://build.geoserver.org/job/geotools-main-docs/622/display/redirect> Changes: ------------------------------------------ Started by user Torben Barsballe Running as SYSTEM Building in workspace <https://build.geoserver.org/job/geotools-main-docs/ws/> [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-JrxZtq4KNoms/agent.3446053 SSH_AGENT_PID=3446056 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: <https://build.geoserver.org/job/geotools-main-docs/ws/@tmp/private_key_3494810790040881996.key> (geo...@bu...) [ssh-agent] Using credentials geotools (Publish docs to geotools.org) The recommended git tool is: NONE using credential GitHubKey Cloning the remote Git repository Cloning repository gi...@gi...:geotools/geotools.git > git init <https://build.geoserver.org/job/geotools-main-docs/ws/> # timeout=10 Fetching upstream changes from gi...@gi...:geotools/geotools.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials Allows to access github as the gtbuildergh user Verifying host key using known hosts file > git fetch --tags --force --progress -- gi...@gi...:geotools/geotools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url gi...@gi...:geotools/geotools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 81cbc549b4e6f19da812789fd2dafad8d95b2ddf (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 81cbc549b4e6f19da812789fd2dafad8d95b2ddf # timeout=10 Commit message: "Update update_site.sh for the new doc server configuration" > git rev-list --no-walk 81cbc549b4e6f19da812789fd2dafad8d95b2ddf # timeout=10 [geotools-main-docs] $ /bin/sh -xe /tmp/jenkins6549539446967380882.sh + HOS...@ge... + mvn help:evaluate -Dexpression=series -q -DforceStdout WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release + DIST=latest + HOST_DIR=/var/www/geotools/docs/latest + cd docs + mvn install -B -ntp WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.geotools:docs >-------------------------- [INFO] Building GeoTools Documentation 30-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (remove_gt_from_modulename) @ docs --- [INFO] No match to regex 'gt-' found in 'org.geotools.docs'. The initial value 'org.geotools.docs' is left as-is... [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (remove_dashes_from_modulename) @ docs --- [INFO] No match to regex '-' found in 'org.geotools.docs'. The initial value 'org.geotools.docs' is left as-is... [INFO] [INFO] --- spotless-maven-plugin:2.20.0:apply (default) @ docs --- [INFO] Up-to-date checking enabled [INFO] Index file does not exist. Fallback to an empty index [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ docs --- [INFO] Highest basedir set to: <https://build.geoserver.org/job/geotools-main-docs/ws/> [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ docs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ docs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ docs --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 113 source files with javac [debug target 11] to target/classes [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleExamples.java>:[72,75] non-varargs call of varargs method with inexact argument type for last parameter; cast to org.geotools.styling.Extent for a varargs call cast to org.geotools.styling.Extent[] for a non-varargs call and to suppress this warning [WARNING] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleExamples.java>:[234,85] non-varargs call of varargs method with inexact argument type for last parameter; cast to org.geotools.styling.Extent for a varargs call cast to org.geotools.styling.Extent[] for a non-varargs call and to suppress this warning [WARNING] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleConverter.java>:[295,42] non-varargs call of varargs method with inexact argument type for last parameter; cast to org.geotools.styling.FeatureTypeConstraint for a varargs call cast to org.geotools.styling.FeatureTypeConstraint[] for a non-varargs call and to suppress this warning [WARNING] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/tutorial/coverage/ImageTiler.java>:[252,65] non-varargs call of varargs method with inexact argument type for last parameter; cast to org.opengis.parameter.GeneralParameterValue for a varargs call cast to org.opengis.parameter.GeneralParameterValue[] for a non-varargs call and to suppress this warning [INFO] 4 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/wfs/ReadWFSKommuner.java>:[82,43] cannot access org.geotools.data.wfs.impl.WFSDataAccessFactory.WFSFactoryParam bad class file: /var/lib/jenkins/.m2/repository/org/geotools/gt-wfs-ng/30-SNAPSHOT/gt-wfs-ng-30-SNAPSHOT.jar(/org/geotools/data/wfs/impl/WFSDataAccessFactory$WFSFactoryParam.class) unable to access file: java.util.zip.ZipException: invalid code lengths set Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleExamples.java>:[383,59] cannot access org.geotools.sld.SLDConfiguration bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/SLDConfiguration.class) unable to access file: java.util.zip.ZipException: invalid code lengths set Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleConverter.java>:[195,30] cannot access org.geotools.sld.v1_1.SLDConfiguration bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/v1_1/SLDConfiguration.class) unable to access file: java.util.zip.ZipException: invalid code lengths set Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleConverter.java>:[201,60] cannot access org.geotools.sld.bindings.SLD bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/bindings/SLD.class) unable to access file: java.util.zip.ZipException: invalid stored block lengths Please remove or make sure it appears in the correct subdirectory of the classpath. [INFO] 4 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.766 s [INFO] Finished at: 2023-07-04T01:13:29Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project docs: Compilation failure: Compilation failure: [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/wfs/ReadWFSKommuner.java>:[82,43] cannot access org.geotools.data.wfs.impl.WFSDataAccessFactory.WFSFactoryParam [ERROR] bad class file: /var/lib/jenkins/.m2/repository/org/geotools/gt-wfs-ng/30-SNAPSHOT/gt-wfs-ng-30-SNAPSHOT.jar(/org/geotools/data/wfs/impl/WFSDataAccessFactory$WFSFactoryParam.class) [ERROR] unable to access file: java.util.zip.ZipException: invalid code lengths set [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleExamples.java>:[383,59] cannot access org.geotools.sld.SLDConfiguration [ERROR] bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/SLDConfiguration.class) [ERROR] unable to access file: java.util.zip.ZipException: invalid code lengths set [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleConverter.java>:[195,30] cannot access org.geotools.sld.v1_1.SLDConfiguration [ERROR] bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/v1_1/SLDConfiguration.class) [ERROR] unable to access file: java.util.zip.ZipException: invalid code lengths set [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] <https://build.geoserver.org/job/geotools-main-docs/ws/docs/src/main/java/org/geotools/render/StyleConverter.java>:[201,60] cannot access org.geotools.sld.bindings.SLD [ERROR] bad class file: /var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-sld/30-SNAPSHOT/gt-xsd-sld-30-SNAPSHOT.jar(/org/geotools/sld/bindings/SLD.class) [ERROR] unable to access file: java.util.zip.ZipException: invalid stored block lengths [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] -> [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/MojoFailureException Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3446056 killed; [ssh-agent] Stopped. |