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

Build: #1875 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 686 lines of output. Download or view full build log.

30-Jun-2022 07:16:56 Build Openfire - Nightly Maven Install4j Build - Run Maven #1875 (OPENFIRE-NIGHTLYMAVEN-JOB1-1875) started building on agent Default Agent, bamboo version: 8.2.1
30-Jun-2022 07:16:56
30-Jun-2022 07:16:56 Build working directory is /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1
30-Jun-2022 07:16:56 Executing build Openfire - Nightly Maven Install4j Build - Run Maven #1875 (OPENFIRE-NIGHTLYMAVEN-JOB1-1875)
30-Jun-2022 07:16:56 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
30-Jun-2022 07:16:56 Checking out into /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1
30-Jun-2022 07:16:56 Updating source code to revision: dc509326bd6b89cabab15d68d773b7b97115479e
30-Jun-2022 07:16:56 Fetching 'refs/heads/main' from 'https://github.com/igniterealtime/Openfire.git'.
30-Jun-2022 07:16:57 From https://github.com/igniterealtime/Openfire
30-Jun-2022 07:16:57    4acc9b381..dc509326b  main       -> main
30-Jun-2022 07:16:57 Checking out revision dc509326bd6b89cabab15d68d773b7b97115479e.
30-Jun-2022 07:16:57 Already on 'main'
30-Jun-2022 07:16:57 Updated source code to revision: dc509326bd6b89cabab15d68d773b7b97115479e
30-Jun-2022 07:16:57 Finished task 'Checkout Default Repository' with result: Success
30-Jun-2022 07:16:57 Running pre-build action: VCS Version Collector
30-Jun-2022 07:16:57 Running pre-build action: Build Log Labeller Pre Build Action
30-Jun-2022 07:16:57 Starting task 'Build and install in local repository' of type 'com.atlassian.bamboo.plugins.maven:task.builder.mvn3'
30-Jun-2022 07:16:57
Beginning to execute external process for build 'Openfire - Nightly Maven Install4j Build - Run Maven #1875 (OPENFIRE-NIGHTLYMAVEN-JOB1-1875)'
... 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
30-Jun-2022 07:16:57 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
30-Jun-2022 07:16:59 [INFO] Scanning for projects...
30-Jun-2022 07:17:00 [WARNING]
30-Jun-2022 07:17:00 [WARNING] Some problems were encountered while building the effective model for org.igniterealtime.openfire:starter:jar:4.8.0-SNAPSHOT
30-Jun-2022 07:17:01 [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
30-Jun-2022 07:17:01 [WARNING]
30-Jun-2022 07:17:01 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
30-Jun-2022 07:17:01 [WARNING]
30-Jun-2022 07:17:01 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
30-Jun-2022 07:17:01 [WARNING]
30-Jun-2022 07:17:01 [INFO] ------------------------------------------------------------------------
30-Jun-2022 07:17:01 [INFO] Reactor Build Order:
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] Parent                                                             [pom]
30-Jun-2022 07:17:01 [INFO] Internationalization files for Openfire                            [jar]
30-Jun-2022 07:17:01 [INFO] Core XMPP Server                                                   [jar]
30-Jun-2022 07:17:01 [INFO] Starter for Openfire                                               [jar]
30-Jun-2022 07:17:01 [INFO] Openfire Plugins                                                   [pom]
30-Jun-2022 07:17:01 [INFO] Openfire Plugin Assembly Descriptor                                [jar]
30-Jun-2022 07:17:01 [INFO] Distribution                                                       [jar]
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] -----------------< org.igniterealtime.openfire:parent >-----------------
30-Jun-2022 07:17:01 [INFO] Building Parent 4.8.0-SNAPSHOT                                     [1/7]
30-Jun-2022 07:17:01 [INFO] --------------------------------[ pom ]---------------------------------
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ parent ---
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
30-Jun-2022 07:17:01 [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
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] ------------------< org.igniterealtime.openfire:i18n >------------------
30-Jun-2022 07:17:01 [INFO] Building Internationalization files for Openfire 4.8.0-SNAPSHOT    [2/7]
30-Jun-2022 07:17:01 [INFO] --------------------------------[ jar ]---------------------------------
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ i18n ---
30-Jun-2022 07:17:01 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ i18n ---
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ i18n ---
30-Jun-2022 07:17:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:17:01 [INFO] Copying 13 resources
30-Jun-2022 07:17:01 [INFO]
30-Jun-2022 07:17:01 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ i18n ---
30-Jun-2022 07:17:02 [INFO] Includes: [**/*.properties]
30-Jun-2022 07:17:02 [INFO] Excludes: []
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_zh_CN.properties
30-Jun-2022 07:17:02 [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.properties17273605154544172985native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_zh_CN.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_cs_CZ.properties
30-Jun-2022 07:17:02 [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.properties665279930235597176native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_cs_CZ.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_es.properties
30-Jun-2022 07:17:02 [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.properties16481735689113895133native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_es.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ja_JP.properties
30-Jun-2022 07:17:02 [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.properties3873157503660280504native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ja_JP.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pl_PL.properties
30-Jun-2022 07:17:02 [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.properties4878370637949408118native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pl_PL.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_BR.properties
30-Jun-2022 07:17:02 [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.properties5451103565104041621native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_BR.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_PT.properties
30-Jun-2022 07:17:02 [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.properties16887636181392260849native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_pt_PT.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_sk.properties
30-Jun-2022 07:17:02 [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.properties11832013993096795742native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_sk.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_de.properties
30-Jun-2022 07:17:02 [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.properties88565038689810468native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_de.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ru_RU.properties
30-Jun-2022 07:17:02 [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.properties10954035264155320694native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_ru_RU.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_fr.properties
30-Jun-2022 07:17:02 [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.properties17371920997606397284native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_fr.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n.properties
30-Jun-2022 07:17:02 [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.properties14916251657552256733native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n.properties
30-Jun-2022 07:17:02 [INFO] Processing /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_nl.properties
30-Jun-2022 07:17:02 [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.properties6078100681340392523native2ascii'
30-Jun-2022 07:17:02 [INFO] File converted successfuly: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/classes/openfire_i18n_nl.properties
30-Jun-2022 07:17:02 [INFO]
30-Jun-2022 07:17:02 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ i18n ---
30-Jun-2022 07:17:02 [INFO] No sources to compile
30-Jun-2022 07:17:02 [INFO]
30-Jun-2022 07:17:02 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ i18n ---
30-Jun-2022 07:17:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:17:02 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/src/test/resources
30-Jun-2022 07:17:02 [INFO]
30-Jun-2022 07:17:02 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ i18n ---
30-Jun-2022 07:17:02 [INFO] No sources to compile
30-Jun-2022 07:17:02 [INFO]
30-Jun-2022 07:17:02 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ i18n ---
30-Jun-2022 07:17:03 [INFO] No tests to run.
30-Jun-2022 07:17:03 [INFO]
30-Jun-2022 07:17:03 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ i18n ---
30-Jun-2022 07:17:03 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/i18n/target/i18n-4.8.0-SNAPSHOT.jar
30-Jun-2022 07:17:03 [INFO]
30-Jun-2022 07:17:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ i18n ---
30-Jun-2022 07:17:03 [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
30-Jun-2022 07:17:03 [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
30-Jun-2022 07:17:03 [INFO]
30-Jun-2022 07:17:03 [INFO] ---------------< org.igniterealtime.openfire:xmppserver >---------------
30-Jun-2022 07:17:03 [INFO] Building Core XMPP Server 4.8.0-SNAPSHOT                           [3/7]
30-Jun-2022 07:17:03 [INFO] --------------------------------[ jar ]---------------------------------
30-Jun-2022 07:17:03 [INFO]
30-Jun-2022 07:17:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmppserver ---
30-Jun-2022 07:17:03 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target
30-Jun-2022 07:17:04 [INFO]
30-Jun-2022 07:17:04 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ xmppserver ---
30-Jun-2022 07:17:04 [INFO]
30-Jun-2022 07:17:04 [INFO] --- git-commit-id-plugin:4.0.3:revision (get-the-git-infos) @ xmppserver ---
30-Jun-2022 07:17:05 [INFO]
30-Jun-2022 07:17:05 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ xmppserver ---
30-Jun-2022 07:17:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:17:05 [INFO] Copying 5 resources
30-Jun-2022 07:17:05 [INFO]
30-Jun-2022 07:17:05 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmppserver ---
30-Jun-2022 07:17:05 [INFO] Changes detected - recompiling the module!
30-Jun-2022 07:17:05 [INFO] Compiling 724 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/classes
30-Jun-2022 07:17:19 [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.
30-Jun-2022 07:17:19 [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.
30-Jun-2022 07:17:19 [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.
30-Jun-2022 07:17:19 [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.
30-Jun-2022 07:17:19 [INFO]
30-Jun-2022 07:17:19 [INFO] --- jetty-jspc-maven-plugin:9.4.43.v20210629:jspc (jspc) @ xmppserver ---
30-Jun-2022 07:17:19 [INFO] Logging initialized @22184ms to org.eclipse.jetty.util.log.Slf4jLog
30-Jun-2022 07:17:19 [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\/**
30-Jun-2022 07:17:20 [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.
30-Jun-2022 07:17:34 [INFO] Generation completed with [0] errors in [13540] milliseconds
30-Jun-2022 07:17:34 [INFO]
30-Jun-2022 07:17:34 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ xmppserver ---
30-Jun-2022 07:17:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:17:34 [INFO] Copying 22 resources
30-Jun-2022 07:17:34 [INFO]
30-Jun-2022 07:17:34 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmppserver ---
30-Jun-2022 07:17:34 [INFO] Changes detected - recompiling the module!
30-Jun-2022 07:17:34 [INFO] Compiling 68 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/test-classes
30-Jun-2022 07:17:35 [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.
30-Jun-2022 07:17:35 [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.
30-Jun-2022 07:17:35 [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.
30-Jun-2022 07:17:35 [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.
30-Jun-2022 07:17:35 [INFO]
30-Jun-2022 07:17:35 [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ xmppserver ---
30-Jun-2022 07:17:36 [INFO]
30-Jun-2022 07:17:36 [INFO] -------------------------------------------------------
30-Jun-2022 07:17:36 [INFO]  T E S T S
30-Jun-2022 07:17:36 [INFO] -------------------------------------------------------
30-Jun-2022 07:17:37 [INFO] Running org.jivesoftware.admin.LoginLimitManagerTest
30-Jun-2022 07:17:38 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:38 which will prevent the application from working correctly.
30-Jun-2022 07:17:38
30-Jun-2022 07:17:38
30-Jun-2022 07:17:38 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s - in org.jivesoftware.admin.LoginLimitManagerTest
30-Jun-2022 07:17:39 [INFO] Running org.jivesoftware.admin.AuthCheckFilterTest
30-Jun-2022 07:17:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 s - in org.jivesoftware.admin.AuthCheckFilterTest
30-Jun-2022 07:17:43 [INFO] Running org.jivesoftware.admin.SiteMinderServletRequestAuthenticatorTest
30-Jun-2022 07:17:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s - in org.jivesoftware.admin.SiteMinderServletRequestAuthenticatorTest
30-Jun-2022 07:17:46 [INFO] Running org.jivesoftware.openfire.ldap.LdapManagerTest
30-Jun-2022 07:17:47 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:47 which will prevent the application from working correctly.
30-Jun-2022 07:17:47
30-Jun-2022 07:17:47
30-Jun-2022 07:17:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s - in org.jivesoftware.openfire.ldap.LdapManagerTest
30-Jun-2022 07:17:48 [INFO] Running org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest
30-Jun-2022 07:17:48 [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.026 s - in org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest
30-Jun-2022 07:17:49 [INFO] Running org.jivesoftware.openfire.ldap.VCardTest
30-Jun-2022 07:17:50 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:50 which will prevent the application from working correctly.
30-Jun-2022 07:17:50
30-Jun-2022 07:17:50
30-Jun-2022 07:17:50 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s - in org.jivesoftware.openfire.ldap.VCardTest
30-Jun-2022 07:17:51 [INFO] Running org.jivesoftware.openfire.ldap.VCardTemplateTest
30-Jun-2022 07:17:52 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:52 which will prevent the application from working correctly.
30-Jun-2022 07:17:52
30-Jun-2022 07:17:52
30-Jun-2022 07:17:52 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.jivesoftware.openfire.ldap.VCardTemplateTest
30-Jun-2022 07:17:53 [INFO] Running org.jivesoftware.openfire.handler.IQEntityTimeHandlerTest
30-Jun-2022 07:17:53 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.795 s - in org.jivesoftware.openfire.handler.IQEntityTimeHandlerTest
30-Jun-2022 07:17:54 [INFO] Running org.jivesoftware.openfire.nio.XmlNumericCharacterReferenceTest
30-Jun-2022 07:17:55 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:55 which will prevent the application from working correctly.
30-Jun-2022 07:17:55
30-Jun-2022 07:17:55
30-Jun-2022 07:17:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s - in org.jivesoftware.openfire.nio.XmlNumericCharacterReferenceTest
30-Jun-2022 07:17:56 [INFO] Running org.jivesoftware.openfire.nio.XMLLightweightParserTest
30-Jun-2022 07:17:57 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:57 which will prevent the application from working correctly.
30-Jun-2022 07:17:57
30-Jun-2022 07:17:57
30-Jun-2022 07:17:57 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.jivesoftware.openfire.nio.XMLLightweightParserTest
30-Jun-2022 07:17:58 [INFO] Running org.jivesoftware.openfire.muc.spi.MucPrivilegesTest
30-Jun-2022 07:17:59 Critical Error! The home directory has not been configured,
30-Jun-2022 07:17:59 which will prevent the application from working correctly.
30-Jun-2022 07:17:59
30-Jun-2022 07:17:59
30-Jun-2022 07:17:59 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s - in org.jivesoftware.openfire.muc.spi.MucPrivilegesTest
30-Jun-2022 07:18:00 [INFO] Running org.jivesoftware.openfire.muc.HistoryStrategyTest
30-Jun-2022 07:18:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 s - in org.jivesoftware.openfire.muc.HistoryStrategyTest
30-Jun-2022 07:18:02 [INFO] Running org.jivesoftware.openfire.muc.MUCRoleTest
30-Jun-2022 07:18:04 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:04 which will prevent the application from working correctly.
30-Jun-2022 07:18:04
30-Jun-2022 07:18:04
30-Jun-2022 07:18:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.07 s - in org.jivesoftware.openfire.muc.MUCRoleTest
30-Jun-2022 07:18:05 [INFO] Running org.jivesoftware.openfire.muc.MUCRoomTest
30-Jun-2022 07:18:07 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:07 which will prevent the application from working correctly.
30-Jun-2022 07:18:07
30-Jun-2022 07:18:07
30-Jun-2022 07:18:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s - in org.jivesoftware.openfire.muc.MUCRoomTest
30-Jun-2022 07:18:08 [INFO] Running org.jivesoftware.openfire.entitycaps.EntityCapabilitiesListenerTest
30-Jun-2022 07:18:10 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s - in org.jivesoftware.openfire.entitycaps.EntityCapabilitiesListenerTest
30-Jun-2022 07:18:11 [INFO] Running org.jivesoftware.openfire.OfflineMessageStoreTest
30-Jun-2022 07:18:12 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:12 which will prevent the application from working correctly.
30-Jun-2022 07:18:12
30-Jun-2022 07:18:12
30-Jun-2022 07:18:12 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s - in org.jivesoftware.openfire.OfflineMessageStoreTest
30-Jun-2022 07:18:13 [INFO] Running org.jivesoftware.openfire.cluster.ClusterMonitorTest
30-Jun-2022 07:18:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 s - in org.jivesoftware.openfire.cluster.ClusterMonitorTest
30-Jun-2022 07:18:16 [INFO] Running org.jivesoftware.openfire.spi.EncryptionArtifactFactoryTest
30-Jun-2022 07:18:17 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:17 which will prevent the application from working correctly.
30-Jun-2022 07:18:17
30-Jun-2022 07:18:17
30-Jun-2022 07:18:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.jivesoftware.openfire.spi.EncryptionArtifactFactoryTest
30-Jun-2022 07:18:18 [INFO] Running org.jivesoftware.openfire.spi.ConnectionTypeTest
30-Jun-2022 07:18:18 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.jivesoftware.openfire.spi.ConnectionTypeTest
30-Jun-2022 07:18:19 [INFO] Running org.jivesoftware.openfire.stanzaid.StanzaIDUtilTest
30-Jun-2022 07:18:20 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:20 which will prevent the application from working correctly.
30-Jun-2022 07:18:20
30-Jun-2022 07:18:20
30-Jun-2022 07:18:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s - in org.jivesoftware.openfire.stanzaid.StanzaIDUtilTest
30-Jun-2022 07:18:21 [INFO] Running org.jivesoftware.openfire.archive.ArchiverTest
30-Jun-2022 07:18:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.164 s - in org.jivesoftware.openfire.archive.ArchiverTest
30-Jun-2022 07:18:24 [INFO] Running org.jivesoftware.openfire.user.UserManagerTest
30-Jun-2022 07:18:26 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.359 s - in org.jivesoftware.openfire.user.UserManagerTest
30-Jun-2022 07:18:27 [INFO] Running org.jivesoftware.openfire.container.PluginManagerTest
30-Jun-2022 07:18:28 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:28 which will prevent the application from working correctly.
30-Jun-2022 07:18:28
30-Jun-2022 07:18:28
30-Jun-2022 07:18:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 s - in org.jivesoftware.openfire.container.PluginManagerTest
30-Jun-2022 07:18:29 [INFO] Running org.jivesoftware.openfire.keystore.CheckChainTrustedTest
30-Jun-2022 07:18:39 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.768 s - in org.jivesoftware.openfire.keystore.CheckChainTrustedTest
30-Jun-2022 07:18:40 [INFO] Running org.jivesoftware.openfire.keystore.OpenfireX509TrustManagerTest
30-Jun-2022 07:18:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.387 s - in org.jivesoftware.openfire.keystore.OpenfireX509TrustManagerTest
30-Jun-2022 07:18:44 [INFO] Running org.jivesoftware.openfire.keystore.CertificateUtilsTest
30-Jun-2022 07:18:46 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 s - in org.jivesoftware.openfire.keystore.CertificateUtilsTest
30-Jun-2022 07:18:47 [INFO] Running org.jivesoftware.openfire.group.GroupManagerNoMockTest
30-Jun-2022 07:18:48 2022-06-30 07:18:48,919 main ERROR Recursive call to appender file
30-Jun-2022 07:18:48 2022-06-30 07:18:48,963 main ERROR Recursive call to appender file
30-Jun-2022 07:18:48 2022-06-30 07:18:48,964 main ERROR Recursive call to appender file
30-Jun-2022 07:18:48 2022-06-30 07:18:48,965 main ERROR Recursive call to appender file
30-Jun-2022 07:18:49 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:49 which will prevent the application from working correctly.
30-Jun-2022 07:18:49
30-Jun-2022 07:18:49
30-Jun-2022 07:18:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.57 s - in org.jivesoftware.openfire.group.GroupManagerNoMockTest
30-Jun-2022 07:18:51 [INFO] Running org.jivesoftware.openfire.group.GroupJIDTest
30-Jun-2022 07:18:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 s - in org.jivesoftware.openfire.group.GroupJIDTest
30-Jun-2022 07:18:53 [INFO] Running org.jivesoftware.openfire.group.GroupManagerTest
30-Jun-2022 07:18:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s - in org.jivesoftware.openfire.group.GroupManagerTest
30-Jun-2022 07:18:56 [INFO] Running org.jivesoftware.openfire.group.AbstractGroupProviderTest
30-Jun-2022 07:18:58 2022-06-30 07:18:58,361 main ERROR Recursive call to appender file
30-Jun-2022 07:18:58 2022-06-30 07:18:58,395 main ERROR Recursive call to appender file
30-Jun-2022 07:18:58 2022-06-30 07:18:58,396 main ERROR Recursive call to appender file
30-Jun-2022 07:18:58 2022-06-30 07:18:58,401 main ERROR Recursive call to appender file
30-Jun-2022 07:18:58 Critical Error! The home directory has not been configured,
30-Jun-2022 07:18:58 which will prevent the application from working correctly.
30-Jun-2022 07:18:58
30-Jun-2022 07:18:58
30-Jun-2022 07:19:03 [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.589 s - in org.jivesoftware.openfire.group.AbstractGroupProviderTest
30-Jun-2022 07:19:04 [INFO] Running org.jivesoftware.openfire.group.DefaultGroupProviderTest
30-Jun-2022 07:19:05 2022-06-30 07:19:05,852 main ERROR Recursive call to appender file
30-Jun-2022 07:19:05 2022-06-30 07:19:05,892 main ERROR Recursive call to appender file
30-Jun-2022 07:19:05 2022-06-30 07:19:05,893 main ERROR Recursive call to appender file
30-Jun-2022 07:19:05 2022-06-30 07:19:05,895 main ERROR Recursive call to appender file
30-Jun-2022 07:19:05 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:05 which will prevent the application from working correctly.
30-Jun-2022 07:19:05
30-Jun-2022 07:19:05
30-Jun-2022 07:19:10 [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.817 s - in org.jivesoftware.openfire.group.DefaultGroupProviderTest
30-Jun-2022 07:19:10 [INFO] Running org.jivesoftware.openfire.net.DNSUtilTest
30-Jun-2022 07:19:11 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:11 which will prevent the application from working correctly.
30-Jun-2022 07:19:11
30-Jun-2022 07:19:11
30-Jun-2022 07:19:12 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in org.jivesoftware.openfire.net.DNSUtilTest
30-Jun-2022 07:19:13 [INFO] Running org.jivesoftware.openfire.auth.JDBCAuthProviderTest
30-Jun-2022 07:19:14 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:14 which will prevent the application from working correctly.
30-Jun-2022 07:19:14
30-Jun-2022 07:19:14
30-Jun-2022 07:19:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s - in org.jivesoftware.openfire.auth.JDBCAuthProviderTest
30-Jun-2022 07:19:15 [INFO] Running org.jivesoftware.openfire.forward.ForwardTest
30-Jun-2022 07:19:16 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s - in org.jivesoftware.openfire.forward.ForwardTest
30-Jun-2022 07:19:17 [INFO] Running org.jivesoftware.openfire.carbons.MessageCarbonsTest
30-Jun-2022 07:19:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.866 s - in org.jivesoftware.openfire.carbons.MessageCarbonsTest
30-Jun-2022 07:19:19 [INFO] Running org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest
30-Jun-2022 07:19:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 s - in org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest
30-Jun-2022 07:19:22 [INFO] Running org.jivesoftware.openfire.pubsub.CollectionNodeTest
30-Jun-2022 07:19:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.866 s - in org.jivesoftware.openfire.pubsub.CollectionNodeTest
30-Jun-2022 07:19:23 [INFO] Running org.jivesoftware.openfire.pubsub.LeafNodeTest
30-Jun-2022 07:19:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 s - in org.jivesoftware.openfire.pubsub.LeafNodeTest
30-Jun-2022 07:19:25 [INFO] Running org.jivesoftware.util.SystemPropertyTest
30-Jun-2022 07:19:27 [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.306 s - in org.jivesoftware.util.SystemPropertyTest
30-Jun-2022 07:19:28 [INFO] Running org.jivesoftware.util.AutoCloseableReentrantLockTest
30-Jun-2022 07:19:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.029 s - in org.jivesoftware.util.AutoCloseableReentrantLockTest
30-Jun-2022 07:19:31 [INFO] Running org.jivesoftware.util.CertificateTest
30-Jun-2022 07:19:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.jivesoftware.util.CertificateTest
30-Jun-2022 07:19:32 [INFO] Running org.jivesoftware.util.AdminConsoleTest
30-Jun-2022 07:19:33 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:33 which will prevent the application from working correctly.
30-Jun-2022 07:19:33
30-Jun-2022 07:19:33
30-Jun-2022 07:19:33 [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.25 s - in org.jivesoftware.util.AdminConsoleTest
30-Jun-2022 07:19:34 [INFO] Running org.jivesoftware.util.AesEncryptorTest
30-Jun-2022 07:19:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 s - in org.jivesoftware.util.AesEncryptorTest
30-Jun-2022 07:19:37 [INFO] Running org.jivesoftware.util.JIDTest
30-Jun-2022 07:19:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s - in org.jivesoftware.util.JIDTest
30-Jun-2022 07:19:38 [INFO] Running org.jivesoftware.util.BlowfishEncryptorTest
30-Jun-2022 07:19:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s - in org.jivesoftware.util.BlowfishEncryptorTest
30-Jun-2022 07:19:39 [INFO] Running org.jivesoftware.util.WebXmlUtilsTest
30-Jun-2022 07:19:40 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s - in org.jivesoftware.util.WebXmlUtilsTest
30-Jun-2022 07:19:41 [INFO] Running org.jivesoftware.util.cache.DefaultExternalizableUtilTest
30-Jun-2022 07:19:41 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.jivesoftware.util.cache.DefaultExternalizableUtilTest
30-Jun-2022 07:19:42 [INFO] Running org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
30-Jun-2022 07:19:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
30-Jun-2022 07:19:43 [INFO] Running org.jivesoftware.util.JavaSpecVersionTest
30-Jun-2022 07:19:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.jivesoftware.util.JavaSpecVersionTest
30-Jun-2022 07:19:44 [INFO] Running org.jivesoftware.util.LocaleUtilsTest
30-Jun-2022 07:19:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 s - in org.jivesoftware.util.LocaleUtilsTest
30-Jun-2022 07:19:46 [INFO] Running org.jivesoftware.util.StringUtilsTest
30-Jun-2022 07:19:47 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:47 which will prevent the application from working correctly.
30-Jun-2022 07:19:47
30-Jun-2022 07:19:47
30-Jun-2022 07:19:47 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s - in org.jivesoftware.util.StringUtilsTest
30-Jun-2022 07:19:48 [INFO] Running org.jivesoftware.util.CacheUtilTest
30-Jun-2022 07:19:49 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:49 which will prevent the application from working correctly.
30-Jun-2022 07:19:49
30-Jun-2022 07:19:49
30-Jun-2022 07:19:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s - in org.jivesoftware.util.CacheUtilTest
30-Jun-2022 07:19:50 [INFO] Running org.jivesoftware.util.SAXReaderUtilTest
30-Jun-2022 07:19:51 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:51 which will prevent the application from working correctly.
30-Jun-2022 07:19:51
30-Jun-2022 07:19:51
30-Jun-2022 07:19:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s - in org.jivesoftware.util.SAXReaderUtilTest
30-Jun-2022 07:19:52 [INFO] Running org.jivesoftware.util.XPPWriterTest
30-Jun-2022 07:19:52 [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.09 s - in org.jivesoftware.util.XPPWriterTest
30-Jun-2022 07:19:53 [INFO] Running org.jivesoftware.util.CacheableOptionalTest
30-Jun-2022 07:19:53 [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.143 s - in org.jivesoftware.util.CacheableOptionalTest
30-Jun-2022 07:19:54 [INFO] Running org.jivesoftware.util.CertificateManagerTest
30-Jun-2022 07:19:55 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:55 which will prevent the application from working correctly.
30-Jun-2022 07:19:55
30-Jun-2022 07:19:55
30-Jun-2022 07:19:56 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s - in org.jivesoftware.util.CertificateManagerTest
30-Jun-2022 07:19:56 [INFO] Running org.jivesoftware.util.GraphicsUtilsTest
30-Jun-2022 07:19:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.jivesoftware.util.GraphicsUtilsTest
30-Jun-2022 07:19:58 [INFO] Running org.jivesoftware.util.EntityCapabilitiesManagerTest
30-Jun-2022 07:19:59 Critical Error! The home directory has not been configured,
30-Jun-2022 07:19:59 which will prevent the application from working correctly.
30-Jun-2022 07:19:59
30-Jun-2022 07:19:59
30-Jun-2022 07:19:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 s - in org.jivesoftware.util.EntityCapabilitiesManagerTest
30-Jun-2022 07:20:00 [INFO] Running org.jivesoftware.util.XMLPropertiesTest
30-Jun-2022 07:20:01 Critical Error! The home directory has not been configured,
30-Jun-2022 07:20:01 which will prevent the application from working correctly.
30-Jun-2022 07:20:01
30-Jun-2022 07:20:01
30-Jun-2022 07:20:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s - in org.jivesoftware.util.XMLPropertiesTest
30-Jun-2022 07:20:02 [INFO] Running org.jivesoftware.util.XMPPDateTimeFormatTest
30-Jun-2022 07:20:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.jivesoftware.util.XMPPDateTimeFormatTest
30-Jun-2022 07:20:03 [INFO] Running org.jivesoftware.util.VersionTest
30-Jun-2022 07:20:03 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.jivesoftware.util.VersionTest
30-Jun-2022 07:20:04 [INFO] Running org.jivesoftware.util.ListPagerTest
30-Jun-2022 07:20:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s - in org.jivesoftware.util.ListPagerTest
30-Jun-2022 07:20:07 [INFO] Running org.jivesoftware.util.LDAPTest
30-Jun-2022 07:20:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.035 s - in org.jivesoftware.util.LDAPTest
30-Jun-2022 07:20:09 [INFO] Running org.jivesoftware.util.CollectionUtilsTest
30-Jun-2022 07:20:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.jivesoftware.util.CollectionUtilsTest
30-Jun-2022 07:20:10 [INFO] Running dom.io.XMPPPacketReaderTest
30-Jun-2022 07:20:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in dom.io.XMPPPacketReaderTest
30-Jun-2022 07:20:11 [INFO]
30-Jun-2022 07:20:11 [INFO] Results:
30-Jun-2022 07:20:11 [INFO]
30-Jun-2022 07:20:11 [WARNING] Tests run: 600, Failures: 0, Errors: 0, Skipped: 5
30-Jun-2022 07:20:11 [INFO]
30-Jun-2022 07:20:11 [INFO]
30-Jun-2022 07:20:11 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmppserver ---
30-Jun-2022 07:20:11 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/xmppserver/target/xmppserver-4.8.0-SNAPSHOT.jar
30-Jun-2022 07:20:11 [INFO]
30-Jun-2022 07:20:11 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xmppserver ---
30-Jun-2022 07:20:11 [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
30-Jun-2022 07:20:11 [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
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] ----------------< org.igniterealtime.openfire:starter >-----------------
30-Jun-2022 07:20:12 [INFO] Building Starter for Openfire 4.8.0-SNAPSHOT                       [4/7]
30-Jun-2022 07:20:12 [INFO] --------------------------------[ jar ]---------------------------------
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter ---
30-Jun-2022 07:20:12 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ starter ---
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ starter ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] Copying 11 resources
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ starter ---
30-Jun-2022 07:20:12 [INFO] Changes detected - recompiling the module!
30-Jun-2022 07:20:12 [INFO] Compiling 8 source files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target/classes
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ starter ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/src/test/resources
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ starter ---
30-Jun-2022 07:20:12 [INFO] No sources to compile
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ starter ---
30-Jun-2022 07:20:12 [INFO] No tests to run.
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ starter ---
30-Jun-2022 07:20:12 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/starter/target/startup.jar
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ starter ---
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] ----------------< org.igniterealtime.openfire:plugins >-----------------
30-Jun-2022 07:20:12 [INFO] Building Openfire Plugins 4.8.0-SNAPSHOT                           [5/7]
30-Jun-2022 07:20:12 [INFO] --------------------------------[ pom ]---------------------------------
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ plugins ---
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (default) @ plugins ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/src/main/java/../i18n
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ plugins ---
30-Jun-2022 07:20:12 [WARNING] Source directory does not exist: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/target/i18n
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ plugins ---
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --< org.igniterealtime.openfire.plugins:openfire-plugin-assembly-descriptor >--
30-Jun-2022 07:20:12 [INFO] Building Openfire Plugin Assembly Descriptor 4.8.0-SNAPSHOT        [6/7]
30-Jun-2022 07:20:12 [INFO] --------------------------------[ jar ]---------------------------------
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (default) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/src/main/java/../i18n
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] Copying 1 resource
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [WARNING] Source directory does not exist: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/target/i18n
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] No sources to compile
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/plugins/openfire-plugin-assembly-descriptor/src/test/resources
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] No sources to compile
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [INFO] No tests to run.
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openfire-plugin-assembly-descriptor ---
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [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
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --------------< org.igniterealtime.openfire:distribution >--------------
30-Jun-2022 07:20:12 [INFO] Building Distribution 4.8.0-SNAPSHOT                               [7/7]
30-Jun-2022 07:20:12 [INFO] --------------------------------[ jar ]---------------------------------
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ distribution ---
30-Jun-2022 07:20:12 [INFO] Deleting /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-no-snapshots) @ distribution ---
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ distribution ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/main/resources
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ distribution ---
30-Jun-2022 07:20:12 [INFO] No sources to compile
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ distribution ---
30-Jun-2022 07:20:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
30-Jun-2022 07:20:12 [INFO] skip non existing resourceDirectory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/test/resources
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ distribution ---
30-Jun-2022 07:20:12 [INFO] No sources to compile
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ distribution ---
30-Jun-2022 07:20:12 [INFO] No tests to run.
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ distribution ---
30-Jun-2022 07:20:12 [WARNING] JAR will be empty - no content was marked for inclusion!
30-Jun-2022 07:20:12 [INFO] Building jar: /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution.jar
30-Jun-2022 07:20:12 [INFO]
30-Jun-2022 07:20:12 [INFO] --- maven-assembly-plugin:3.1.1:single (make-assembly) @ distribution ---
30-Jun-2022 07:20:12 [INFO] Reading assembly descriptor: src/assembly/basic-distribution.xml
30-Jun-2022 07:20:13 [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
30-Jun-2022 07:20:16 [INFO] Copying files to /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/distribution-base
30-Jun-2022 07:20:17 [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.
30-Jun-2022 07:20:17 [INFO]
30-Jun-2022 07:20:17 [INFO] --- maven-dependency-plugin:3.1.1:copy (copy) @ distribution ---
30-Jun-2022 07:20:17 [INFO] Configured Artifact: org.igniterealtime.openfire.plugins:search:openfire-plugin-assembly:?:jar
30-Jun-2022 07:20:17 [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
30-Jun-2022 07:20:17 [INFO]
30-Jun-2022 07:20:17 [INFO] --- install4j-maven-plugin:1.1.1:compile (compile-installers) @ distribution ---
30-Jun-2022 07:20:19 [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
30-Jun-2022 07:20:20 [INFO] install4j version 9.0.5 (build 9133), built on 2021-09-18
30-Jun-2022 07:20:20 [INFO] Using Java 11.0.15 from /usr/lib/jvm/java-11-amazon-corretto.x86_64
30-Jun-2022 07:20:21 [INFO] Registered to
30-Jun-2022 07:20:21 [INFO]
30-Jun-2022 07:20:22 [INFO] Loading config file /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/src/installer/openfire.install4j
30-Jun-2022 07:20:22 [INFO] [WARNING] The variable "sys.version" is a system variable that cannot be overridden.
30-Jun-2022 07:20:22 [INFO] Creating media file 'Windows x86':
30-Jun-2022 07:20:22 [INFO] Created media file output directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
30-Jun-2022 07:20:22 [INFO]
30-Jun-2022 07:20:23 [INFO]   Collecting files:
30-Jun-2022 07:20:23 [INFO]   Compiling launchers:
30-Jun-2022 07:20:23 [INFO]     Compiling launcher 'Openfire':
30-Jun-2022 07:20:23 [INFO]     Compiling launcher 'GUI Launcher':
30-Jun-2022 07:20:23 [INFO]     Compiling launcher 'openfired':
30-Jun-2022 07:20:23 [INFO]   Creating media file:
30-Jun-2022 07:20:25 [INFO]     Preparing custom code & resources JAR file:
30-Jun-2022 07:20:25 [INFO]     Zipping custom code & resources JAR file
30-Jun-2022 07:20:25 [INFO]     Identifying components
30-Jun-2022 07:20:29 [INFO]     Shrinking runtime
30-Jun-2022 07:20:29 [INFO]   
30-Jun-2022 07:20:29 [INFO] Creating media file 'Unix Archive':
30-Jun-2022 07:20:29 [INFO]   Collecting files:
30-Jun-2022 07:20:29 [INFO]   Compiling launchers:
30-Jun-2022 07:20:29 [INFO]     Compiling launcher 'openfire':
30-Jun-2022 07:20:29 [INFO]       Generating launcher script file
30-Jun-2022 07:20:30 [INFO]   Creating media file:
30-Jun-2022 07:20:31 [INFO]       Shrinking runtime
30-Jun-2022 07:20:31 [INFO]   
30-Jun-2022 07:20:31 [INFO] Creating media file 'Windows Archive':
30-Jun-2022 07:20:31 [INFO]   Collecting files:
30-Jun-2022 07:20:31 [INFO]   Compiling launchers:
30-Jun-2022 07:20:31 [INFO]     Compiling launcher 'Openfire':
30-Jun-2022 07:20:31 [INFO]     Compiling launcher 'GUI Launcher':
30-Jun-2022 07:20:31 [INFO]     Compiling launcher 'openfired':
30-Jun-2022 07:20:31 [INFO]   Creating media file:
30-Jun-2022 07:20:32 [INFO]       Shrinking runtime
30-Jun-2022 07:20:32 [INFO]   
30-Jun-2022 07:20:32 [INFO] Creating media file 'Windows x64':
30-Jun-2022 07:20:32 [INFO]   Collecting files:
30-Jun-2022 07:20:32 [INFO]   Compiling launchers:
30-Jun-2022 07:20:32 [INFO]     Compiling launcher 'Openfire':
30-Jun-2022 07:20:32 [INFO]     Compiling launcher 'GUI Launcher':
30-Jun-2022 07:20:32 [INFO]     Compiling launcher 'openfired':
30-Jun-2022 07:20:32 [INFO]   Creating media file:
30-Jun-2022 07:20:32 [INFO]     Preparing custom code & resources JAR file:
30-Jun-2022 07:20:32 [INFO]     Zipping custom code & resources JAR file
30-Jun-2022 07:20:32 [INFO]     Identifying components
30-Jun-2022 07:20:33 [INFO]     Shrinking runtime
30-Jun-2022 07:20:33 [INFO]   
30-Jun-2022 07:21:11 [INFO] Compressing 4 media files with 2 threads:
30-Jun-2022 07:21:11 [INFO]
30-Jun-2022 07:21:11 [INFO] Compressed media file 'Windows x64':
30-Jun-2022 07:21:11 [INFO]   Compressing files
30-Jun-2022 07:21:11 [INFO]   Applying LZMA compression
30-Jun-2022 07:21:11 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
30-Jun-2022 07:21:11 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT_x64.exe.
30-Jun-2022 07:21:11 [INFO]   The size of the media file is 46.6 MB
30-Jun-2022 07:21:11 [INFO]
30-Jun-2022 07:21:11 [INFO] Compressed media file 'Windows x86':
30-Jun-2022 07:21:11 [INFO]   Compressing files
30-Jun-2022 07:21:11 [INFO]   Applying LZMA compression
30-Jun-2022 07:21:11 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
30-Jun-2022 07:21:11 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.exe.
30-Jun-2022 07:21:14 [INFO]   The size of the media file is 46.5 MB
30-Jun-2022 07:21:14 [INFO]
30-Jun-2022 07:21:14 [INFO] Compressed media file 'Unix Archive':
30-Jun-2022 07:21:14 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
30-Jun-2022 07:21:14 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.tar.gz.
30-Jun-2022 07:21:14 [INFO]   The size of the media file is 45.6 MB
30-Jun-2022 07:21:14 [INFO]
30-Jun-2022 07:21:14 [INFO] Compressed media file 'Windows Archive':
30-Jun-2022 07:21:14 [INFO]   Moving media files to media directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/distribution/target/media
30-Jun-2022 07:21:14 [INFO]   The name of the media file is openfire_4_8_0-SNAPSHOT.zip.
30-Jun-2022 07:21:14 [INFO]   The size of the media file is 46.2 MB
30-Jun-2022 07:21:14 [INFO] Writing md5sums.
30-Jun-2022 07:21:14 [INFO] Writing sha256sums.
30-Jun-2022 07:21:14 [INFO] Writing updates.xml.
30-Jun-2022 07:21:14 [INFO] Build completed in 53.9 seconds at 2022-06-30 07:21:14 with 1 warning.
30-Jun-2022 07:21:14 [INFO] Run the build in verbose mode to get instructions on how to suppress selected warnings.
30-Jun-2022 07:21:15 [INFO]
30-Jun-2022 07:21:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ distribution ---
30-Jun-2022 07:21:15 [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
30-Jun-2022 07:21:15 [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
30-Jun-2022 07:21:15 [INFO] ------------------------------------------------------------------------
30-Jun-2022 07:21:15 [INFO] Reactor Summary for Parent 4.8.0-SNAPSHOT:
30-Jun-2022 07:21:15 [INFO]
30-Jun-2022 07:21:15 [INFO] Parent ............................................. SUCCESS [  0.594 s]
30-Jun-2022 07:21:15 [INFO] Internationalization files for Openfire ............ SUCCESS [  1.904 s]
30-Jun-2022 07:21:15 [INFO] Core XMPP Server ................................... SUCCESS [03:08 min]
30-Jun-2022 07:21:15 [INFO] Starter for Openfire ............................... SUCCESS [  0.258 s]
30-Jun-2022 07:21:15 [INFO] Openfire Plugins ................................... SUCCESS [  0.047 s]
30-Jun-2022 07:21:15 [INFO] Openfire Plugin Assembly Descriptor ................ SUCCESS [  0.126 s]
30-Jun-2022 07:21:15 [INFO] Distribution ....................................... SUCCESS [01:02 min]
30-Jun-2022 07:21:15 [INFO] ------------------------------------------------------------------------
30-Jun-2022 07:21:15 [INFO] BUILD SUCCESS
30-Jun-2022 07:21:15 [INFO] ------------------------------------------------------------------------
30-Jun-2022 07:21:15 [INFO] Total time:  04:15 min
30-Jun-2022 07:21:15 [INFO] Finished at: 2022-06-30T07:21:15Z
30-Jun-2022 07:21:15 [INFO] ------------------------------------------------------------------------
30-Jun-2022 07:21:15 Parsing test results under /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1...
30-Jun-2022 07:21:15 Finished task 'Build and install in local repository' with result: Success
30-Jun-2022 07:21:15 Running post build plugin 'Artifact Copier'
30-Jun-2022 07:21:15 Publishing an artifact: install4j-generated media
30-Jun-2022 07:21:15 Finished publishing of artifact Non required shared artifact: [install4j-generated media], pattern: [*] anchored at: [distribution/target/media] in 253.7 ms
30-Jun-2022 07:21:15 Publishing an artifact: plugins
30-Jun-2022 07:21:15 Unable to publish artifact [plugins]: the source directory /var/atlassian/bamboo-home/local-working-dir/OPENFIRE-NIGHTLYMAVEN-JOB1/src/plugins does not exist.
30-Jun-2022 07:21:15 The artifact hasn't been successfully published after 735.6 μs
30-Jun-2022 07:21:15 Running post build plugin 'npm Cache Cleanup'
30-Jun-2022 07:21:15 Running post build plugin 'NCover Results Collector'
30-Jun-2022 07:21:15 Running post build plugin 'Build Results Label Collector'
30-Jun-2022 07:21:15 Running post build plugin 'Clover Results Collector'
30-Jun-2022 07:21:15 Running post build plugin 'Docker Container Cleanup'
30-Jun-2022 07:21:15 Finalising the build...
30-Jun-2022 07:21:15 Stopping timer.
30-Jun-2022 07:21:15 Build OPENFIRE-NIGHTLYMAVEN-JOB1-1875 completed.
30-Jun-2022 07:21:15 Running on server: post build plugin 'Build Hanging Detection Configuration'
30-Jun-2022 07:21:15 Running on server: post build plugin 'NCover Results Collector'
30-Jun-2022 07:21:15 Running on server: post build plugin 'Build Labeller'
30-Jun-2022 07:21:15 Running on server: post build plugin 'Clover Delta Calculator'
30-Jun-2022 07:21:15 Running on server: post build plugin 'Maven Dependencies Postprocessor'
30-Jun-2022 07:21:15 All post build plugins have finished
30-Jun-2022 07:21:15 Generating build results summary...
30-Jun-2022 07:21:15 Saving build results to disk...
30-Jun-2022 07:21:15 Store variable context...
30-Jun-2022 07:21:15 Finished building OPENFIRE-NIGHTLYMAVEN-JOB1-1875.