Build: #164 was successful

Job: Mac Build Workflow was successful

Stages & jobs

  1. Build and Package

Job result summary

Completed
Duration
3 minutes
Revision
650e3188ab19aaf6019ebe24098e7be5c849ed8b
Total tests
301
Successful since
#12 ()

Tests

  • 301 tests in total
  • 3 tests were quarantined / skipped
  • 19 seconds taken in total.

Error summary

The build generated some errors. See the full build log for more details.

java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willInterruptWhilstWaitingForALock$8(AutoCloseableReentrantLockTest.java:268)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willLockAResource$0(AutoCloseableReentrantLockTest.java:56)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willLockAResource$1(AutoCloseableReentrantLockTest.java:68)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willUseDifferentLocksForDifferentClassesWithTheSamePart$4(AutoCloseableReentrantLockTest.java:127)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willUseDifferentLocksForDifferentClassesWithTheSamePart$5(AutoCloseableReentrantLockTest.java:139)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willUseDifferentLocksForDifferentPartsOfTheSameClass$2(AutoCloseableReentrantLockTest.java:91)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willUseDifferentLocksForDifferentPartsOfTheSameClass$3(AutoCloseableReentrantLockTest.java:103)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willIndicateTheLockIsHeldByAnotherThread$6(AutoCloseableReentrantLockTest.java:213)
        at java.lang.Thread.run(Thread.java:745)
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.jivesoftware.util.AutoCloseableReentrantLockTest.lambda$willReturnEmptyIfTheLockIsHeldByAnotherThread$7(AutoCloseableReentrantLockTest.java:234)
        at java.lang.Thread.run(Thread.java:745)
++ mvn help:evaluate -Dexpression=project.version -q -DforceStdout
+ export OPENFIRE_FULLVERSION=4.4.0-SNAPSHOT
+ OPENFIRE_FULLVERSION=4.4.0-SNAPSHOT
++ echo 4.4.0-SNAPSHOT
++ cut -d- -f1
+ export OPENFIRE_VERSION=4.4.0
+ OPENFIRE_VERSION=4.4.0
++ echo 4.4.0
++ cut -d. -f1
+ export VERSION_MAJOR=4
+ VERSION_MAJOR=4
++ echo 4.4.0
++ cut -d. -f2
+ export VERSION_MINOR=4
+ VERSION_MINOR=4
+ export TARGET_OSX=distribution/build/osx
+ TARGET_OSX=distribution/build/osx
+ export MAC_PKG_DIR=distribution/build/osx/macpkg
+ MAC_PKG_DIR=distribution/build/osx/macpkg
+ export MAC_DMG_DIR=distribution/build/osx/Openfire
+ MAC_DMG_DIR=distribution/build/osx/Openfire
+ export MAC_DMG_FILE=openfire.dmg
+ MAC_DMG_FILE=openfire.dmg
+ export MAC_TEMPLATE=distribution/build/osx/template
+ MAC_TEMPLATE=distribution/build/osx/template
+ export MAC_PREFPANE_BUILD=distribution/build/osx/prefPane
+ MAC_PREFPANE_BUILD=distribution/build/osx/prefPane
++ date +%Y
+ export COPYRIGHTYEAR=2019
+ COPYRIGHTYEAR=2019
+ rm -rf distribution/build/osx
+ rm -f openfire.dmg
+ mkdir -p distribution/build/osx/prefPane
+ cp -R build/osx/openfirePrefPane/English.lproj build/osx/openfirePrefPane/Info.plist build/osx/openfirePrefPane/authTool.c build/osx/openfirePrefPane/jivesoftware_logo.png build/osx/openfirePrefPane/openfire-logo-notext.png build/osx/openfirePrefPane/openfire-logo-notext.tif build/osx/openfirePrefPane/openfire-logo.png build/osx/openfirePrefPane/openfirePrefPane.h build/osx/openfirePrefPane/openfirePrefPane.m build/osx/openfirePrefPane/openfirePrefPane.xcodeproj build/osx/openfirePrefPane/openfirePrefPanePref.tiff build/osx/openfirePrefPane/openfirePrefPane_Prefix.pch distribution/build/osx/prefPane/
+ cd distribution/build/osx/prefPane
+ /usr/bin/xcodebuild -configuration Deployment -target Openfire clean install
+ cd ../../../..
+ mkdir -p distribution/build/osx/macpkg/usr/local/openfire
+ cp -R distribution/target/distribution-base/. distribution/build/osx/macpkg/usr/local/openfire/
+ mkdir -p distribution/build/osx/macpkg/Library/LaunchDaemons
+ cp build/osx/org.jivesoftware.openfire.plist distribution/build/osx/macpkg/Library/LaunchDaemons
+ mkdir -p distribution/build/osx/Openfire
+ mkdir -p distribution/build/osx/macpkg/Library/PreferencePanes
+ cp -a distribution/build/osx/prefPane/build/UninstalledProducts/macosx/Openfire.prefPane distribution/build/osx/macpkg/Library/PreferencePanes/
+ mkdir -p distribution/build/osx/template/.background
+ cp build/osx/dmgBackground.png distribution/build/osx/template/.background/
+ pkgbuild --identifier com.jivesoftware.openfire --version 4.4.0-SNAPSHOT --root distribution/build/osx/macpkg distribution/build/osx/PrefPane.pkg
+ cp build/osx/distribution.plist distribution/build/osx/
+ sed -i.bak s/%VERSION%/4.4.0/g distribution/build/osx/distribution.plist
+ sed -i.bak s/%COPYRIGHT%/2019/g distribution/build/osx/distribution.plist
+ productbuild --distribution distribution/build/osx/distribution.plist --resources build/osx/resources --package-path distribution/build/osx distribution/build/osx/template/Openfire.pkg
+ mkdir -p distribution/target/macosx
+ hdiutil create -srcfolder distribution/build/osx/template -volname Openfire -fs HFS+ -fsargs '-c c=64,a=16,e=16' -format UDRW distribution/build/osx/tmp.dmg
+ hdiutil attach distribution/build/osx/tmp.dmg -readwrite -noverify -noautoopen -noidme -mountpoint distribution/build/osx/Openfire
+ osascript build/osx/dmg_openfire.scpt Openfire build/osx 648 500 450 205 128
build/osx/dmg_openfire.scpt: execution error: Finder got an error: AppleEvent timed out. (-1712)
+ hdiutil detach distribution/build/osx/Openfire -quiet -force
+ hdiutil convert distribution/build/osx/tmp.dmg -format UDZO -imagekey zlib-level=9 -o distribution/build/osx/Openfire