Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] MQTT Jenkins project build fail

Hi Folks,

The last few attempts at building/testing the MQTT provider have failed, and I can't figure out why. Here's the entire console text [1]. It appears to me that the junit launch fails...but I can't really understand why from the console output (see below).

BTW...I haven't made any changes to the MQTT provider code (or the associated test code for that matter)...so this seems particularly strange.

If anyone has pointers to figuring out what's wrong, please let me know.

Scott

[1] https://build.ecf-project.org/jenkins/job/C-HEAD-jms-mqtt.feature/20/consoleText

relevant console output from above

[workspace] $ java -Dbuckminster.output.root=/opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/buckminster.output -Dbuckminster.temp.root=/opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/buckminster.temp -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://download.ecf-project.org/repo/ -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/usr/share/tomcat5/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=/opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/targetPlatformPath -DprojectsPath=/opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/projects -Dosgi.console.enable.builtin=true -jar /opt/hudson/tools/Buckminster/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.3.0.v20120308-1358.jar -application org.eclipse.buckminster.cmdline.headless -data /opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace --loglevel debug -S /opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/commands.txt
bglaunch '--launch' '/' '--ignoremissing'
Doing full workspace refresh
Waiting for jobs to end
junit '--launch' '/' '-o' '/opt/hudson/jobs/C-HEAD-jms-mqtt.feature/workspace/junit_result.xml' '--flatXML'
Doing full workspace refresh
Waiting for jobs to end
Cannot open launch config from /
Build step 'Use builders from another project' marked build as failure
Recording test results
Archiving artifacts
Sending e-mails to: slewis@xxxxxxxxxxxxx bugs.eclipse.org@xxxxxxxxxxx
Sending e-mails to: slewis@xxxxxxxxxxxxx bugs.eclipse.org@xxxxxxxxxxx
Finished: FAILURE







Back to the top