See <https://builds.apache.org/job/Qpid-Python-Java-Test/560/changes>

Changes:

[gsim] QPID-4808: Augmented documentation of connection options and added 
description of the 'protocol' option

[robbie] QPID-4747: we no longer need the 'default' column in the 
authentication provider grid as we removed the functionality

[orudyy] QPID-4752: Move FileGroupProvider resources into correct location

[robbie] NO-JIRA: add missing licence headers to various java files

[robbie] QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the 
HTTP/JMX/RMI ports in management mode to better match their function

[robbie] QPID-4815: make BrokerOptions the primary source of the location for 
the logging configuration file

[orudyy] QPID-4814: Fix the rest layer configured object update by name and 
multiple object parents

[orudyy] QPID-4813: Protect operations to update queue and exchange attributes 
with ACL

[robbie] QPID-4645: make the broker-plugins and bdbstore modules runtime 
dependencies in the broker pom, with only the latter being optional

[robbie] QPID-4809: change initial-config.json to using qpid.work_dir and 
qpid.home_dir config variables instead of QPID_WORK and QPID_HOME system 
properties

Enables us to default the former when QPID_WORK is not set and allows the 
latter to be set on a per-instance basis.

[robbie] QPID-4390: ensure the _messageStore field is populated prior 
configuring the store to ensure it is set before use by the listener during the 
asynchronous HA store activation

[aconway] NO-JIRA: HA minor documentation updates.

[tross] NO-JIRA - Added missing item initialization in the log module.

[rhs] QPID-4798: removed non stripped spec files and updated LICENSE file 
accordingly

[rhs] QPID-4798: updated and renamed spec files

[orudyy] QPID-4803: Ensure the modelVersion and storeVersion attributes are 
saved to the configuration store and validated at startup

[orudyy] QPID-4802: In management mode set state to ERRORED for failing to 
activate authentication providers, group providers and acl providers in order 
to allow editing of attributes preventing normal startup

[robbie] QPID-4809: add support for setting configuration properties through 
the command line and BrokerOptions that can be used by the broker configuration 
store to resolve variables in the config, use this to supply the default port 
number values.

Povides chance to alter the ports when first starting the broker and using the 
initial config file to populate the config store.

[aconway] QPID-4775: Fix core dumps in HA tests introduced in r1478418

After this revision several of the tests in ha_tests.py were core dumping with 0
pointers in FieldTable entries in Queue::settings. It's not clear why the core
dumps were occuring nor why this patch fixes them. This patch eliminates a call
to the QueueSettings copy constructor, so something fishy going is on there.

[aconway] QPID-4798: Fix up c++ code generation to use stripped spec files.

The stripped specs have no <doc> elements, this was tripping up the code
generator. Fixed the generator to process <doc> elements if they are present but
to carry on without them if they are not.

[rgodfrey] QPID-4798 : add comments denoting where our xml extends the standard 
amqp xml

[tross] NO-JIRA - Additional Development
- Added buffer of saved log messages for remote retrieval.
- Added __FILE__ and __LINE__ annotations to logs.
- Refactored dx_message_check() so it can be called multiple times with 
different depths.
- Separated the buffer-size-specific tests into a separate unit test executable.

[rgodfrey] QPID-4798 : use stripped BSD licensed versions of the amqp spec files

[astitcher] QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux 
enabled

[chug] NO-JIRA: Fix Windows build more

[cliffjansen] QPID-4792: convert between UUIDs and GUIDs as needed for 
Microsoft APIs

[rgodfrey] QPID-4798 : use stripped BSD licensed versions of the amqp spec files

[rgodfrey] QPID-4798 : use stripped BSD licensed versions of the amqp spec files

[rhs] fixed content of 0-9 stripped to actually be 0-9

[rhs] one more ordering tweak for 0-8 and regen of 0-8 using the same script

[chug] QPID-4775: C++ Broker add ACL property checks for delete queue and 
exchange.
0-18-based patch from Pavel Moravec was adjusted for trunk. 
Removed size properties from list of queue deletion check parameters.

[rhs] more order tweaks and removed comment from amqp tag

[astitcher] QPID-4807: Add new broker option to disable listening on specific 
transport type

[rhs] more order tweaks

[rhs] more order tweaks and removed rules

[rhs] fixed 0-8 stripping to put index first and remove test tags

[rhs] fixed 0-8 stripping to remove text not wrapped in doc tags

[rhs] copied updated specs

[rhs] more copyright tweaks

[rhs] tweaked the copyrights

------------------------------------------
[...truncated 1675 lines...]

jar-sources:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-management-jmx-0.23-sources.jar>

libs:

copy-bin:

copy-etc:

postbuild:

copy-broker-plugin-jars:
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/lib>

build:
     [echo] Running ant for module : systests

prepare:
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/src>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/api/systests>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/test-api/systests>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/results/systests>

precompile:

compile:
     [echo] Targeting : 1.5
    [javac] Compiling 192 source files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 3 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/message/UTF8En>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes/org/apache/qpid/test/unit/message/UTF8En>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/message/UTF8Jp>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes/org/apache/qpid/test/unit/message/UTF8Jp>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/systests.log4j>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes/systests.log4j>
     [copy] Copied 5 empty directories to 5 empty directories under 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/classes>

copy-resources:

copy-project-resources-metainf:
     [copy] Copying 3 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/META-INF>

copy-module-resources-metainf:

copy-module-src-resources-metainf:

copy-files-to-module-metainf:

jar.manifest:

jar.nomanifest:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-systests-0.23.jar>

jar:

precompile-tests:

