Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #1824 was successful

Job: Run Maven was successful

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build log

The build generated 677 lines of output. Download or view full build log.

12-Mar-2022 07:26:52 Build Openfire - Nightly Maven Install4j Build - Run Maven #1824 (OPENFIRE-NIGHTLYMAVEN-JOB1-1824) started building on agent Default Agent, bamboo version: 8.1.1
12-Mar-2022 07:26:52
12-Mar-2022 07:26:52 Build working directory is /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1
12-Mar-2022 07:26:52 Executing build Openfire - Nightly Maven Install4j Build - Run Maven #1824 (OPENFIRE-NIGHTLYMAVEN-JOB1-1824)
12-Mar-2022 07:26:52 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
12-Mar-2022 07:26:52 Checking out into /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1
12-Mar-2022 07:26:52 Updating source code to revision: c074219f79c344db08230a778fcf7b62bd586a43
12-Mar-2022 07:26:53 Fetching 'refs/heads/master' from 'https://github.com/igniterealtime/Openfire.git'.
12-Mar-2022 07:26:54 From https://github.com/igniterealtime/Openfire
12-Mar-2022 07:26:54    21aee8289..c074219f7  master     -> master
12-Mar-2022 07:26:54 Checking out revision c074219f79c344db08230a778fcf7b62bd586a43.
12-Mar-2022 07:26:54 Already on 'master'
12-Mar-2022 07:26:54 Updated source code to revision: c074219f79c344db08230a778fcf7b62bd586a43
12-Mar-2022 07:26:54 Finished task 'Checkout Default Repository' with result: Success
12-Mar-2022 07:26:54 Running pre-build action: VCS Version Collector
12-Mar-2022 07:26:54 Running pre-build action: Build Log Labeller Pre Build Action
12-Mar-2022 07:26:54 Starting task 'Build and install in local repository' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
12-Mar-2022 07:26:54
Beginning to execute external process for build 'Openfire - Nightly Maven Install4j Build - Run Maven #1824 (OPENFIRE-NIGHTLYMAVEN-JOB1-1824)'
... running command line:
/opt/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1 -Dinstall4j.home=/home/bamboo/install4j7 -Dmaven.repo.local=/mnt/maven/ -DcreateChecksum=true -P install4j clean install
... in: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1
12-Mar-2022 07:26:54 NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
12-Mar-2022 07:26:56 [INFO] Scanning for projects...
12-Mar-2022 07:26:57 [WARNING]
12-Mar-2022 07:26:57 [WARNING] Some problems were encountered while building the effective model for org.igniterealtime.openfire:starter:jar:4.8.0-SNAPSHOT
12-Mar-2022 07:26:57 [WARNING] 'dependencies.dependency.systemPath' for install4j:install4j:jar should not point at files within the project directory, ${project.basedir}/libs/i4jruntime.jar will be unresolvable by dependent projects @ line 61, column 25
12-Mar-2022 07:26:57 [WARNING]
12-Mar-2022 07:26:57 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
12-Mar-2022 07:26:57 [WARNING]
12-Mar-2022 07:26:57 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
12-Mar-2022 07:26:57 [WARNING]
12-Mar-2022 07:26:57 [INFO] ------------------------------------------------------------------------
12-Mar-2022 07:26:57 [INFO] Reactor Build Order:
12-Mar-2022 07:26:57 [INFO]
12-Mar-2022 07:26:57 [INFO] Parent                                                             [pom]
12-Mar-2022 07:26:57 [INFO] Internationalization files for Openfire                            [jar]
12-Mar-2022 07:26:57 [INFO] Core XMPP Server                                                   [jar]
12-Mar-2022 07:26:57 [INFO] Starter for Openfire                                               [jar]
12-Mar-2022 07:26:57 [INFO] Openfire Plugins                                                   [pom]
12-Mar-2022 07:26:57 [INFO] Openfire Plugin Assembly Descriptor                                [jar]
12-Mar-2022 07:26:57 [INFO] Distribution                                                       [jar]
12-Mar-2022 07:26:57 [INFO]
12-Mar-2022 07:26:57 [INFO] -----------------< org.igniterealtime.openfire:parent >-----------------
12-Mar-2022 07:26:57 [INFO] Building Parent 4.8.0-SNAPSHOT                                     [1/7]
12-Mar-2022 07:26:57 [INFO] --------------------------------[ pom ]---------------------------------
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ parent ---
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
12-Mar-2022 07:26:58 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/pom.xml to /mnt/maven/org/igniterealtime/openfire/parent/4.8.0-SNAPSHOT/parent-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] ------------------< org.igniterealtime.openfire:i18n >------------------
12-Mar-2022 07:26:58 [INFO] Building Internationalization files for Openfire 4.8.0-SNAPSHOT    [2/7]
12-Mar-2022 07:26:58 [INFO] --------------------------------[ jar ]---------------------------------
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ i18n ---
12-Mar-2022 07:26:58 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ i18n ---
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ i18n ---
12-Mar-2022 07:26:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:26:58 [INFO] Copying 13 resources
12-Mar-2022 07:26:58 [INFO]
12-Mar-2022 07:26:58 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ i18n ---
12-Mar-2022 07:26:59 [INFO] Includes: [**/*.properties]
12-Mar-2022 07:26:59 [INFO] Excludes: []
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_zh_CN.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_zh_CN.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_zh_CN.properties1511916751922031318native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_zh_CN.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_cs_CZ.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_cs_CZ.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_cs_CZ.properties18148539250228645400native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_cs_CZ.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_de.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_de.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_de.properties5756471489565950312native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_de.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_es.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_es.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_es.properties14600146693166964075native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_es.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_fr.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_fr.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_fr.properties1459843164889139487native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_fr.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ja_JP.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ja_JP.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_ja_JP.properties8049085097754004975native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ja_JP.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pl_PL.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pl_PL.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_pl_PL.properties9035415611151648494native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pl_PL.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_BR.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_BR.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_pt_BR.properties4193462445683034677native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_BR.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_PT.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_PT.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_pt_PT.properties8986099879690003925native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_PT.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ru_RU.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ru_RU.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_ru_RU.properties10491375185683374129native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ru_RU.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_sk.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_sk.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_sk.properties11109852313126628682native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_sk.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n.properties16926812955131003638native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n.properties
12-Mar-2022 07:26:59 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_nl.properties
12-Mar-2022 07:26:59 [INFO] Converting: '/var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_nl.properties' to: '/opt/atlassian/bamboo/temp/OPENFIRE-NIGHTLYMAVEN-JOB1/openfire_i18n_nl.properties11378033338772335624native2ascii'
12-Mar-2022 07:26:59 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_nl.properties
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ i18n ---
12-Mar-2022 07:26:59 [INFO] No sources to compile
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ i18n ---
12-Mar-2022 07:26:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:26:59 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/src/test/resources
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ i18n ---
12-Mar-2022 07:26:59 [INFO] No sources to compile
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ i18n ---
12-Mar-2022 07:26:59 [INFO] No tests to run.
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ i18n ---
12-Mar-2022 07:26:59 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/i18n-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ i18n ---
12-Mar-2022 07:26:59 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/i18n-4.8.0-SNAPSHOT.jar to /mnt/maven/org/igniterealtime/openfire/i18n/4.8.0-SNAPSHOT/i18n-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:26:59 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/pom.xml to /mnt/maven/org/igniterealtime/openfire/i18n/4.8.0-SNAPSHOT/i18n-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:26:59 [INFO]
12-Mar-2022 07:26:59 [INFO] ---------------< org.igniterealtime.openfire:xmppserver >---------------
12-Mar-2022 07:26:59 [INFO] Building Core XMPP Server 4.8.0-SNAPSHOT                           [3/7]
12-Mar-2022 07:26:59 [INFO] --------------------------------[ jar ]---------------------------------
12-Mar-2022 07:27:00 [INFO]
12-Mar-2022 07:27:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmppserver ---
12-Mar-2022 07:27:00 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target
12-Mar-2022 07:27:00 [INFO]
12-Mar-2022 07:27:00 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ xmppserver ---
12-Mar-2022 07:27:00 [INFO]
12-Mar-2022 07:27:00 [INFO] --- git-commit-id-plugin:4.0.3:revision (get-the-git-infos) @ xmppserver ---
12-Mar-2022 07:27:00 [INFO]
12-Mar-2022 07:27:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ xmppserver ---
12-Mar-2022 07:27:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:27:00 [INFO] Copying 5 resources
12-Mar-2022 07:27:00 [INFO]
12-Mar-2022 07:27:00 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmppserver ---
12-Mar-2022 07:27:01 [INFO] Changes detected - recompiling the module!
12-Mar-2022 07:27:01 [INFO] Compiling 723 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/classes
12-Mar-2022 07:27:14 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/main/java/org/jivesoftware/openfire/session/LocalSession.java: Some input files use or override a deprecated API.
12-Mar-2022 07:27:14 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/main/java/org/jivesoftware/openfire/session/LocalSession.java: Recompile with -Xlint:deprecation for details.
12-Mar-2022 07:27:14 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/main/java/org/jivesoftware/util/SystemProperty.java: Some input files use unchecked or unsafe operations.
12-Mar-2022 07:27:14 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/main/java/org/jivesoftware/util/SystemProperty.java: Recompile with -Xlint:unchecked for details.
12-Mar-2022 07:27:14 [INFO]
12-Mar-2022 07:27:14 [INFO] --- jetty-jspc-maven-plugin:9.4.43.v20210629:jspc (jspc) @ xmppserver ---
12-Mar-2022 07:27:14 [INFO] Logging initialized @19883ms to org.eclipse.jetty.util.log.Slf4jLog
12-Mar-2022 07:27:14 [INFO] Compiling audit-policy.jsp,available-plugins.jsp,chatroom-history-settings.jsp,component-session-details.jsp,component-session-summary.jsp,compression-settings.jsp,connection-managers-settings.jsp,connection-settings-advanced.jsp,connection-settings-external-components.jsp,connection-settings-socket-c2s.jsp,connection-settings-socket-s2s.jsp,decorators/main.jsp,decorators/setup.jsp,dns-check.jsp,error-serverdown.jsp,error.jsp,file-transfer-proxy.jsp,group-create.jsp,group-delete.jsp,group-edit.jsp,group-summary.jsp,http-bind.jsp,import-keystore-certificate.jsp,import-truststore-certificate.jsp,index.jsp,ldap-group.jsp,ldap-server.jsp,ldap-user.jsp,log.jsp,login.jsp,loginToken.jsp,logviewer.jsp,manage-updates.jsp,media-proxy.jsp,muc-create-permission.jsp,muc-default-settings.jsp,muc-history-settings.jsp,muc-room-affiliations.jsp,muc-room-cache.jsp,muc-room-create.jsp,muc-room-delete.jsp,muc-room-edit-form.jsp,muc-room-federation.jsp,muc-room-occupants.jsp,muc-room-summary.jsp,muc-service-create.jsp,muc-service-delete.jsp,muc-service-edit-form.jsp,muc-service-summary.jsp,muc-sysadmins.jsp,muc-tasks.jsp,offline-messages.jsp,plugin-admin.jsp,plugin-showfile.jsp,private-data-settings.jsp,profile-settings.jsp,pubsub-form-table.jsp,pubsub-node-affiliates-delete.jsp,pubsub-node-affiliates-edit.jsp,pubsub-node-affiliates.jsp,pubsub-node-configuration.jsp,pubsub-node-delete.jsp,pubsub-node-edit.jsp,pubsub-node-items.jsp,pubsub-node-subscribers.jsp,pubsub-node-summary.jsp,pubsub-service-summary.jsp,reg-settings.jsp,security-audit-viewer-jsp.jsp,security-certificate-details.jsp,security-certificate-store-backup.jsp,security-certificate-store-management.jsp,security-keystore-signing-request.jsp,security-keystore.jsp,security-truststore.jsp,server-connectiontest.jsp,server-db-stats.jsp,server-db.jsp,server-locale.jsp,server-props.jsp,server-restart.jsp,server-session-details.jsp,server-session-summary.jsp,session-conflict.jsp,session-details.jsp,session-summary.jsp,setup/index.jsp,setup/setup-admin-settings_test.jsp,setup/setup-completed.jsp,setup/setup-datasource-settings.jsp,setup/setup-ldap-group.jsp,setup/setup-ldap-group_test.jsp,setup/setup-ldap-server.jsp,setup/setup-ldap-server_test.jsp,setup/setup-ldap-user.jsp,setup/setup-profile-settings.jsp,setup/setup-admin-settings.jsp,setup/setup-datasource-jndi.jsp,setup/setup-datasource-standard.jsp,setup/setup-finished.jsp,setup/setup-host-settings.jsp,setup/setup-ldap-user_test.jsp,system-cache-details.jsp,system-cache.jsp,system-clustering-data-consistency-check.jsp,system-clustering.jsp,system-email.jsp,system-emailtest.jsp,system-properties.jsp,system-sms.jsp,system-smstest.jsp,user-create.jsp,user-delete.jsp,user-edit-form.jsp,user-groups.jsp,user-lockout.jsp,user-message.jsp,user-privacylists.jsp,user-properties.jsp,user-roster-delete.jsp,user-roster-edit.jsp,user-roster-view.jsp,user-roster.jsp,user-summary.jsp,user-tabs.jsp,user-password.jsp,user-roster-add.jsp,user-search.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/**
12-Mar-2022 07:27:14 [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Mar-2022 07:27:27 [INFO] Generation completed with [0] errors in [12418] milliseconds
12-Mar-2022 07:27:27 [INFO]
12-Mar-2022 07:27:27 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ xmppserver ---
12-Mar-2022 07:27:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:27:27 [INFO] Copying 22 resources
12-Mar-2022 07:27:27 [INFO]
12-Mar-2022 07:27:27 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmppserver ---
12-Mar-2022 07:27:27 [INFO] Changes detected - recompiling the module!
12-Mar-2022 07:27:27 [INFO] Compiling 67 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/test-classes
12-Mar-2022 07:27:28 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/test/java/org/jivesoftware/openfire/muc/spi/MucPrivilegesTest.java: Some input files use or override a deprecated API.
12-Mar-2022 07:27:28 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/test/java/org/jivesoftware/openfire/muc/spi/MucPrivilegesTest.java: Recompile with -Xlint:deprecation for details.
12-Mar-2022 07:27:28 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/test/java/org/jivesoftware/util/AdminConsoleTest.java: Some input files use unchecked or unsafe operations.
12-Mar-2022 07:27:29 [INFO] /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/src/test/java/org/jivesoftware/util/AdminConsoleTest.java: Recompile with -Xlint:unchecked for details.
12-Mar-2022 07:27:29 [INFO]
12-Mar-2022 07:27:29 [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ xmppserver ---
12-Mar-2022 07:27:29 [INFO]
12-Mar-2022 07:27:29 [INFO] -------------------------------------------------------
12-Mar-2022 07:27:29 [INFO]  T E S T S
12-Mar-2022 07:27:29 [INFO] -------------------------------------------------------
12-Mar-2022 07:27:30 [INFO] Running org.jivesoftware.admin.LoginLimitManagerTest
12-Mar-2022 07:27:32 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:32 which will prevent the application from working correctly.
12-Mar-2022 07:27:32
12-Mar-2022 07:27:32
12-Mar-2022 07:27:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.48 s - in org.jivesoftware.admin.LoginLimitManagerTest
12-Mar-2022 07:27:33 [INFO] Running org.jivesoftware.admin.AuthCheckFilterTest
12-Mar-2022 07:27:35 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 s - in org.jivesoftware.admin.AuthCheckFilterTest
12-Mar-2022 07:27:37 [INFO] Running org.jivesoftware.admin.SiteMinderServletRequestAuthenticatorTest
12-Mar-2022 07:27:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.107 s - in org.jivesoftware.admin.SiteMinderServletRequestAuthenticatorTest
12-Mar-2022 07:27:39 [INFO] Running org.jivesoftware.openfire.ldap.LdapManagerTest
12-Mar-2022 07:27:40 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:40 which will prevent the application from working correctly.
12-Mar-2022 07:27:40
12-Mar-2022 07:27:40
12-Mar-2022 07:27:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 s - in org.jivesoftware.openfire.ldap.LdapManagerTest
12-Mar-2022 07:27:41 [INFO] Running org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest
12-Mar-2022 07:27:41 [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 s - in org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest
12-Mar-2022 07:27:42 [INFO] Running org.jivesoftware.openfire.ldap.VCardTest
12-Mar-2022 07:27:43 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:43 which will prevent the application from working correctly.
12-Mar-2022 07:27:43
12-Mar-2022 07:27:43
12-Mar-2022 07:27:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s - in org.jivesoftware.openfire.ldap.VCardTest
12-Mar-2022 07:27:44 [INFO] Running org.jivesoftware.openfire.ldap.VCardTemplateTest
12-Mar-2022 07:27:45 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:45 which will prevent the application from working correctly.
12-Mar-2022 07:27:45
12-Mar-2022 07:27:45
12-Mar-2022 07:27:45 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 s - in org.jivesoftware.openfire.ldap.VCardTemplateTest
12-Mar-2022 07:27:46 [INFO] Running org.jivesoftware.openfire.handler.IQEntityTimeHandlerTest
12-Mar-2022 07:27:47 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.926 s - in org.jivesoftware.openfire.handler.IQEntityTimeHandlerTest
12-Mar-2022 07:27:48 [INFO] Running org.jivesoftware.openfire.nio.XmlNumericCharacterReferenceTest
12-Mar-2022 07:27:49 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:49 which will prevent the application from working correctly.
12-Mar-2022 07:27:49
12-Mar-2022 07:27:49
12-Mar-2022 07:27:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s - in org.jivesoftware.openfire.nio.XmlNumericCharacterReferenceTest
12-Mar-2022 07:27:49 [INFO] Running org.jivesoftware.openfire.nio.XMLLightweightParserTest
12-Mar-2022 07:27:50 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:50 which will prevent the application from working correctly.
12-Mar-2022 07:27:50
12-Mar-2022 07:27:50
12-Mar-2022 07:27:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s - in org.jivesoftware.openfire.nio.XMLLightweightParserTest
12-Mar-2022 07:27:51 [INFO] Running org.jivesoftware.openfire.muc.spi.MucPrivilegesTest
12-Mar-2022 07:27:52 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:52 which will prevent the application from working correctly.
12-Mar-2022 07:27:52
12-Mar-2022 07:27:52
12-Mar-2022 07:27:52 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s - in org.jivesoftware.openfire.muc.spi.MucPrivilegesTest
12-Mar-2022 07:27:53 [INFO] Running org.jivesoftware.openfire.muc.HistoryStrategyTest
12-Mar-2022 07:27:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in org.jivesoftware.openfire.muc.HistoryStrategyTest
12-Mar-2022 07:27:55 [INFO] Running org.jivesoftware.openfire.muc.MUCRoleTest
12-Mar-2022 07:27:57 Critical Error! The home directory has not been configured,
12-Mar-2022 07:27:57 which will prevent the application from working correctly.
12-Mar-2022 07:27:57
12-Mar-2022 07:27:57
12-Mar-2022 07:27:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 s - in org.jivesoftware.openfire.muc.MUCRoleTest
12-Mar-2022 07:27:58 [INFO] Running org.jivesoftware.openfire.muc.MUCRoomTest
12-Mar-2022 07:28:00 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:00 which will prevent the application from working correctly.
12-Mar-2022 07:28:00
12-Mar-2022 07:28:00
12-Mar-2022 07:28:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s - in org.jivesoftware.openfire.muc.MUCRoomTest
12-Mar-2022 07:28:01 [INFO] Running org.jivesoftware.openfire.entitycaps.EntityCapabilitiesListenerTest
12-Mar-2022 07:28:03 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s - in org.jivesoftware.openfire.entitycaps.EntityCapabilitiesListenerTest
12-Mar-2022 07:28:03 [INFO] Running org.jivesoftware.openfire.OfflineMessageStoreTest
12-Mar-2022 07:28:04 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:04 which will prevent the application from working correctly.
12-Mar-2022 07:28:04
12-Mar-2022 07:28:04
12-Mar-2022 07:28:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.jivesoftware.openfire.OfflineMessageStoreTest
12-Mar-2022 07:28:05 [INFO] Running org.jivesoftware.openfire.cluster.ClusterMonitorTest
12-Mar-2022 07:28:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 s - in org.jivesoftware.openfire.cluster.ClusterMonitorTest
12-Mar-2022 07:28:08 [INFO] Running org.jivesoftware.openfire.spi.EncryptionArtifactFactoryTest
12-Mar-2022 07:28:09 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:09 which will prevent the application from working correctly.
12-Mar-2022 07:28:09
12-Mar-2022 07:28:09
12-Mar-2022 07:28:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 s - in org.jivesoftware.openfire.spi.EncryptionArtifactFactoryTest
12-Mar-2022 07:28:10 [INFO] Running org.jivesoftware.openfire.spi.ConnectionTypeTest
12-Mar-2022 07:28:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.jivesoftware.openfire.spi.ConnectionTypeTest
12-Mar-2022 07:28:11 [INFO] Running org.jivesoftware.openfire.stanzaid.StanzaIDUtilTest
12-Mar-2022 07:28:12 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:12 which will prevent the application from working correctly.
12-Mar-2022 07:28:12
12-Mar-2022 07:28:12
12-Mar-2022 07:28:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 s - in org.jivesoftware.openfire.stanzaid.StanzaIDUtilTest
12-Mar-2022 07:28:13 [INFO] Running org.jivesoftware.openfire.archive.ArchiverTest
12-Mar-2022 07:28:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.062 s - in org.jivesoftware.openfire.archive.ArchiverTest
12-Mar-2022 07:28:16 [INFO] Running org.jivesoftware.openfire.user.UserManagerTest
12-Mar-2022 07:28:18 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.jivesoftware.openfire.user.UserManagerTest
12-Mar-2022 07:28:19 [INFO] Running org.jivesoftware.openfire.container.PluginManagerTest
12-Mar-2022 07:28:20 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:20 which will prevent the application from working correctly.
12-Mar-2022 07:28:20
12-Mar-2022 07:28:20
12-Mar-2022 07:28:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 s - in org.jivesoftware.openfire.container.PluginManagerTest
12-Mar-2022 07:28:21 [INFO] Running org.jivesoftware.openfire.keystore.CheckChainTrustedTest
12-Mar-2022 07:28:28 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.399 s - in org.jivesoftware.openfire.keystore.CheckChainTrustedTest
12-Mar-2022 07:28:29 [INFO] Running org.jivesoftware.openfire.keystore.OpenfireX509TrustManagerTest
12-Mar-2022 07:28:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.041 s - in org.jivesoftware.openfire.keystore.OpenfireX509TrustManagerTest
12-Mar-2022 07:28:35 [INFO] Running org.jivesoftware.openfire.keystore.CertificateUtilsTest
12-Mar-2022 07:28:37 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 s - in org.jivesoftware.openfire.keystore.CertificateUtilsTest
12-Mar-2022 07:28:38 [INFO] Running org.jivesoftware.openfire.net.DNSUtilTest
12-Mar-2022 07:28:39 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:39 which will prevent the application from working correctly.
12-Mar-2022 07:28:39
12-Mar-2022 07:28:39
12-Mar-2022 07:28:39 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 s - in org.jivesoftware.openfire.net.DNSUtilTest
12-Mar-2022 07:28:39 [INFO] Running org.jivesoftware.openfire.auth.JDBCAuthProviderTest
12-Mar-2022 07:28:40 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:40 which will prevent the application from working correctly.
12-Mar-2022 07:28:40
12-Mar-2022 07:28:40
12-Mar-2022 07:28:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 s - in org.jivesoftware.openfire.auth.JDBCAuthProviderTest
12-Mar-2022 07:28:42 [INFO] Running org.jivesoftware.openfire.forward.ForwardTest
12-Mar-2022 07:28:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s - in org.jivesoftware.openfire.forward.ForwardTest
12-Mar-2022 07:28:44 [INFO] Running org.jivesoftware.openfire.group.GroupJIDTest
12-Mar-2022 07:28:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.jivesoftware.openfire.group.GroupJIDTest
12-Mar-2022 07:28:46 [INFO] Running org.jivesoftware.openfire.group.GroupManagerTest
12-Mar-2022 07:28:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 s - in org.jivesoftware.openfire.group.GroupManagerTest
12-Mar-2022 07:28:48 [INFO] Running org.jivesoftware.openfire.group.AbstractGroupProviderTest
12-Mar-2022 07:28:50 2022-03-12 07:28:50,339 main ERROR Recursive call to appender file
12-Mar-2022 07:28:50 2022-03-12 07:28:50,415 main ERROR Recursive call to appender file
12-Mar-2022 07:28:50 2022-03-12 07:28:50,418 main ERROR Recursive call to appender file
12-Mar-2022 07:28:50 2022-03-12 07:28:50,422 main ERROR Recursive call to appender file
12-Mar-2022 07:28:50 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:50 which will prevent the application from working correctly.
12-Mar-2022 07:28:50
12-Mar-2022 07:28:50
12-Mar-2022 07:28:56 [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.674 s - in org.jivesoftware.openfire.group.AbstractGroupProviderTest
12-Mar-2022 07:28:57 [INFO] Running org.jivesoftware.openfire.group.DefaultGroupProviderTest
12-Mar-2022 07:28:59 2022-03-12 07:28:59,093 main ERROR Recursive call to appender file
12-Mar-2022 07:28:59 2022-03-12 07:28:59,140 main ERROR Recursive call to appender file
12-Mar-2022 07:28:59 2022-03-12 07:28:59,142 main ERROR Recursive call to appender file
12-Mar-2022 07:28:59 2022-03-12 07:28:59,145 main ERROR Recursive call to appender file
12-Mar-2022 07:28:59 Critical Error! The home directory has not been configured,
12-Mar-2022 07:28:59 which will prevent the application from working correctly.
12-Mar-2022 07:28:59
12-Mar-2022 07:28:59
12-Mar-2022 07:29:02 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.442 s - in org.jivesoftware.openfire.group.DefaultGroupProviderTest
12-Mar-2022 07:29:03 [INFO] Running org.jivesoftware.openfire.carbons.MessageCarbonsTest
12-Mar-2022 07:29:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 s - in org.jivesoftware.openfire.carbons.MessageCarbonsTest
12-Mar-2022 07:29:05 [INFO] Running org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest
12-Mar-2022 07:29:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s - in org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest
12-Mar-2022 07:29:08 [INFO] Running org.jivesoftware.openfire.pubsub.CollectionNodeTest
12-Mar-2022 07:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 s - in org.jivesoftware.openfire.pubsub.CollectionNodeTest
12-Mar-2022 07:29:10 [INFO] Running org.jivesoftware.openfire.pubsub.LeafNodeTest
12-Mar-2022 07:29:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.jivesoftware.openfire.pubsub.LeafNodeTest
12-Mar-2022 07:29:12 [INFO] Running org.jivesoftware.util.SystemPropertyTest
12-Mar-2022 07:29:14 [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 s - in org.jivesoftware.util.SystemPropertyTest
12-Mar-2022 07:29:14 [INFO] Running org.jivesoftware.util.AutoCloseableReentrantLockTest
12-Mar-2022 07:29:17 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.102 s - in org.jivesoftware.util.AutoCloseableReentrantLockTest
12-Mar-2022 07:29:17 [INFO] Running org.jivesoftware.util.CertificateTest
12-Mar-2022 07:29:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.jivesoftware.util.CertificateTest
12-Mar-2022 07:29:18 [INFO] Running org.jivesoftware.util.AdminConsoleTest
12-Mar-2022 07:29:19 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:19 which will prevent the application from working correctly.
12-Mar-2022 07:29:19
12-Mar-2022 07:29:19
12-Mar-2022 07:29:20 [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.964 s - in org.jivesoftware.util.AdminConsoleTest
12-Mar-2022 07:29:21 [INFO] Running org.jivesoftware.util.AesEncryptorTest
12-Mar-2022 07:29:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 s - in org.jivesoftware.util.AesEncryptorTest
12-Mar-2022 07:29:23 [INFO] Running org.jivesoftware.util.JIDTest
12-Mar-2022 07:29:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.jivesoftware.util.JIDTest
12-Mar-2022 07:29:24 [INFO] Running org.jivesoftware.util.BlowfishEncryptorTest
12-Mar-2022 07:29:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.jivesoftware.util.BlowfishEncryptorTest
12-Mar-2022 07:29:26 [INFO] Running org.jivesoftware.util.WebXmlUtilsTest
12-Mar-2022 07:29:28 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 s - in org.jivesoftware.util.WebXmlUtilsTest
12-Mar-2022 07:29:29 [INFO] Running org.jivesoftware.util.cache.DefaultExternalizableUtilTest
12-Mar-2022 07:29:29 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.jivesoftware.util.cache.DefaultExternalizableUtilTest
12-Mar-2022 07:29:29 [INFO] Running org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
12-Mar-2022 07:29:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
12-Mar-2022 07:29:30 [INFO] Running org.jivesoftware.util.JavaSpecVersionTest
12-Mar-2022 07:29:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.jivesoftware.util.JavaSpecVersionTest
12-Mar-2022 07:29:31 [INFO] Running org.jivesoftware.util.LocaleUtilsTest
12-Mar-2022 07:29:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.487 s - in org.jivesoftware.util.LocaleUtilsTest
12-Mar-2022 07:29:34 [INFO] Running org.jivesoftware.util.StringUtilsTest
12-Mar-2022 07:29:35 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:35 which will prevent the application from working correctly.
12-Mar-2022 07:29:35
12-Mar-2022 07:29:35
12-Mar-2022 07:29:35 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 s - in org.jivesoftware.util.StringUtilsTest
12-Mar-2022 07:29:36 [INFO] Running org.jivesoftware.util.CacheUtilTest
12-Mar-2022 07:29:37 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:37 which will prevent the application from working correctly.
12-Mar-2022 07:29:37
12-Mar-2022 07:29:37
12-Mar-2022 07:29:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s - in org.jivesoftware.util.CacheUtilTest
12-Mar-2022 07:29:37 [INFO] Running org.jivesoftware.util.SAXReaderUtilTest
12-Mar-2022 07:29:38 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:38 which will prevent the application from working correctly.
12-Mar-2022 07:29:38
12-Mar-2022 07:29:38
12-Mar-2022 07:29:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 s - in org.jivesoftware.util.SAXReaderUtilTest
12-Mar-2022 07:29:39 [INFO] Running org.jivesoftware.util.XPPWriterTest
12-Mar-2022 07:29:39 [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.095 s - in org.jivesoftware.util.XPPWriterTest
12-Mar-2022 07:29:40 [INFO] Running org.jivesoftware.util.CacheableOptionalTest
12-Mar-2022 07:29:40 [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.141 s - in org.jivesoftware.util.CacheableOptionalTest
12-Mar-2022 07:29:41 [INFO] Running org.jivesoftware.util.CertificateManagerTest
12-Mar-2022 07:29:43 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:43 which will prevent the application from working correctly.
12-Mar-2022 07:29:43
12-Mar-2022 07:29:43
12-Mar-2022 07:29:43 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.jivesoftware.util.CertificateManagerTest
12-Mar-2022 07:29:44 [INFO] Running org.jivesoftware.util.GraphicsUtilsTest
12-Mar-2022 07:29:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in org.jivesoftware.util.GraphicsUtilsTest
12-Mar-2022 07:29:46 [INFO] Running org.jivesoftware.util.EntityCapabilitiesManagerTest
12-Mar-2022 07:29:46 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:46 which will prevent the application from working correctly.
12-Mar-2022 07:29:46
12-Mar-2022 07:29:46
12-Mar-2022 07:29:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s - in org.jivesoftware.util.EntityCapabilitiesManagerTest
12-Mar-2022 07:29:47 [INFO] Running org.jivesoftware.util.XMLPropertiesTest
12-Mar-2022 07:29:48 Critical Error! The home directory has not been configured,
12-Mar-2022 07:29:48 which will prevent the application from working correctly.
12-Mar-2022 07:29:48
12-Mar-2022 07:29:48
12-Mar-2022 07:29:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in org.jivesoftware.util.XMLPropertiesTest
12-Mar-2022 07:29:49 [INFO] Running org.jivesoftware.util.XMPPDateTimeFormatTest
12-Mar-2022 07:29:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.jivesoftware.util.XMPPDateTimeFormatTest
12-Mar-2022 07:29:50 [INFO] Running org.jivesoftware.util.VersionTest
12-Mar-2022 07:29:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.jivesoftware.util.VersionTest
12-Mar-2022 07:29:51 [INFO] Running org.jivesoftware.util.ListPagerTest
12-Mar-2022 07:29:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s - in org.jivesoftware.util.ListPagerTest
12-Mar-2022 07:29:53 [INFO] Running org.jivesoftware.util.LDAPTest
12-Mar-2022 07:29:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.527 s - in org.jivesoftware.util.LDAPTest
12-Mar-2022 07:29:56 [INFO] Running org.jivesoftware.util.CollectionUtilsTest
12-Mar-2022 07:29:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.jivesoftware.util.CollectionUtilsTest
12-Mar-2022 07:29:57 [INFO] Running dom.io.XMPPPacketReaderTest
12-Mar-2022 07:29:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 s - in dom.io.XMPPPacketReaderTest
12-Mar-2022 07:29:59 [INFO]
12-Mar-2022 07:29:59 [INFO] Results:
12-Mar-2022 07:29:59 [INFO]
12-Mar-2022 07:29:59 [WARNING] Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
12-Mar-2022 07:29:59 [INFO]
12-Mar-2022 07:29:59 [INFO]
12-Mar-2022 07:29:59 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmppserver ---
12-Mar-2022 07:29:59 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/xmppserver-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:29:59 [INFO]
12-Mar-2022 07:29:59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xmppserver ---
12-Mar-2022 07:29:59 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/xmppserver-4.8.0-SNAPSHOT.jar to /mnt/maven/org/igniterealtime/openfire/xmppserver/4.8.0-SNAPSHOT/xmppserver-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:29:59 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/pom.xml to /mnt/maven/org/igniterealtime/openfire/xmppserver/4.8.0-SNAPSHOT/xmppserver-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] ----------------< org.igniterealtime.openfire:starter >-----------------
12-Mar-2022 07:30:00 [INFO] Building Starter for Openfire 4.8.0-SNAPSHOT                       [4/7]
12-Mar-2022 07:30:00 [INFO] --------------------------------[ jar ]---------------------------------
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter ---
12-Mar-2022 07:30:00 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ starter ---
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ starter ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] Copying 11 resources
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ starter ---
12-Mar-2022 07:30:00 [INFO] Changes detected - recompiling the module!
12-Mar-2022 07:30:00 [INFO] Compiling 8 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target/classes
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ starter ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/src/test/resources
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ starter ---
12-Mar-2022 07:30:00 [INFO] No sources to compile
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ starter ---
12-Mar-2022 07:30:00 [INFO] No tests to run.
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ starter ---
12-Mar-2022 07:30:00 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target/startup.jar
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ starter ---
12-Mar-2022 07:30:00 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target/startup.jar to /mnt/maven/org/igniterealtime/openfire/starter/4.8.0-SNAPSHOT/starter-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:30:00 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/pom.xml to /mnt/maven/org/igniterealtime/openfire/starter/4.8.0-SNAPSHOT/starter-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] ----------------< org.igniterealtime.openfire:plugins >-----------------
12-Mar-2022 07:30:00 [INFO] Building Openfire Plugins 4.8.0-SNAPSHOT                           [5/7]
12-Mar-2022 07:30:00 [INFO] --------------------------------[ pom ]---------------------------------
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ plugins ---
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (default) @ plugins ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/src/main/java/../i18n
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ plugins ---
12-Mar-2022 07:30:00 [WARNING] Source directory does not exist: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/target/i18n
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ plugins ---
12-Mar-2022 07:30:00 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/pom.xml to /mnt/maven/org/igniterealtime/openfire/plugins/4.8.0-SNAPSHOT/plugins-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --< org.igniterealtime.openfire.plugins:openfire-plugin-assembly-descriptor >--
12-Mar-2022 07:30:00 [INFO] Building Openfire Plugin Assembly Descriptor 4.8.0-SNAPSHOT        [6/7]
12-Mar-2022 07:30:00 [INFO] --------------------------------[ jar ]---------------------------------
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (default) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/src/main/java/../i18n
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] Copying 1 resource
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [WARNING] Source directory does not exist: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target/i18n
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] No sources to compile
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/src/test/resources
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] No sources to compile
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] No tests to run.
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target/openfire-plugin-assembly-descriptor-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openfire-plugin-assembly-descriptor ---
12-Mar-2022 07:30:00 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target/openfire-plugin-assembly-descriptor-4.8.0-SNAPSHOT.jar to /mnt/maven/org/igniterealtime/openfire/plugins/openfire-plugin-assembly-descriptor/4.8.0-SNAPSHOT/openfire-plugin-assembly-descriptor-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:30:00 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/pom.xml to /mnt/maven/org/igniterealtime/openfire/plugins/openfire-plugin-assembly-descriptor/4.8.0-SNAPSHOT/openfire-plugin-assembly-descriptor-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --------------< org.igniterealtime.openfire:distribution >--------------
12-Mar-2022 07:30:00 [INFO] Building Distribution 4.8.0-SNAPSHOT                               [7/7]
12-Mar-2022 07:30:00 [INFO] --------------------------------[ jar ]---------------------------------
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ distribution ---
12-Mar-2022 07:30:00 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ distribution ---
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ distribution ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/main/resources
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ distribution ---
12-Mar-2022 07:30:00 [INFO] No sources to compile
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ distribution ---
12-Mar-2022 07:30:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12-Mar-2022 07:30:00 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/test/resources
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ distribution ---
12-Mar-2022 07:30:00 [INFO] No sources to compile
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ distribution ---
12-Mar-2022 07:30:00 [INFO] No tests to run.
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ distribution ---
12-Mar-2022 07:30:00 [WARNING] JAR will be empty - no content was marked for inclusion!
12-Mar-2022 07:30:00 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution.jar
12-Mar-2022 07:30:00 [INFO]
12-Mar-2022 07:30:00 [INFO] --- maven-assembly-plugin:3.1.1:single (make-assembly) @ distribution ---
12-Mar-2022 07:30:00 [INFO] Reading assembly descriptor: src/assembly/basic-distribution.xml
12-Mar-2022 07:30:00 [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
12-Mar-2022 07:30:04 [INFO] Copying files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution-base
12-Mar-2022 07:30:04 [WARNING] Assembly file: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution-base is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
12-Mar-2022 07:30:04 [INFO]
12-Mar-2022 07:30:04 [INFO] --- maven-dependency-plugin:3.1.1:copy (copy) @ distribution ---
12-Mar-2022 07:30:05 [INFO] Configured Artifact: org.igniterealtime.openfire.plugins:search:openfire-plugin-assembly:?:jar
12-Mar-2022 07:30:05 [INFO] Copying search-1.7.3-openfire-plugin-assembly.jar to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution-base/plugins/search.jar
12-Mar-2022 07:30:05 [INFO]
12-Mar-2022 07:30:05 [INFO] --- install4j-maven-plugin:1.1.1:compile (compile-installers) @ distribution ---
12-Mar-2022 07:30:07 [INFO] NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
12-Mar-2022 07:30:08 [INFO] install4j version 9.0.5 (build 9133), built on 2021-09-18
12-Mar-2022 07:30:08 [INFO] Using Java 11.0.14.1 from /usr/lib/jvm/java-11-amazon-corretto.x86_64
12-Mar-2022 07:30:08 [INFO] Registered to
12-Mar-2022 07:30:08 [INFO]
12-Mar-2022 07:30:09 [INFO] Loading config file /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/installer/openfire.install4j
12-Mar-2022 07:30:09 [INFO] [WARNING] The variable "sys.version" is a system variable that cannot be overridden.
12-Mar-2022 07:30:09 [INFO] Creating media file 'Windows x86':
12-Mar-2022 07:30:09 [INFO] Created media file output directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
12-Mar-2022 07:30:09 [INFO]
12-Mar-2022 07:30:09 [INFO]   Collecting files:
12-Mar-2022 07:30:09 [INFO]   Compiling launchers:
12-Mar-2022 07:30:09 [INFO]     Compiling launcher 'Openfire':
12-Mar-2022 07:30:09 [INFO]     Compiling launcher 'GUI Launcher':
12-Mar-2022 07:30:09 [INFO]     Compiling launcher 'openfired':
12-Mar-2022 07:30:10 [INFO]   Creating media file:
12-Mar-2022 07:30:12 [INFO]     Preparing custom code & resources JAR file:
12-Mar-2022 07:30:12 [INFO]     Zipping custom code & resources JAR file
12-Mar-2022 07:30:12 [INFO]     Identifying components
12-Mar-2022 07:30:16 [INFO]     Shrinking runtime
12-Mar-2022 07:30:16 [INFO]   
12-Mar-2022 07:30:16 [INFO] Creating media file 'Unix Archive':
12-Mar-2022 07:30:17 [INFO]   Collecting files:
12-Mar-2022 07:30:17 [INFO]   Compiling launchers:
12-Mar-2022 07:30:17 [INFO]     Compiling launcher 'openfire':
12-Mar-2022 07:30:17 [INFO]       Generating launcher script file
12-Mar-2022 07:30:18 [INFO]   Creating media file:
12-Mar-2022 07:30:18 [INFO]       Shrinking runtime
12-Mar-2022 07:30:18 [INFO]   
12-Mar-2022 07:30:18 [INFO] Creating media file 'Windows Archive':
12-Mar-2022 07:30:18 [INFO]   Collecting files:
12-Mar-2022 07:30:18 [INFO]   Compiling launchers:
12-Mar-2022 07:30:18 [INFO]     Compiling launcher 'Openfire':
12-Mar-2022 07:30:18 [INFO]     Compiling launcher 'GUI Launcher':
12-Mar-2022 07:30:18 [INFO]     Compiling launcher 'openfired':
12-Mar-2022 07:30:19 [INFO]   Creating media file:
12-Mar-2022 07:30:19 [INFO]       Shrinking runtime
12-Mar-2022 07:30:19 [INFO]   
12-Mar-2022 07:30:19 [INFO] Creating media file 'Windows x64':
12-Mar-2022 07:30:20 [INFO]   Collecting files:
12-Mar-2022 07:30:20 [INFO]   Compiling launchers:
12-Mar-2022 07:30:20 [INFO]     Compiling launcher 'Openfire':
12-Mar-2022 07:30:20 [INFO]     Compiling launcher 'GUI Launcher':
12-Mar-2022 07:30:20 [INFO]     Compiling launcher 'openfired':
12-Mar-2022 07:30:20 [INFO]   Creating media file:
12-Mar-2022 07:30:20 [INFO]     Preparing custom code & resources JAR file:
12-Mar-2022 07:30:20 [INFO]     Zipping custom code & resources JAR file
12-Mar-2022 07:30:20 [INFO]     Identifying components
12-Mar-2022 07:30:21 [INFO]     Shrinking runtime
12-Mar-2022 07:30:21 [INFO]   
12-Mar-2022 07:30:58 [INFO] Compressing 4 media files with 2 threads:
12-Mar-2022 07:30:58 [INFO]
12-Mar-2022 07:30:58 [INFO] Compressed media file 'Windows x86':
12-Mar-2022 07:30:58 [INFO]   Compressing files
12-Mar-2022 07:30:58 [INFO]   Applying LZMA compression
12-Mar-2022 07:30:58 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
12-Mar-2022 07:30:58 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.exe.
12-Mar-2022 07:30:59 [INFO]   The size of the media file is 46.5 MB
12-Mar-2022 07:30:59 [INFO]
12-Mar-2022 07:30:59 [INFO] Compressed media file 'Windows x64':
12-Mar-2022 07:30:59 [INFO]   Compressing files
12-Mar-2022 07:30:59 [INFO]   Applying LZMA compression
12-Mar-2022 07:30:59 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
12-Mar-2022 07:30:59 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT_x64.exe.
12-Mar-2022 07:31:01 [INFO]   The size of the media file is 46.6 MB
12-Mar-2022 07:31:01 [INFO]
12-Mar-2022 07:31:01 [INFO] Compressed media file 'Unix Archive':
12-Mar-2022 07:31:01 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
12-Mar-2022 07:31:01 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.tar.gz.
12-Mar-2022 07:31:02 [INFO]   The size of the media file is 45.6 MB
12-Mar-2022 07:31:02 [INFO]
12-Mar-2022 07:31:02 [INFO] Compressed media file 'Windows Archive':
12-Mar-2022 07:31:02 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
12-Mar-2022 07:31:02 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.zip.
12-Mar-2022 07:31:02 [INFO]   The size of the media file is 46.2 MB
12-Mar-2022 07:31:02 [INFO] Writing md5sums.
12-Mar-2022 07:31:02 [INFO] Writing sha256sums.
12-Mar-2022 07:31:02 [INFO] Writing updates.xml.
12-Mar-2022 07:31:02 [INFO] Build completed in 54.5 seconds at 2022-03-12 07:31:02 with 1 warning.
12-Mar-2022 07:31:02 [INFO] Run the build in verbose mode to get instructions on how to suppress selected warnings.
12-Mar-2022 07:31:03 [INFO]
12-Mar-2022 07:31:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ distribution ---
12-Mar-2022 07:31:03 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution.jar to /mnt/maven/org/igniterealtime/openfire/distribution/4.8.0-SNAPSHOT/distribution-4.8.0-SNAPSHOT.jar
12-Mar-2022 07:31:03 [INFO] Installing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/pom.xml to /mnt/maven/org/igniterealtime/openfire/distribution/4.8.0-SNAPSHOT/distribution-4.8.0-SNAPSHOT.pom
12-Mar-2022 07:31:03 [INFO] ------------------------------------------------------------------------
12-Mar-2022 07:31:03 [INFO] Reactor Summary for Parent 4.8.0-SNAPSHOT:
12-Mar-2022 07:31:03 [INFO]
12-Mar-2022 07:31:03 [INFO] Parent ............................................. SUCCESS [  0.475 s]
12-Mar-2022 07:31:03 [INFO] Internationalization files for Openfire ............ SUCCESS [  1.420 s]
12-Mar-2022 07:31:03 [INFO] Core XMPP Server ................................... SUCCESS [03:00 min]
12-Mar-2022 07:31:03 [INFO] Starter for Openfire ............................... SUCCESS [  0.275 s]
12-Mar-2022 07:31:03 [INFO] Openfire Plugins ................................... SUCCESS [  0.043 s]
12-Mar-2022 07:31:03 [INFO] Openfire Plugin Assembly Descriptor ................ SUCCESS [  0.090 s]
12-Mar-2022 07:31:03 [INFO] Distribution ....................................... SUCCESS [01:02 min]
12-Mar-2022 07:31:03 [INFO] ------------------------------------------------------------------------
12-Mar-2022 07:31:03 [INFO] BUILD SUCCESS
12-Mar-2022 07:31:03 [INFO] ------------------------------------------------------------------------
12-Mar-2022 07:31:03 [INFO] Total time:  04:06 min
12-Mar-2022 07:31:03 [INFO] Finished at: 2022-03-12T07:31:03Z
12-Mar-2022 07:31:03 [INFO] ------------------------------------------------------------------------
12-Mar-2022 07:31:03 Parsing test results under /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1...
12-Mar-2022 07:31:03 Finished task 'Build and install in local repository' with result: Success
12-Mar-2022 07:31:03 Running post build plugin 'NCover Results Collector'
12-Mar-2022 07:31:03 Running post build plugin 'Artifact Copier'
12-Mar-2022 07:31:03 Publishing an artifact: install4j-generated media
12-Mar-2022 07:31:03 Finished publishing of artifact Non required shared artifact: [install4j-generated media], pattern: [*] anchored at: [distribution/target/media] in 228.0 ms
12-Mar-2022 07:31:03 Publishing an artifact: plugins
12-Mar-2022 07:31:03 Unable to publish artifact [plugins]: the source directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/src/plugins does not exist.
12-Mar-2022 07:31:03 The artifact hasn't been successfully published after 1.008 ms
12-Mar-2022 07:31:03 Running post build plugin 'npm Cache Cleanup'
12-Mar-2022 07:31:03 Running post build plugin 'Build Results Label Collector'
12-Mar-2022 07:31:03 Running post build plugin 'Clover Results Collector'
12-Mar-2022 07:31:03 Running post build plugin 'Docker Container Cleanup'
12-Mar-2022 07:31:03 Finalising the build...
12-Mar-2022 07:31:03 Stopping timer.
12-Mar-2022 07:31:03 Build OPENFIRE-NIGHTLYMAVEN-JOB1-1824 completed.
12-Mar-2022 07:31:03 Running on server: post build plugin 'NCover Results Collector'
12-Mar-2022 07:31:03 Running on server: post build plugin 'Build Hanging Detection Configuration'
12-Mar-2022 07:31:03 Running on server: post build plugin 'Build Labeller'
12-Mar-2022 07:31:03 Running on server: post build plugin 'Clover Delta Calculator'
12-Mar-2022 07:31:03 Running on server: post build plugin 'Maven Dependencies Postprocessor'
12-Mar-2022 07:31:03 All post build plugins have finished
12-Mar-2022 07:31:03 Generating build results summary...
12-Mar-2022 07:31:03 Saving build results to disk...
12-Mar-2022 07:31:03 Store variable context...
12-Mar-2022 07:31:03 Indexing build results...
12-Mar-2022 07:31:03 Finished building OPENFIRE-NIGHTLYMAVEN-JOB1-1824.