Help, Bamboo not running Boost::Test unit test runner

Brian Withun April 10, 2016

I have an evaluation license of Bamboo running on my Ubuntu laptop and I have installed the Boost unit test plugin for Bamboo (also an evaluation license)

I am having difficulty getting my Boost test runner to succeed.  I have not yet managed to get it working through Bamboo.
HERE IS A DESCRIPTION OF THE PROBLEM
I put together a repository where I have a simple class and a simple unit test written with Boost.  I have two makefiles.  One makes a shared library, the other makes a boost test runner.  The test runner uses the shared library that was previously built.  I invoke these makefiles using Ant. (build.xml)
These pieces appear to work fine when I use them interactively.  They do not fully work when they are invoked from the bamboo CI server.
The tasks of my Bamboo plan are:
1) Source Code Checkout
This works fine interactively and through bamboo
2) Ant
I invoke a default Ant target which builds the shared library.  This works fine interactively and through bamboo.
3) Ant
I invoke a named Ant target which builds the Boost test runner, linking to the shared library previously built.  This works fine interactively and through bamboo.
4) Boost::Test Task
This task does not succeed.  It seems to find my Boost test runner, and attempts to invoke the executable, but fails with a return code of 200.  I have no idea what that return code means.  When I run the Boost test runner manually it seems to work just fine, producing this result:
bhwithun@compaq:~/Projects/PlymouthCore/src/test$ ./tests/BoostTestRunner -l test_suite -o XML

<TestLog><TestSuite name="Person Test Suite"><TestSuite name="PersonTestSuite" file="PersonTest.cpp" line="21"><Message file="PersonTest.cpp" line="12"><![CDATA[set up FX]]></Message><Message file="PersonTest.cpp" line="12"><![CDATA[set up FX2]]></Message><TestCase name="test1" file="PersonTest.cpp" line="23"><Message file="PersonTest.cpp" line="16"><![CDATA[set up fun]]></Message><Message file="PersonTest.cpp" line="25"><![CDATA[Running Person Test1]]></Message><Message file="PersonTest.cpp" line="17"><![CDATA[tear down fun]]></Message><TestingTime>146</TestingTime></TestCase><TestCase name="test2" file="PersonTest.cpp" line="32"><Message file="PersonTest.cpp" line="34"><![CDATA[Running Person Test2]]></Message><TestingTime>139</TestingTime></TestCase><Message file="PersonTest.cpp" line="13"><![CDATA[tear down FX2]]></Message><Message file="PersonTest.cpp" line="13"><![CDATA[tear down FX]]></Message></TestSuite></TestSuite></TestLog><TestResult><TestSuite name="Person Test Suite" result="passed" assertions_passed="5" assertions_failed="0" warnings_failed="0" expected_failures="0" test_cases_passed="2" test_cases_passed_with_warnings="0" test_cases_failed="0" test_cases_skipped="0" test_cases_aborted="0"></TestSuite>