compile-tests:
    [javac] Compiling 192 source files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 3 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/message/UTF8En>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes/org/apache/qpid/test/unit/message/UTF8En>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/message/UTF8Jp>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes/org/apache/qpid/test/unit/message/UTF8Jp>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/systests/src/main/java/systests.log4j>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes/systests.log4j>
     [copy] Copied 5 empty directories to 5 empty directories under 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/systests/test/classes>

copy-test-resources:

jar-tests:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-systests-tests-0.23.jar>

jar-sources:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-systests-0.23-sources.jar>

libs:
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib>

copy-bin:

copy-etc:
     [copy] Copying 15 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/etc>

postbuild:

copy-broker-plugin-jars:

build:
     [echo] Running ant for module : perftests

prepare:
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/src>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/api/perftests>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/test-api/perftests>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/results/perftests>

precompile:

compile:
     [echo] Targeting : 1.5
    [javac] Compiling 93 source files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes>
    [javac] Note: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/jms/ControllerJmsDelegate.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 2 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/main/java/json2.js>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes/json2.js>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/main/java/test-utils.js>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes/test-utils.js>

copy-resources:
     [echo] Copying resources from 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/main/resources>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes...>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/classes>

copy-project-resources-metainf:
     [copy] Copying 3 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/META-INF>

copy-module-resources-metainf:

copy-module-src-resources-metainf:

copy-files-to-module-metainf:

jar.manifest:

jar.nomanifest:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-perftests-0.23.jar>

jar:

precompile-tests:

compile-tests:
    [javac] Compiling 62 source files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 12 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigReaderTest-test-config.js>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/disttest/controller/config/ConfigReaderTest-test-config.js>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/disttest/controller/config/JavaScriptConfigEvaluatorTest-test-config.js>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/disttest/controller/config/JavaScriptConfigEvaluatorTest-test-config.js>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/disttest/controller/config/sampleConfig.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/disttest/controller/config/sampleConfig.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/disttest/results/formatting/expectedOutput.csv>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/disttest/results/formatting/expectedOutput.csv>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controllerandclient/iteratingFeature.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controllerandclient/iteratingFeature.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controllerandclient/produceClient.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controllerandclient/produceClient.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controllerandclient/producerAndConsumerInSeparateClients.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controllerandclient/producerAndConsumerInSeparateClients.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controllerandclient/producerAndThreeConsumersInSeparateClients.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controllerandclient/producerAndThreeConsumersInSeparateClients.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controllerandclient/testWithTwoTests.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controllerandclient/testWithTwoTests.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/controlleronly/distributedControllerTest.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/controlleronly/distributedControllerTest.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/endtoend/endtoend.json>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/endtoend/endtoend.json>
     [copy] Copying 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/perftests.systests.properties>
 to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/perftests/test/classes/org/apache/qpid/systest/disttest/perftests.systests.properties>

copy-test-resources:

jar-tests:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-perftests-tests-0.23.jar>

jar-sources:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-perftests-0.23-sources.jar>

libs:
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib>

copy-bin:

copy-etc:
     [copy] Copying 59 files to 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/etc>

postbuild:

copy-broker-plugin-jars:

build:

check-manifest:

manifest:
      [jar] Building jar: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-all.jar>

BUILD SUCCESSFUL
Total time: 1 minute 38 seconds
[Qpid-Python-Java-Test] $ /bin/bash -xe /tmp/hudson7256733809313494814.sh
++ ps -ef
++ grep org.apache.qpid.server.Main
++ grep -v grep
++ awk '{print $2}'
+ oldpid=
+ '[' '' ']'
+ pwd
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/>
+ cd trunk/qpid/python
+ ulimit -n
40000
+ ulimit -n 1024
+ ulimit -n
1024
+ port=25672
++ pwd
+ 
CONFIG_JSON=<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
+ cat
+ echo Config json: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
Config json: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
+ ls -la 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
-rw-r--r-- 1 jenkins jenkins 450 May  7 18:03 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
+ ant -file qpid-python-test-ant.xml 
-Dqpid.executable=../java/build/bin/qpid-server 
'-Dpython.test.ignore=-I../java/test-profiles/python_tests/Java010PythonExcludes
 -I../java/test-profiles/python_tests/JavaPre010PythonExcludes' 
'-Dpython.test.modules=-m qpid_tests.broker_0_10 -m qpid_tests.broker_0_9 -m 
qpid_tests.broker_0_8 -m qmf.console' -Dqpid.port=25672 
'-Dqpid.executable.args=-sp 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
 -st json' test
Buildfile: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/qpid-python-test-ant.xml>

clean:
   [delete] Deleting directory 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/results>
   [delete] Deleting directory 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/work>

init:
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/work>

ensure-port-free:

start-broker:
     [echo] Starting Qpid with ../java/build/bin/qpid-server -sp 
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/config.json>
 -st json

run-tests:
     [echo] Running test-suite
     [exec] Result: 1

stop-broker:
     [exec] Result: 1
     [echo] Stopping Qpid 
     [exec] ERROR: garbage process ID "".
     [exec] Usage:
     [exec]   kill pid ...              Send SIGTERM to every process listed.
     [exec]   kill signal pid ...       Send a signal to every process listed.
     [exec]   kill -s signal pid ...    Send a signal to every process listed.
     [exec]   kill -l                   List all signal names.
     [exec]   kill -L                   List all signal names in a nice table.
     [exec]   kill -l signal            Convert between signal numbers and 
names.
     [exec] Result: 1

kill-broker:

report:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/qpid-python-test-ant.xml>:113:
 Test(s) failed

Total time: 26 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Reply via email to