5.64s
Test: test_vessel_particles_mask_workflow
(Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON
(ip-172-31-44-204.ec2.internal)
on 2016-12-28 00:03:03
Repository revision: d0784b2bf7742b641844d0a8fd7bba29232c7f36
Show Command Line/home/ec2-user/Projects/CIP-build/CIPPython-install/bin/nosetests "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/tests/test_vessel_particles_mask_workflow.py"
Display graphs:
Test outputE
======================================================================
ERROR: test_vessel_particles_mask_workflow.test_vessel_particles_mask_workflow
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/tests/test_vessel_particles_mask_workflow.py", line 19, in test_vessel_particles_mask_workflow
wf.run()
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/engine/workflows.py", line 597, in run
runner.run(execgraph, updatehash=updatehash, config=self.config)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/plugins/linear.py", line 57, in run
report_nodes_not_run(notrun)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/plugins/base.py", line 95, in report_nodes_not_run
raise RuntimeError(('Workflow did not execute cleanly. '
RuntimeError: Workflow did not execute cleanly. Check log for details
-------------------- >> begin captured logging << --------------------
workflow: INFO: ['check', 'execution', 'logging']
workflow: INFO: Running serially.
workflow: INFO: Executing node compute_feature_strength in dir: /tmp/tmpUsrZoq/VesselParticlesMaskWorkflow/compute_feature_strength
workflow: INFO: Running: ComputeFeatureStrength --C 245.000000 --alpha 0.630000 --alphase 0.250000 --beta 0.510000 --betase 0.100000 --feature RidgeLine --inFileName /home/ec2-user/Projects/CIP-build/CIP-build/Testing/Data/Input/vessel.nrrd --kappa 0.500000 --method Frangi --nu 0.000000 --outFileName /tmp/tmpAuocWS/vessel_strength.nhdr --ssm 1.000000 --std 0.7,4.0,7.0 --threads 0
interface: INFO: stdout 2016-12-28T00:06:32.064675: ComputeFeatureStrength [--returnparameterfile <std::string>]
interface: INFO: stdout 2016-12-28T00:06:32.064675: [--processinformationaddress <std::string>]
interface: INFO: stdout 2016-12-28T00:06:32.064675: [--xml] [--echo] [--betase <double>] [--kappa
interface: INFO: stdout 2016-12-28T00:06:32.064675: <double>] [--nu <double>] [--alphase <double>]
interface: INFO: stdout 2016-12-28T00:06:32.064675: [--C <double>] [--beta <double>] [--alpha
interface: INFO: stdout 2016-12-28T00:06:32.064675: <double>] [-f <RidgeLine|ValleyLine|RidgeSurface
interface: INFO: stdout 2016-12-28T00:06:32.064675: |ValleySurface>] [-m <Frangi|StrainEnergy
interface: INFO: stdout 2016-12-28T00:06:32.064675: |ModifiedKrissian|Descoteaux|FrangiXiao
interface: INFO: stdout 2016-12-28T00:06:32.064675: |DescoteauxXiao>] [--threads <int>]
interface: INFO: stdout 2016-12-28T00:06:32.064675: [--rescaleOff] [--ssm <0|1>] [--std
interface: INFO: stdout 2016-12-28T00:06:32.064675: <std::vector<double>>] [--outScaleFileName
interface: INFO: stdout 2016-12-28T00:06:32.064675: <std::string>] [-o <std::string>] [-i
interface: INFO: stdout 2016-12-28T00:06:32.064675: <std::string>] [--] [--version] [-h]
interface: INFO: stderr 2016-12-28T00:06:32.065536:PARSE ERROR: Argument: (--ssm)
interface: INFO: stderr 2016-12-28T00:06:32.065536: Couldn't read argument value from string '1.000000'
interface: INFO: stderr 2016-12-28T00:06:32.065536:
interface: INFO: stderr 2016-12-28T00:06:32.065536:Brief USAGE:
interface: INFO: stderr 2016-12-28T00:06:32.065536:
interface: INFO: stderr 2016-12-28T00:06:32.065536:For complete USAGE and HELP type:
interface: INFO: stderr 2016-12-28T00:06:32.065536: ComputeFeatureStrength --help
interface: INFO: stderr 2016-12-28T00:06:32.065536:
workflow: ERROR: ['Node compute_feature_strength failed to run on host ip-172-31-44-204.ec2.internal.']
workflow: INFO: Saving crash info to /home/ec2-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/tests/crash-20161228-000632-ec2-user-compute_feature_strength-56e59673-c87e-4556-946d-40fdfd4567eb.pklz
workflow: INFO: Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/plugins/linear.py", line 39, in run
node.run(updatehash=updatehash)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 394, in run
self._run_interface()
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 504, in _run_interface
self._result = self._run_command(execute)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 630, in _run_command
result = self._interface.run()
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/interfaces/base.py", line 1043, in run
runtime = self._run_wrapper(runtime)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/interfaces/base.py", line 1660, in _run_wrapper
runtime = self._run_interface(runtime)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/interfaces/base.py", line 1694, in _run_interface
self.raise_exception(runtime)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nipype/interfaces/base.py", line 1618, in raise_exception
raise RuntimeError(message)
RuntimeError: Command:
ComputeFeatureStrength --C 245.000000 --alpha 0.630000 --alphase 0.250000 --beta 0.510000 --betase 0.100000 --feature RidgeLine --inFileName /home/ec2-user/Projects/CIP-build/CIP-build/Testing/Data/Input/vessel.nrrd --kappa 0.500000 --method Frangi --nu 0.000000 --outFileName /tmp/tmpAuocWS/vessel_strength.nhdr --ssm 1.000000 --std 0.7,4.0,7.0 --threads 0
Standard output:
ComputeFeatureStrength [--returnparameterfile <std::string>]
[--processinformationaddress <std::string>]
[--xml] [--echo] [--betase <double>] [--kappa
<double>] [--nu <double>] [--alphase <double>]
[--C <double>] [--beta <double>] [--alpha
<double>] [-f <RidgeLine|ValleyLine|RidgeSurface
|ValleySurface>] [-m <Frangi|StrainEnergy
|ModifiedKrissian|Descoteaux|FrangiXiao
|DescoteauxXiao>] [--threads <int>]
[--rescaleOff] [--ssm <0|1>] [--std
<std::vector<double>>] [--outScaleFileName
<std::string>] [-o <std::string>] [-i
<std::string>] [--] [--version] [-h]
Standard error:
PARSE ERROR: Argument: (--ssm)
Couldn't read argument value from string '1.000000'
Brief USAGE:
For complete USAGE and HELP type:
ComputeFeatureStrength --help
Return code: 1
Interface ComputeFeatureStrength failed to run.
workflow: INFO: Executing node compute_distance_transform in dir: /tmp/tmpsybKwJ/VesselParticlesMaskWorkflow/compute_distance_transform
workflow: INFO: Running: ComputeDistanceMap --distanceMap /tmp/tmpAuocWS/vessel_distanceMap.nhdr --labelMap /home/ec2-user/Projects/CIP-build/CIP-build/Testing/Data/Input/vessel_volumeMask.nrrd
interface: INFO: stdout 2016-12-28T00:06:33.154623:Reading label map...
interface: INFO: stdout 2016-12-28T00:06:33.154623:Skipping downsampling...
interface: INFO: stdout 2016-12-28T00:06:33.154623:Computing distance map...
interface: INFO: stdout 2016-12-28T00:06:33.154623:Writing to file...
interface: INFO: stdout 2016-12-28T00:06:33.154623:DONE.
workflow: INFO: Executing node unu_2op_lt in dir: /tmp/tmphLMEnP/VesselParticlesMaskWorkflow/unu_2op_lt
workflow: INFO: Running: unu 2op lt /tmp/tmpAuocWS/vessel_distanceMap.nhdr -2.000000 --output /tmp/tmpAuocWS/vessel_featureMask.nhdr --type short
workflow: INFO: ***********************************
workflow: ERROR: could not run node: VesselParticlesMaskWorkflow.compute_feature_strength
workflow: INFO: crashfile: /home/ec2-user/Projects/CIP-build/CIP-build/cip_python/nipype/workflows/tests/crash-20161228-000632-ec2-user-compute_feature_strength-56e59673-c87e-4556-946d-40fdfd4567eb.pklz
workflow: INFO: ***********************************
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 1 test in 3.424s
FAILED (errors=1)