This looks like the correct and normal output of a successful Boost runner.  I cannot get it to produce a similar result when it is run by the Bamboo continuous integration server.
I have copied my most recent failed logfile below.  Please let me know what I'm doing wrong, or what questions I might answer that can help you diagnose this.  Thanks in advance!
simple	10-Apr-2016 21:55:33	Build Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31) started building on agent Default Agent
simple	10-Apr-2016 21:55:33	
simple	10-Apr-2016 21:55:33	Build working directory is /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 21:55:33	Executing build Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)
simple	10-Apr-2016 21:55:33	Starting task 'Get tip of default branch of PlymouthCore' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple	10-Apr-2016 21:55:33	Updating source code to revision: dc65eb309488750e5005025a2c619eaaac294ddf
simple	10-Apr-2016 21:55:33	/usr/bin/hg version --debug --verbose --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg5603417313907282894.tmp'
simple	10-Apr-2016 21:55:33	Retrieving source from remote repository...
simple	10-Apr-2016 21:55:33	Pulling from repository [ssh://hg@bitbucket.org/movimento/plymouthcore] to directory '/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f' revision `dc65eb309488750e5005025a2c619eaaac294ddf'
simple	10-Apr-2016 21:55:33	/usr/bin/hg pull --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg5603417313907282894.tmp' ssh://hg@bitbucket.org/movimento/plymouthcore
simple	10-Apr-2016 21:55:34	running ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg5603417313907282894.tmp hg@bitbucket.org 'hg -R movimento/plymouthcore serve --stdio'
simple	10-Apr-2016 21:55:34	sending hello command
simple	10-Apr-2016 21:55:34	sending between command
simple	10-Apr-2016 21:55:34	remote: 145
simple	10-Apr-2016 21:55:34	remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024
simple	10-Apr-2016 21:55:34	remote: 1
simple	10-Apr-2016 21:55:34	pulling from ssh://hg@bitbucket.org/movimento/plymouthcore
simple	10-Apr-2016 21:55:34	preparing listkeys for "bookmarks"
simple	10-Apr-2016 21:55:34	sending listkeys command
simple	10-Apr-2016 21:55:34	sending lookup command
simple	10-Apr-2016 21:55:34	no changes found
simple	10-Apr-2016 21:55:34	preparing listkeys for "phases"
simple	10-Apr-2016 21:55:34	sending listkeys command
simple	10-Apr-2016 21:55:34	checking for updated bookmarks
simple	10-Apr-2016 21:55:34	sending lookup command
simple	10-Apr-2016 21:55:34	Obtaining remote repository to agent's cache directory '/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f'...
simple	10-Apr-2016 21:55:34	Pulling from repository [/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f] to directory '/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD' revision `dc65eb309488750e5005025a2c619eaaac294ddf'
simple	10-Apr-2016 21:55:34	/usr/bin/hg pull --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg5603417313907282894.tmp' /home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f
simple	10-Apr-2016 21:55:34	pulling from /home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f
simple	10-Apr-2016 21:55:34	listing keys for "bookmarks"
simple	10-Apr-2016 21:55:34	query 1; heads
simple	10-Apr-2016 21:55:34	searching for changes
simple	10-Apr-2016 21:55:34	all local heads known remotely
simple	10-Apr-2016 21:55:34	1 changesets found
simple	10-Apr-2016 21:55:34	list of changesets:
simple	10-Apr-2016 21:55:34	dc65eb309488750e5005025a2c619eaaac294ddf
simple	10-Apr-2016 21:55:34	adding changesets
simple	10-Apr-2016 21:55:34	bundling: 1/1 changesets (100.00%)
simple	10-Apr-2016 21:55:34	bundling: 1/1 manifests (100.00%)
simple	10-Apr-2016 21:55:34	bundling: src/test/Makefile 1/1 files (100.00%)
simple	10-Apr-2016 21:55:34	changesets: 1 chunks
simple	10-Apr-2016 21:55:34	add changeset dc65eb309488
simple	10-Apr-2016 21:55:34	adding manifests
simple	10-Apr-2016 21:55:34	manifests: 1/1 chunks (100.00%)
simple	10-Apr-2016 21:55:34	adding file changes
simple	10-Apr-2016 21:55:34	adding src/test/Makefile revisions
simple	10-Apr-2016 21:55:34	files: 1/1 chunks (100.00%)
simple	10-Apr-2016 21:55:34	added 1 changesets with 1 changes to 1 files
simple	10-Apr-2016 21:55:34	listing keys for "phases"
simple	10-Apr-2016 21:55:34	updating the branch cache
simple	10-Apr-2016 21:55:34	checking for updated bookmarks
simple	10-Apr-2016 21:55:34	(run 'hg update' to get a working copy)
simple	10-Apr-2016 21:55:34	/usr/bin/hg update --clean --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg5603417313907282894.tmp'
simple	10-Apr-2016 21:55:35	resolving manifests
simple	10-Apr-2016 21:55:35	 branchmerge: False, force: True, partial: False
simple	10-Apr-2016 21:55:35	 ancestor: e387d672a732+, local: e387d672a732+, remote: dc65eb309488
simple	10-Apr-2016 21:55:35	 src/test/Makefile: remote is newer -> g
simple	10-Apr-2016 21:55:35	getting src/test/Makefile
simple	10-Apr-2016 21:55:35	updating: src/test/Makefile 1/1 files (100.00%)
simple	10-Apr-2016 21:55:35	1 files updated, 0 files merged, 0 files removed, 0 files unresolved
simple	10-Apr-2016 21:55:35	Updated source code to revision: dc65eb309488750e5005025a2c619eaaac294ddf
simple	10-Apr-2016 21:55:35	Finished task 'Get tip of default branch of PlymouthCore' with result: Success
simple	10-Apr-2016 21:55:35	Running pre-build action: VCS Version Collector
command	10-Apr-2016 21:55:35	Substituting variable: ${bamboo.build.working.directory} with /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 21:55:35	Starting task 'use Ant to invoke the main makefile' of type 'com.atlassian.bamboo.plugins.ant:task.builder.ant'
command	10-Apr-2016 21:55:35	Beginning to execute external process for build 'Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)'\n ... running command line: \n/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_main_cpp_make\n ... in: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\n ... using extra environment variables: \nbamboo_planRepository_1_branch=default\nbamboo_repository_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_resultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_capability_system_jdk_JDK_1_8_0_77=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_name=PlymouthCore\nbamboo_build_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_buildKey=PCORE-UBUN-BLD\nbamboo_shortPlanName=ubuntu shared library (PCORE)\nbamboo_repository_1343489_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_name=PlymouthCore\nbamboo_buildNumber=31\nbamboo_repository_1343489_hg_branch=default\nbamboo_shortJobName=Build\nbamboo_buildResultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_planRepository_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_agentId=163841\nbamboo_planName=Plymouth Automotive Core - ubuntu shared library (PCORE)\nbamboo_repository_1343489_branch_name=default\nbamboo_shortPlanKey=UBUN\nbamboo_shortJobKey=BLD\nbamboo_planRepository_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_repository_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildTimeStamp=2016-04-10T21:55:32.970-04:00\nbamboo_planRepository_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_repository_1343489_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildResultKey=PCORE-UBUN-BLD-31\nbamboo_repository_branch_name=default\nbamboo_buildPlanName=Plymouth Automotive Core - ubuntu shared library (PCORE) - Build\nbamboo_planRepository_1_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_hg_executable=/usr/bin/hg\nbamboo_repository_1343489_name=PlymouthCore\nbamboo_repository_name=PlymouthCore\nbamboo_repository_hg_branch=default\nJAVA_HOME=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nANT_HOME=/usr/share/ant\nbamboo_planRepository_branch=default\nbamboo_agentWorkingDirectory=/home/bhwithun/bamboo/xml-data/build-dir\nbamboo_planRepository_1_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_planRepository_1_type=hg\nbamboo_planRepository_branchName=default\nbamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_username=hg\nbamboo_planRepository_type=hg\nbamboo_planRepository_1_username=hg\nbamb...
build	10-Apr-2016 21:55:36	Buildfile: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml
build	10-Apr-2016 21:55:37	
build	10-Apr-2016 21:55:37	exec_main_cpp_make:
build	10-Apr-2016 21:55:38	     [exec] g++ -Wall -shared -fPIC -I. -c Person.cpp -o obj/Person.o
build	10-Apr-2016 21:55:40	     [exec] g++ -Wall -shared -fPIC -I. -o lib/libplymouth_core.so obj/Person.o
build	10-Apr-2016 21:55:40	     [exec] Successfully created libplymouth_core.so
build	10-Apr-2016 21:55:40	
build	10-Apr-2016 21:55:40	BUILD SUCCESSFUL
build	10-Apr-2016 21:55:40	Total time: 3 seconds
simple	10-Apr-2016 21:55:40	Finished task 'use Ant to invoke the main makefile' with result: Success
command	10-Apr-2016 21:55:40	Substituting variable: ${bamboo.build.working.directory} with /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 21:55:40	Starting task 'use Ant to invoke the test makefile' of type 'com.atlassian.bamboo.plugins.ant:task.builder.ant'
command	10-Apr-2016 21:55:40	Beginning to execute external process for build 'Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)'\n ... running command line: \n/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_test_cpp_make\n ... in: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\n ... using extra environment variables: \nbamboo_planRepository_1_branch=default\nbamboo_repository_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_resultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_capability_system_jdk_JDK_1_8_0_77=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_name=PlymouthCore\nbamboo_build_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_buildKey=PCORE-UBUN-BLD\nbamboo_shortPlanName=ubuntu shared library (PCORE)\nbamboo_repository_1343489_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_name=PlymouthCore\nbamboo_buildNumber=31\nbamboo_repository_1343489_hg_branch=default\nbamboo_shortJobName=Build\nbamboo_buildResultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_planRepository_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_agentId=163841\nbamboo_planName=Plymouth Automotive Core - ubuntu shared library (PCORE)\nbamboo_repository_1343489_branch_name=default\nbamboo_shortPlanKey=UBUN\nbamboo_shortJobKey=BLD\nbamboo_planRepository_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_repository_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildTimeStamp=2016-04-10T21:55:32.970-04:00\nbamboo_planRepository_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_repository_1343489_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildResultKey=PCORE-UBUN-BLD-31\nbamboo_repository_branch_name=default\nbamboo_buildPlanName=Plymouth Automotive Core - ubuntu shared library (PCORE) - Build\nbamboo_planRepository_1_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_hg_executable=/usr/bin/hg\nbamboo_repository_1343489_name=PlymouthCore\nbamboo_repository_name=PlymouthCore\nbamboo_repository_hg_branch=default\nbamboo_build_commandline_com_atlassian_bamboo_plugins_ant_task_builder_ant_2=/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_main_cpp_make\nJAVA_HOME=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nANT_HOME=/usr/share/ant\nbamboo_planRepository_branch=default\nbamboo_agentWorkingDirectory=/home/bhwithun/bamboo/xml-data/build-dir\nbamboo_planRepository_1_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_planRepository_1_type=hg\nbamboo_planRepository_branchName=default\nbamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_username=hg\nbamboo_planRepository_type=hg\nbamboo_planRepository_1_username=hg\nbamb...
build	10-Apr-2016 21:55:40	Buildfile: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml
build	10-Apr-2016 21:55:41	
build	10-Apr-2016 21:55:41	exec_test_cpp_make:
build	10-Apr-2016 21:55:42	     [exec] g++ -Wall -g -I/usr/local/boost/include -I../main -I. -c PersonTest.cpp -o objs/PersonTest.o
build	10-Apr-2016 21:56:15	     [exec] g++ -Wl,-rpath=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/main/lib -Wall -g -I/usr/local/boost/include -I../main -I. -o tests/BoostTestRunner objs/PersonTest.o -L/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/main/lib -L/usr/local/boost/lib -lboost_unit_test_framework -lplymouth_core
build	10-Apr-2016 21:56:18	
build	10-Apr-2016 21:56:18	BUILD SUCCESSFUL
build	10-Apr-2016 21:56:18	Total time: 37 seconds
simple	10-Apr-2016 21:56:18	Finished task 'use Ant to invoke the test makefile' with result: Success
simple	10-Apr-2016 21:56:18	Skipping execution of task 'use Ant to invoke doxygen' as it is disabled
simple	10-Apr-2016 21:56:18	Starting task 'Invoke all unit tests' of type 'com.stellarity.bamboo.boosttest-task:boostTestTask'
build	10-Apr-2016 21:56:18	Searching '**/tests/*Runner' in '/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/test'
build	10-Apr-2016 21:56:18	Number of test files found: 1
simple	10-Apr-2016 21:56:19	Using extra environment: BOOST_TEST_LOG_FORMAT=XML BOOST_TEST_LOG_LEVEL=test_suite
build	10-Apr-2016 21:56:19	Started test: tests/BoostTestRunner



[[ user's note:   I think this is where things start going badly -- the exit code of 200 has stumped me ]]



error 10-Apr-2016 21:56:20 Failed running test: tests/BoostTestRunner, com.atlassian.utils.process.ProcessException: Non-zero exit code: 200 error 10-Apr-2016 21:56:21 Error occurred while running Task 'Invoke all unit tests(5)' of type com.stellarity.bamboo.boosttest-task:boostTestTask. error 10-Apr-2016 21:56:22 com.atlassian.bamboo.task.TaskException: Failing the task due to errors. See the build log. error 10-Apr-2016 21:56:22 at com.stellarity.bamboo.task.BoostTestTask.execute(BoostTestTask.java:92) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$124(TaskExecutorImpl.java:269) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:202) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:269) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:108) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:74) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:215) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:139) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:130) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:215) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:129) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:137) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:49) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:31) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:20) error 10-Apr-2016 21:56:22 at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:52) error 10-Apr-2016 21:56:22 at java.lang.Thread.run(Thread.java:745) simple 10-Apr-2016 21:56:22 Running post build plugin 'NCover Results Collector' simple 10-Apr-2016 21:56:22 Running post build plugin 'Artifact Copier' simple 10-Apr-2016 21:56:22 Publishing an artifact: Ubuntu Shared Library simple 10-Apr-2016 21:56:25 Finished publishing of artifact Shared artifact: [Ubuntu Shared Library], pattern: [libplymouth_core.so] anchored at: [src/main/lib] in 2s simple 10-Apr-2016 21:56:25 Running post build plugin 'npm Cache Cleanup' simple 10-Apr-2016 21:56:27 Running post build plugin 'Clover Results Collector' simple 10-Apr-2016 21:56:28 Running post build plugin 'Docker Container Cleanup' simple 10-Apr-2016 21:56:29 Finalising the build... simple 10-Apr-2016 21:56:29 Stopping timer. simple 10-Apr-2016 21:56:29 Build PCORE-UBUN-BLD-31 completed. simple 10-Apr-2016 21:56:30 Running on server: post build plugin 'NCover Results Collector' simple 10-Apr-2016 21:56:31 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 10-Apr-2016 21:56:31 Running on server: post build plugin 'Clover Delta Calculator' simple 10-Apr-2016 21:56:31 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 10-Apr-2016 21:56:31 All post build plugins have finished simple 10-Apr-2016 21:56:32 Generating build results summary... simple 10-Apr-2016 21:56:33 Saving build results to disk... simple 10-Apr-2016 21:56:36 Logging substituted variables... simple 10-Apr-2016 21:56:37 Indexing build results... simple 10-Apr-2016 21:56:38 Finished building PCORE-UBUN-BLD-31.
 
 
 
[[ user's note:  appended to this first failure is a second similar failure because I re-ran this failed build ]]
 
 
simple	10-Apr-2016 22:04:55	Build Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31) started building on agent Default Agent
simple	10-Apr-2016 22:04:55	
simple	10-Apr-2016 22:04:55	Build working directory is /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 22:04:55	Executing build Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)
simple	10-Apr-2016 22:04:55	Starting task 'Get tip of default branch of PlymouthCore' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple	10-Apr-2016 22:04:55	Updating source code to revision: dc65eb309488750e5005025a2c619eaaac294ddf
simple	10-Apr-2016 22:04:55	/usr/bin/hg version --debug --verbose --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg361314630486387347.tmp'
simple	10-Apr-2016 22:04:55	Retrieving source from remote repository...
simple	10-Apr-2016 22:04:55	Pulling from repository [ssh://hg@bitbucket.org/movimento/plymouthcore] to directory '/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f' revision `dc65eb309488750e5005025a2c619eaaac294ddf'
simple	10-Apr-2016 22:04:55	/usr/bin/hg pull --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg361314630486387347.tmp' ssh://hg@bitbucket.org/movimento/plymouthcore
simple	10-Apr-2016 22:04:57	running ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg361314630486387347.tmp hg@bitbucket.org 'hg -R movimento/plymouthcore serve --stdio'
simple	10-Apr-2016 22:04:57	sending hello command
simple	10-Apr-2016 22:04:57	sending between command
simple	10-Apr-2016 22:04:57	remote: 145
simple	10-Apr-2016 22:04:57	remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024
simple	10-Apr-2016 22:04:57	remote: 1
simple	10-Apr-2016 22:04:57	pulling from ssh://hg@bitbucket.org/movimento/plymouthcore
simple	10-Apr-2016 22:04:57	preparing listkeys for "bookmarks"
simple	10-Apr-2016 22:04:57	sending listkeys command
simple	10-Apr-2016 22:04:57	sending lookup command
simple	10-Apr-2016 22:04:57	no changes found
simple	10-Apr-2016 22:04:57	preparing listkeys for "phases"
simple	10-Apr-2016 22:04:57	sending listkeys command
simple	10-Apr-2016 22:04:57	checking for updated bookmarks
simple	10-Apr-2016 22:04:57	sending lookup command
simple	10-Apr-2016 22:04:57	Obtaining remote repository to agent's cache directory '/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f'...
simple	10-Apr-2016 22:04:58	Pulling from repository [/home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f] to directory '/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD' revision `dc65eb309488750e5005025a2c619eaaac294ddf'
simple	10-Apr-2016 22:04:58	/usr/bin/hg pull --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg361314630486387347.tmp' /home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f
simple	10-Apr-2016 22:04:58	pulling from /home/bhwithun/bamboo/xml-data/build-dir/_hg-repositories-cache/3615cefdbf3a2b2d6e560b95c879ec19e9fe3e8f
simple	10-Apr-2016 22:04:58	listing keys for "bookmarks"
simple	10-Apr-2016 22:04:58	no changes found
simple	10-Apr-2016 22:04:58	listing keys for "phases"
simple	10-Apr-2016 22:04:58	checking for updated bookmarks
simple	10-Apr-2016 22:04:58	/usr/bin/hg update --clean --debug --verbose --rev dc65eb309488750e5005025a2c619eaaac294ddf --config 'ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /opt/atlassian/bamboo/current/temp/bambooHg361314630486387347.tmp'
simple	10-Apr-2016 22:04:58	resolving manifests
simple	10-Apr-2016 22:04:58	 branchmerge: False, force: True, partial: False
simple	10-Apr-2016 22:04:58	 ancestor: dc65eb309488+, local: dc65eb309488+, remote: dc65eb309488
simple	10-Apr-2016 22:04:58	0 files updated, 0 files merged, 0 files removed, 0 files unresolved
simple	10-Apr-2016 22:04:59	Updated source code to revision: dc65eb309488750e5005025a2c619eaaac294ddf
simple	10-Apr-2016 22:04:59	Finished task 'Get tip of default branch of PlymouthCore' with result: Success
simple	10-Apr-2016 22:04:59	Running pre-build action: VCS Version Collector
command	10-Apr-2016 22:04:59	Substituting variable: ${bamboo.build.working.directory} with /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 22:04:59	Starting task 'use Ant to invoke the main makefile' of type 'com.atlassian.bamboo.plugins.ant:task.builder.ant'
command	10-Apr-2016 22:04:59	Beginning to execute external process for build 'Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)'\n ... running command line: \n/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_main_cpp_make\n ... in: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\n ... using extra environment variables: \nbamboo_planRepository_1_branch=default\nbamboo_repository_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_resultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_capability_system_jdk_JDK_1_8_0_77=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_name=PlymouthCore\nbamboo_build_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_buildKey=PCORE-UBUN-BLD\nbamboo_shortPlanName=ubuntu shared library (PCORE)\nbamboo_repository_1343489_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_name=PlymouthCore\nbamboo_buildNumber=31\nbamboo_repository_1343489_hg_branch=default\nbamboo_shortJobName=Build\nbamboo_buildResultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_planRepository_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_agentId=163841\nbamboo_planName=Plymouth Automotive Core - ubuntu shared library (PCORE)\nbamboo_repository_1343489_branch_name=default\nbamboo_shortPlanKey=UBUN\nbamboo_shortJobKey=BLD\nbamboo_planRepository_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_repository_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildTimeStamp=2016-04-10T22:04:55.000-04:00\nbamboo_planRepository_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_repository_1343489_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildResultKey=PCORE-UBUN-BLD-31\nbamboo_repository_branch_name=default\nbamboo_buildPlanName=Plymouth Automotive Core - ubuntu shared library (PCORE) - Build\nbamboo_planRepository_1_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_hg_executable=/usr/bin/hg\nbamboo_repository_1343489_name=PlymouthCore\nbamboo_repository_name=PlymouthCore\nbamboo_repository_hg_branch=default\nbamboo_build_commandline_com_atlassian_bamboo_plugins_ant_task_builder_ant_2=/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_main_cpp_make\nJAVA_HOME=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_build_commandline_com_atlassian_bamboo_plugins_ant_task_builder_ant_4=/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_test_cpp_make\nANT_HOME=/usr/share/ant\nbamboo_planRepository_branch=default\nbamboo_agentWorkingDirectory=/home/bhwithun/bamboo/xml-data/build-dir\nbamboo_planRepository_1_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_planRepository_1_type=hg\nbamboo_planRepository_branchName=default\nbamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_username=hg\nbamboo_planRepository_type=hg\nbamboo_planRepository_1_username=hg\nbamboo_repository_1343489_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_builder_ant_Ant=/usr/share/ant\nbamboo_capability_system_builder_mvn3_Maven_3=/usr/share/maven\nbamboo_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_planKey=PCORE-UBUN\nbamboo_planRepository_1_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_username=hg\nbamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_branchName=default\nbamboo_repository_1343489_hg_username=hg\nPATH=/usr/lib/jvm/java-8-oracle/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games\n
build	10-Apr-2016 22:05:00	Buildfile: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml
build	10-Apr-2016 22:05:01	
build	10-Apr-2016 22:05:01	exec_main_cpp_make:
build	10-Apr-2016 22:05:02	     [exec] g++ -Wall -shared -fPIC -I. -c Person.cpp -o obj/Person.o
build	10-Apr-2016 22:05:04	     [exec] g++ -Wall -shared -fPIC -I. -o lib/libplymouth_core.so obj/Person.o
build	10-Apr-2016 22:05:04	     [exec] Successfully created libplymouth_core.so
build	10-Apr-2016 22:05:04	
build	10-Apr-2016 22:05:04	BUILD SUCCESSFUL
build	10-Apr-2016 22:05:04	Total time: 3 seconds
simple	10-Apr-2016 22:05:04	Finished task 'use Ant to invoke the main makefile' with result: Success
command	10-Apr-2016 22:05:04	Substituting variable: ${bamboo.build.working.directory} with /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD
simple	10-Apr-2016 22:05:04	Starting task 'use Ant to invoke the test makefile' of type 'com.atlassian.bamboo.plugins.ant:task.builder.ant'
command	10-Apr-2016 22:05:04	Beginning to execute external process for build 'Plymouth Automotive Core - ubuntu shared library (PCORE) - Build #31 (PCORE-UBUN-BLD-31)'\n ... running command line: \n/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_test_cpp_make\n ... in: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\n ... using extra environment variables: \nbamboo_planRepository_1_branch=default\nbamboo_repository_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_resultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_capability_system_jdk_JDK_1_8_0_77=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_name=PlymouthCore\nbamboo_build_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_buildKey=PCORE-UBUN-BLD\nbamboo_shortPlanName=ubuntu shared library (PCORE)\nbamboo_repository_1343489_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_name=PlymouthCore\nbamboo_buildNumber=31\nbamboo_repository_1343489_hg_branch=default\nbamboo_shortJobName=Build\nbamboo_buildResultsUrl=http://127.0.1.1:8085/browse/PCORE-UBUN-BLD-31\nbamboo_planRepository_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_agentId=163841\nbamboo_planName=Plymouth Automotive Core - ubuntu shared library (PCORE)\nbamboo_repository_1343489_branch_name=default\nbamboo_shortPlanKey=UBUN\nbamboo_shortJobKey=BLD\nbamboo_planRepository_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_repository_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildTimeStamp=2016-04-10T22:04:55.000-04:00\nbamboo_planRepository_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_repository_1343489_previous_revision_number=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_buildResultKey=PCORE-UBUN-BLD-31\nbamboo_repository_branch_name=default\nbamboo_buildPlanName=Plymouth Automotive Core - ubuntu shared library (PCORE) - Build\nbamboo_planRepository_1_revision=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_hg_executable=/usr/bin/hg\nbamboo_repository_1343489_name=PlymouthCore\nbamboo_repository_name=PlymouthCore\nbamboo_repository_hg_branch=default\nbamboo_build_commandline_com_atlassian_bamboo_plugins_ant_task_builder_ant_2=/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_main_cpp_make\nJAVA_HOME=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_build_commandline_com_atlassian_bamboo_plugins_ant_task_builder_ant_4=/usr/share/ant/bin/ant -Djava.io.tmpdir=/opt/atlassian/bamboo/current/temp/PCORE-UBUN-BLD -f /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml exec_test_cpp_make\nANT_HOME=/usr/share/ant\nbamboo_planRepository_branch=default\nbamboo_agentWorkingDirectory=/home/bhwithun/bamboo/xml-data/build-dir\nbamboo_planRepository_1_previousRevision=e387d672a7329037725d319dc7b09f0c1a0ba5bf\nbamboo_planRepository_1_type=hg\nbamboo_planRepository_branchName=default\nbamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle\nbamboo_repository_hg_username=hg\nbamboo_planRepository_type=hg\nbamboo_planRepository_1_username=hg\nbamboo_repository_1343489_revision_number=dc65eb309488750e5005025a2c619eaaac294ddf\nbamboo_capability_system_builder_ant_Ant=/usr/share/ant\nbamboo_capability_system_builder_mvn3_Maven_3=/usr/share/maven\nbamboo_working_directory=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD\nbamboo_planKey=PCORE-UBUN\nbamboo_planRepository_1_repositoryUrl=ssh://hg@bitbucket.org/movimento/plymouthcore\nbamboo_planRepository_username=hg\nbamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle\nbamboo_planRepository_1_branchName=default\nbamboo_repository_1343489_hg_username=hg\nPATH=/usr/lib/jvm/java-8-oracle/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games\n
build	10-Apr-2016 22:05:04	Buildfile: /home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/build.xml
build	10-Apr-2016 22:05:05	
build	10-Apr-2016 22:05:05	exec_test_cpp_make:
build	10-Apr-2016 22:05:06	     [exec] g++ -Wall -g -I/usr/local/boost/include -I../main -I. -c PersonTest.cpp -o objs/PersonTest.o
build	10-Apr-2016 22:05:43	     [exec] g++ -Wl,-rpath=/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/main/lib -Wall -g -I/usr/local/boost/include -I../main -I. -o tests/BoostTestRunner objs/PersonTest.o -L/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/main/lib -L/usr/local/boost/lib -lboost_unit_test_framework -lplymouth_core
build	10-Apr-2016 22:05:50	
build	10-Apr-2016 22:05:50	BUILD SUCCESSFUL
build	10-Apr-2016 22:05:50	Total time: 43 seconds
simple	10-Apr-2016 22:05:51	Finished task 'use Ant to invoke the test makefile' with result: Success
simple	10-Apr-2016 22:05:51	Skipping execution of task 'use Ant to invoke doxygen' as it is disabled
simple	10-Apr-2016 22:05:53	Starting task 'Invoke all unit tests' of type 'com.stellarity.bamboo.boosttest-task:boostTestTask'
build	10-Apr-2016 22:05:53	Searching '**/tests/*Runner' in '/home/bhwithun/bamboo/xml-data/build-dir/PCORE-UBUN-BLD/src/test'
build	10-Apr-2016 22:05:53	Number of test files found: 1
simple	10-Apr-2016 22:05:53	Using extra environment: BOOST_TEST_LOG_FORMAT=XML BOOST_TEST_LOG_LEVEL=test_suite BOOST_TEST_REPORT_SINK=boost_test.xml
build	10-Apr-2016 22:05:53	Started test: tests/BoostTestRunner







[[ user's note: the same failure happens on the second try ]]






error 10-Apr-2016 22:05:54 Failed running test: tests/BoostTestRunner, com.atlassian.utils.process.ProcessException: Non-zero exit code: 200 error 10-Apr-2016 22:05:54 Error occurred while running Task 'Invoke all unit tests(5)' of type com.stellarity.bamboo.boosttest-task:boostTestTask. error 10-Apr-2016 22:05:54 com.atlassian.bamboo.task.TaskException: Failing the task due to errors. See the build log. error 10-Apr-2016 22:05:54 at com.stellarity.bamboo.task.BoostTestTask.execute(BoostTestTask.java:92) error 10-Apr-2016 22:05:54 at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$124(TaskExecutorImpl.java:269) error 10-Apr-2016 22:05:54 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:202) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:269) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:108) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:74) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:215) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:139) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:130) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:215) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:129) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:137) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:49) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:31) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:20) error 10-Apr-2016 22:05:55 at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:52) error 10-Apr-2016 22:05:55 at java.lang.Thread.run(Thread.java:745) simple 10-Apr-2016 22:05:55 Running post build plugin 'NCover Results Collector' simple 10-Apr-2016 22:05:55 Running post build plugin 'Artifact Copier' simple 10-Apr-2016 22:05:55 Publishing an artifact: Ubuntu Shared Library simple 10-Apr-2016 22:06:03 Finished publishing of artifact Shared artifact: [Ubuntu Shared Library], pattern: [libplymouth_core.so] anchored at: [src/main/lib] in 7s simple 10-Apr-2016 22:06:03 Running post build plugin 'npm Cache Cleanup' simple 10-Apr-2016 22:06:03 Running post build plugin 'Clover Results Collector' simple 10-Apr-2016 22:06:03 Running post build plugin 'Docker Container Cleanup' simple 10-Apr-2016 22:06:03 Finalising the build... simple 10-Apr-2016 22:06:03 Stopping timer. simple 10-Apr-2016 22:06:03 Build PCORE-UBUN-BLD-31 completed. simple 10-Apr-2016 22:06:04 Running on server: post build plugin 'NCover Results Collector' simple 10-Apr-2016 22:06:05 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 10-Apr-2016 22:06:05 Running on server: post build plugin 'Clover Delta Calculator' simple 10-Apr-2016 22:06:05 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 10-Apr-2016 22:06:06 All post build plugins have finished simple 10-Apr-2016 22:06:06 Generating build results summary... simple 10-Apr-2016 22:06:07 Saving build results to disk... simple 10-Apr-2016 22:06:08 Logging substituted variables... simple 10-Apr-2016 22:06:08 Indexing build results... simple 10-Apr-2016 22:06:08 Finished building PCORE-UBUN-BLD-31.

1 answer

0 votes
Jean-Claude Passy September 12, 2016

Hi,

Have you checked if the output XML is valid? There are some latent bugs in boost.test that may create invalid XML. On the other hand, Boost.Test 1.62 should include a native JUnit output, see

http://www.boost.org/doc/libs/1_62_0_b1/libs/test/doc/html/boost_test/change_log.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events