Message boards : News : New native Linux ATLAS application
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4

AuthorMessage
Yeti
Avatar

Send message
Joined: 29 May 15
Posts: 147
Credit: 2,842,484
RAC: 0
Message 4772 - Posted: 3 Mar 2017, 12:55:30 UTC - in response to Message 4770.  
Last modified: 3 Mar 2017, 13:05:20 UTC

Do you have a recipe for making this work?

I followed this description: https://www.windowspro.de/wolfgang-sommergut/nested-virtualization-esxi-hyper-v-unter-esxi-51-ausfuehren

If you search the web with "nested virtualization" you will find more (and newer) scripts, but the mentioned script lead me to being succesfull with my ESX-Hosts.

I'm running 4 ESX-5.5-Hosts, 3 of them the clients are capabable to run Atlas, but the fourth has an too old processor that I didn't get it working
ID: 4772 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
David Cameron
Project administrator
Project developer
Project tester
Project scientist

Send message
Joined: 20 Apr 16
Posts: 180
Credit: 1,355,327
RAC: 0
Message 4773 - Posted: 3 Mar 2017, 14:47:18 UTC - in response to Message 4771.  

The outcome of that command:
Using AtlasProduction/19.2.4.9 with platform x86_64-slc6-gcc47-opt
        at /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
manpath: warning: $MANPATH set, ignoring /etc/manpath.config
ERROR:root:code for hash md5 was not found.


For this you need to apply the workaround mentioned earlier in this thread

Then see if you can run Sim_tf.py? If you give no arguments it will print a bunch of messages then exit.

I don't have a file Sim_tf.py in that slot (11 in this case)
4 python files available: LFCTools.py RunJob.py VmPeak.py outputList.py[/quote]

Sim_tf.py is a command located in CVMFS. When you run the command above it sets up the environment to run these commands in CVMFS. So you can just try typing Sim_tf.py to see if it runs. You can use "which Sim_tf.py" to find out the exact location of the command.
ID: 4773 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 4774 - Posted: 3 Mar 2017, 15:07:28 UTC

Symbolic links set yesterday seem to be gone. I set them again.

The outcome of the 2 commands:

$. /var/lib/boinc-client/slots/11//APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1

Using AtlasProduction/19.2.4.9 with platform x86_64-slc6-gcc47-opt
at /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
manpath: warning: $MANPATH set, ignoring /etc/manpath.config
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512

=================================================================================================================


$ Sim_tf.py
PyJobTransforms.<module> 2017-03-03 16:02:14,579 INFO logging set in /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
PyJobTransforms.main 2017-03-03 16:02:16,637 INFO This is /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
INFO:PyJobTransforms:This is /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
PyJobTransforms.transform.parseCmdLineArgs 2017-03-03 16:02:16,652 INFO Transform command line was: '/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py'
INFO:PyJobTransforms.transform:Transform command line was: '/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py'
PyJobTransforms.transform.execute 2017-03-03 16:02:16,653 INFO Starting to resolve execution graph
INFO:PyJobTransforms.transform:Starting to resolve execution graph
PyJobTransforms.transform.execute 2017-03-03 16:02:16,656 INFO Execution graph resolved
INFO:PyJobTransforms.transform:Execution graph resolved
PyJobTransforms.transform.execute 2017-03-03 16:02:16,656 INFO Starting to trace execution path
INFO:PyJobTransforms.transform:Starting to trace execution path
PyJobTransforms.transform.execute 2017-03-03 16:02:16,656 INFO Execution path found with 1 step(s): EVNTtoHITS
INFO:PyJobTransforms.transform:Execution path found with 1 step(s): EVNTtoHITS
PyJobTransforms.transform.validateInFiles 2017-03-03 16:02:16,657 INFO Validating input files
INFO:PyJobTransforms.transform:Validating input files
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-03 16:02:16,657 INFO Starting legacy (serial) file validation
INFO:PyJobTransforms.trfValidation:Starting legacy (serial) file validation
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-03 16:02:16,657 INFO Stopping legacy (serial) file validation
INFO:PyJobTransforms.trfValidation:Stopping legacy (serial) file validation
PyJobTransforms.trfExe._detectAthenaMP 2017-03-03 16:02:16,657 INFO No AthenaMP options found - assuming normal athena run
INFO:PyJobTransforms.trfExe:No AthenaMP options found - assuming normal athena run
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-03 16:02:16,657 INFO Writing runArgs to file "runargs.EVNTtoHITS.py"
INFO:PyJobTransforms.trfJobOptions:Writing runArgs to file "runargs.EVNTtoHITS.py"
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-03 16:02:16,657 INFO Successfully wrote runargs file runargs.EVNTtoHITS.py
INFO:PyJobTransforms.trfJobOptions:Successfully wrote runargs file runargs.EVNTtoHITS.py
PyJobTransforms.trfExe.preExecute 2017-03-03 16:02:16,659 INFO Asetup report: AtlasBaseDir=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
AtlasProject=AtlasProduction
AtlasVersion=19.2.4.9
AtlasPatch=AtlasProduction
AtlasPatchVersion=19.2.4.9
CMTCONFIG=x86_64-slc6-gcc47-opt
No readable patch area found
INFO:PyJobTransforms.trfExe:Asetup report: AtlasBaseDir=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
AtlasProject=AtlasProduction
AtlasVersion=19.2.4.9
AtlasPatch=AtlasProduction
AtlasPatchVersion=19.2.4.9
CMTCONFIG=x86_64-slc6-gcc47-opt
No readable patch area found
PyJobTransforms.trfUtils.releaseIsOlderThan 2017-03-03 16:02:16,660 INFO Detected release major 19, minor 2 (.4.9) from environment
INFO:PyJobTransforms.trfUtils:Detected release major 19, minor 2 (.4.9) from environment
PyJobTransforms.trfEnv.probeIMFSettings 2017-03-03 16:02:16,660 INFO Enabling IMF by default for release
INFO:PyJobTransforms.trfEnv:Enabling IMF by default for release
PyJobTransforms.trfEnv.probeTcmallocSettings 2017-03-03 16:02:16,661 INFO Skipping inclusion of tcmalloc
INFO:PyJobTransforms.trfEnv:Skipping inclusion of tcmalloc
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 16:02:16,662 INFO Setting athena preloadlibs to: /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
INFO:PyJobTransforms.trfExe:Setting athena preloadlibs to: /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 16:02:16,662 INFO Skipping test for "--drop-and-reload" in this executor
INFO:PyJobTransforms.trfExe:Skipping test for "--drop-and-reload" in this executor
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 16:02:16,662 INFO Updated script arguments with topoptions: ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
INFO:PyJobTransforms.trfExe:Updated script arguments with topoptions: ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
PyJobTransforms.trfExe.preExecute 2017-03-03 16:02:16,663 INFO Will execute script as ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
INFO:PyJobTransforms.trfExe:Will execute script as ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
PyJobTransforms.trfExe.preExecute 2017-03-03 16:02:16,663 INFO Interactive environment detected (stdio or stdout is a tty) - enabling command echoing to stdout
INFO:PyJobTransforms.trfExe:Interactive environment detected (stdio or stdout is a tty) - enabling command echoing to stdout
PyJobTransforms.trfExe.preExecute 2017-03-03 16:02:16,664 INFO Now writing wrapper for substep executor EVNTtoHITS
INFO:PyJobTransforms.trfExe:Now writing wrapper for substep executor EVNTtoHITS
PyJobTransforms.trfExe._writeAthenaWrapper 2017-03-03 16:02:16,664 INFO Valgrind not engaged
INFO:PyJobTransforms.trfExe:Valgrind not engaged
PyJobTransforms.trfExe.preExecute 2017-03-03 16:02:16,664 INFO Athena will be executed in a subshell via ['./runwrapper.EVNTtoHITS.sh']
INFO:PyJobTransforms.trfExe:Athena will be executed in a subshell via ['./runwrapper.EVNTtoHITS.sh']
PyJobTransforms.trfExe.execute 2017-03-03 16:02:16,664 INFO Starting execution of EVNTtoHITS (['./runwrapper.EVNTtoHITS.sh'])
INFO:PyJobTransforms.trfExe:Starting execution of EVNTtoHITS (['./runwrapper.EVNTtoHITS.sh'])
EVNTtoHITS 16:02:16 Fri Mar 3 16:02:16 CET 2017
EVNTtoHITS 16:02:16 Preloading tcmalloc_minimal.so
EVNTtoHITS 16:02:16 Preloading /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
EVNTtoHITS 16:02:17 ERROR:root:code for hash md5 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type md5
EVNTtoHITS 16:02:17 ERROR:root:code for hash sha1 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type sha1
EVNTtoHITS 16:02:17 ERROR:root:code for hash sha224 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type sha224
EVNTtoHITS 16:02:17 ERROR:root:code for hash sha256 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type sha256
EVNTtoHITS 16:02:17 ERROR:root:code for hash sha384 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type sha384
EVNTtoHITS 16:02:17 ERROR:root:code for hash sha512 was not found.
EVNTtoHITS 16:02:17 Traceback (most recent call last):
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 139, in <module>
EVNTtoHITS 16:02:17 globals()[__func_name] = __get_hash(__func_name)
EVNTtoHITS 16:02:17 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
EVNTtoHITS 16:02:17 raise ValueError('unsupported hash type %s' % name)
EVNTtoHITS 16:02:17 ValueError: unsupported hash type sha512
EVNTtoHITS 16:02:17 Py:Athena INFO including file "AthenaCommon/Preparation.py"
EVNTtoHITS 16:02:17 Py:Athena INFO using release [AtlasProduction-19.2.4.9] [x86_64-slc6-gcc47-opt] [19.2.X.Y-VAL-Prod/rel_3] -- built on [2015-08-12 02:01]
EVNTtoHITS 16:02:17 Py:Athena INFO including file "AthenaCommon/Bootstrap.py"
EVNTtoHITS 16:02:18 Py:Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
EVNTtoHITS 16:02:18 Traceback (most recent call last):
EVNTtoHITS 16:02:18 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasCore/19.2.4/InstallArea/jobOptions/AthenaCommon/Preparation.py", line 86, in <module>
EVNTtoHITS 16:02:18 import cppyy
EVNTtoHITS 16:02:18 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/atlas/offline/external/root-snapshot/atlas-5.34.13p1/x86_64-slc6-gcc47-opt/lib/cppyy.py", line 52, in <module>
EVNTtoHITS 16:02:18 import libPyROOT as _backend
EVNTtoHITS 16:02:18 ImportError: libcrypto.so.10: cannot open shared object file: No such file or directory, ROOT version or setup problem?
PyJobTransforms.trfExe.execute 2017-03-03 16:02:18,230 INFO EVNTtoHITS executor returns 1
INFO:PyJobTransforms.trfExe:EVNTtoHITS executor returns 1
PyJobTransforms.trfExe.postExecute 2017-03-03 16:02:18,309 WARNING Failed to process expected perfMon stats file ntuple.pmon.gz: [Errno 2] No such file or directory: 'ntuple.pmon.gz'
WARNING:PyJobTransforms.trfExe:Failed to process expected perfMon stats file ntuple.pmon.gz: [Errno 2] No such file or directory: 'ntuple.pmon.gz'
PyJobTransforms.trfExe.validate 2017-03-03 16:02:18,310 ERROR Validation of return code failed: Non-zero return code from EVNTtoHITS (1) (Error code 65)
ERROR:PyJobTransforms.trfExe:Validation of return code failed: Non-zero return code from EVNTtoHITS (1) (Error code 65)
PyJobTransforms.trfExe.validate 2017-03-03 16:02:18,335 INFO Scanning logfile log.EVNTtoHITS for errors
INFO:PyJobTransforms.trfExe:Scanning logfile log.EVNTtoHITS for errors
PyJobTransforms.transform.execute 2017-03-03 16:02:18,338 CRITICAL Transform executor raised TransformValidationException: Non-zero return code from EVNTtoHITS (1)
CRITICAL:PyJobTransforms.transform:Transform executor raised TransformValidationException: Non-zero return code from EVNTtoHITS (1)
ID: 4774 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
m
Volunteer tester

Send message
Joined: 20 Mar 15
Posts: 243
Credit: 874,518
RAC: 399
Message 4775 - Posted: 3 Mar 2017, 17:12:20 UTC - in response to Message 4773.  

David,

For this you need to apply the workaround mentioned earlier in this thread

Where does your script expect to find these libs? Mine are in
/lib/x86_64-linux-gnu which is where I put the symlinks. There are (32bit?) ones in /lib/i386-linux-gnu and there apparently are apps that expect them to be in /usr/lib or maybe /usr/lib/x86_64-linux-gnu .
ID: 4775 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
zombie67 [MM]
Avatar

Send message
Joined: 26 Feb 15
Posts: 26
Credit: 4,101,356
RAC: 0
Message 4776 - Posted: 4 Mar 2017, 1:13:26 UTC - in response to Message 4775.  

Same here. On Ubuntu 14.04.5

$ ldd /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so: /lib/x86_64-linux-gnu/libcrypto.so.10: version `libcrypto.so.10' not found (required by /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so)
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so: /lib/x86_64-linux-gnu/libssl.so.10: version `libssl.so.10' not found (required by /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so)
linux-vdso.so.1 => (0x00007ffd85dbb000)
libRIO.so => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libRIO.so (0x00007fe736a90000)
libMathCore.so => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libMathCore.so (0x00007fe736657000)
libcrypto.so.10 => /lib/x86_64-linux-gnu/libcrypto.so.10 (0x00007fe73627b000)
libssl.so.10 => /lib/x86_64-linux-gnu/libssl.so.10 (0x00007fe73601c000)
libCore.so => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libCore.so (0x00007fe735646000)
libCint.so => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libCint.so (0x00007fe734a49000)
libstdc++.so.6 => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasSite/gcc-links/x86_64-slc6-gcc47-opt/lib64/libstdc++.so.6 (0x00007fe734742000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe73452c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe734167000)
libThread.so => /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libThread.so (0x00007fe733f13000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe733d0f000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe733a09000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe7337f0000)
/lib64/ld-linux-x86-64.so.2 (0x00007fe73730c000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe7335d2000)

$ ls -l /lib/x86_64-linux-gnu/libcrypto.so.10 /lib/x86_64-linux-gnu/libssl.so.10
lrwxrwxrwx 1 root root 40 Mar 3 18:42 /lib/x86_64-linux-gnu/libcrypto.so.10 -> /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 15 Mar 3 16:58 /lib/x86_64-linux-gnu/libssl.so.10 -> libssl.so.1.0.0

I also added /lib/x86_64-linux-gnu/ to the environment variable LD_LIBRARY_PATH to no avail.
$ echo $LD_LIBRARY_PATH | awk '{ split($0,t,":"); for (i in t) print t[i] }'
/lib/x86_64-linux-gnu
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/tdaq-common/tdaq-common-01-28-00/installed/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasAnalysis/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Java/JDK/1.6.0/amd64/jre/lib/amd64
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasTrigger/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Java/JDK/1.6.0/amd64/jre/lib/amd64/server
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasReconstruction/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasEvent/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasConditions/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasCore/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/DetCommon/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Java/JDK/1.6.0/amd64/jre/lib/amd64/native_threads
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/GAUDI/v25r3p1/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Java/JDK/1.6.0/amd64/jre/lib/amd64/xawt
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/LCGCMT/LCGCMT_67b/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/coin3d/3.1.3p2/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/MCGenerators_lcgcmt67b/hydjet/1.6/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/soqt/1.5.0_qt4.8.4_coin3d3.1.3p2/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasSite/gcc-links/x86_64-slc6-gcc47-opt/lib64
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/dqm-common/dqm-common-00-26-02/installed/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/Python/2.7.3/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasOffline/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/lcg/external/qwt/6.0.1_qt4.8.4/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/external/yampl/1.0/x86_64-slc6-gcc47-opt/lib
/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasSimulation/19.2.4/InstallArea/x86_64-slc6-gcc47-opt/lib

$ Sim_tf.py
PyJobTransforms.<module> 2017-03-03 18:49:10,239 INFO logging set in /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
PyJobTransforms.main 2017-03-03 18:49:11,009 INFO This is /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
PyJobTransforms.transform.parseCmdLineArgs 2017-03-03 18:49:11,018 INFO Transform command line was: '/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py'
PyJobTransforms.transform.execute 2017-03-03 18:49:11,018 INFO Starting to resolve execution graph
PyJobTransforms.transform.execute 2017-03-03 18:49:11,021 INFO Execution graph resolved
PyJobTransforms.transform.execute 2017-03-03 18:49:11,021 INFO Starting to trace execution path
PyJobTransforms.transform.execute 2017-03-03 18:49:11,021 INFO Execution path found with 1 step(s): EVNTtoHITS
PyJobTransforms.transform.validateInFiles 2017-03-03 18:49:11,022 INFO Validating input files
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-03 18:49:11,022 INFO Starting legacy (serial) file validation
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-03 18:49:11,022 INFO Stopping legacy (serial) file validation
PyJobTransforms.trfExe._detectAthenaMP 2017-03-03 18:49:11,022 INFO No AthenaMP options found - assuming normal athena run
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-03 18:49:11,022 INFO Writing runArgs to file "runargs.EVNTtoHITS.py"
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-03 18:49:11,022 INFO Successfully wrote runargs file runargs.EVNTtoHITS.py
PyJobTransforms.trfExe.preExecute 2017-03-03 18:49:11,023 INFO Asetup report: AtlasBaseDir=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
AtlasProject=AtlasProduction
AtlasVersion=19.2.4.9
AtlasPatch=AtlasProduction
AtlasPatchVersion=19.2.4.9
CMTCONFIG=x86_64-slc6-gcc47-opt
No readable patch area found
PyJobTransforms.trfUtils.releaseIsOlderThan 2017-03-03 18:49:11,023 INFO Detected release major 19, minor 2 (.4.9) from environment
PyJobTransforms.trfEnv.probeIMFSettings 2017-03-03 18:49:11,023 INFO Enabling IMF by default for release
PyJobTransforms.trfEnv.probeTcmallocSettings 2017-03-03 18:49:11,024 INFO Skipping inclusion of tcmalloc
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 18:49:11,024 INFO Setting athena preloadlibs to: /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 18:49:11,024 INFO Skipping test for "--drop-and-reload" in this executor
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-03 18:49:11,024 INFO Updated script arguments with topoptions: ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
PyJobTransforms.trfExe.preExecute 2017-03-03 18:49:11,024 INFO Will execute script as ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']
PyJobTransforms.trfExe.preExecute 2017-03-03 18:49:11,024 INFO Interactive environment detected (stdio or stdout is a tty) - enabling command echoing to stdout
PyJobTransforms.trfExe.preExecute 2017-03-03 18:49:11,025 INFO Now writing wrapper for substep executor EVNTtoHITS
PyJobTransforms.trfExe._writeAthenaWrapper 2017-03-03 18:49:11,025 INFO Valgrind not engaged
PyJobTransforms.trfExe.preExecute 2017-03-03 18:49:11,025 INFO Athena will be executed in a subshell via ['./runwrapper.EVNTtoHITS.sh']
PyJobTransforms.trfExe.execute 2017-03-03 18:49:11,025 INFO Starting execution of EVNTtoHITS (['./runwrapper.EVNTtoHITS.sh'])
EVNTtoHITS 18:49:11 Fri Mar 3 18:49:11 CST 2017
EVNTtoHITS 18:49:11 Preloading tcmalloc_minimal.so
EVNTtoHITS 18:49:11 Preloading /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
EVNTtoHITS 18:49:11 Py:Athena INFO including file "AthenaCommon/Preparation.py"
EVNTtoHITS 18:49:11 Py:Athena INFO using release [AtlasProduction-19.2.4.9] [x86_64-slc6-gcc47-opt] [19.2.X.Y-VAL-Prod/rel_3] -- built on [2015-08-12 02:01]
EVNTtoHITS 18:49:11 Py:Athena INFO including file "AthenaCommon/Bootstrap.py"
EVNTtoHITS 18:49:11 Py:Athena INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
EVNTtoHITS 18:49:11 Traceback (most recent call last):
EVNTtoHITS 18:49:11 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasCore/19.2.4/InstallArea/jobOptions/AthenaCommon/Preparation.py", line 86, in <module>
EVNTtoHITS 18:49:11 import cppyy
EVNTtoHITS 18:49:11 File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/atlas/offline/external/root-snapshot/atlas-5.34.13p1/x86_64-slc6-gcc47-opt/lib/cppyy.py", line 52, in <module>
EVNTtoHITS 18:49:11 import libPyROOT as _backend
EVNTtoHITS 18:49:11 ImportError: /lib/x86_64-linux-gnu/libcrypto.so.10: version `libcrypto.so.10' not found (required by /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/x86_64-slc6-gcc47-opt/lib/libNet.so), ROOT version or setup problem?
PyJobTransforms.trfExe.execute 2017-03-03 18:49:11,475 INFO EVNTtoHITS executor returns 1

Reno, NV
Team: SETI.USA
ID: 4776 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
m
Volunteer tester

Send message
Joined: 20 Mar 15
Posts: 243
Credit: 874,518
RAC: 399
Message 4777 - Posted: 4 Mar 2017, 1:36:17 UTC

Just run a couple of jobs. Both failed. The second still downloaded >200MB.

Looking at one of the jobs, the stderr that's included with the task result isn't all of the stderr.txt from the slot. In the bit that's missing, there is:-

<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
Reason: You're speaking plain HTTP to an SSL-enabled server port.<br />
Instead use the HTTPS scheme to access this URL, please.<br />
<blockquote>Hint: <a href=\"https://pandaserver.cern.ch:25443/\"><b>https://pandaserver.cern.ch:25443/</b></a></blockquote></p>
</body></html>

Are we still having ssl problems? Have I put the symlinks in the right place? Different distributions put libs in different places.
ID: 4777 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
David Cameron
Project administrator
Project developer
Project tester
Project scientist

Send message
Joined: 20 Apr 16
Posts: 180
Credit: 1,355,327
RAC: 0
Message 4782 - Posted: 6 Mar 2017, 20:25:21 UTC - in response to Message 4777.  

Are we still having ssl problems? Have I put the symlinks in the right place? Different distributions put libs in different places.


This message is unrelated to the ssl libraries. The task is trying to contact an ATLAS central service and failing but it doesn't affect the task.

Last week I set up a Ubuntu VM with 16.04, added the ssl symlinks and it worked ok. There should be no need to set LD_LIBRARY_PATH if the symlink is in the same directory as the original library. But I'll try to investigate a bit more tomorrow.
ID: 4782 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
computezrmle
Volunteer moderator
Project tester
Volunteer developer
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 28 Jul 16
Posts: 467
Credit: 389,411
RAC: 503
Message 4783 - Posted: 6 Mar 2017, 21:40:01 UTC

boinc@xxxx:/> /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1
bash: /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT: Keine Berechtigung

The scripts in this directory donĀ“t have the executable flag by default.


boinc@xxxx:/> chmod +x /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT
boinc@xxxx:/> /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1       
manpath: Warnung: $MANPATH ist gesetzt, ignoriere /etc/manpath.config
Using AtlasProduction/19.2.4.9 with platform x86_64-slc6-gcc47-opt
        at /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
manpath: warning: $MANPATH set, ignoring /etc/manpath.config


boinc@xxxx:/> Sim_tf.py
If 'Sim_tf.py' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf Sim_tf.py
boinc@xxxx:/> which Sim_tf.py
which: no Sim_tf.py in (whole path)

Path is not set.
Try a direct call.

boinc@xxxx:/> /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
Traceback (most recent call last):
  File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py", line 14, in <module>
    from PyJobTransforms.trfLogger import msg
ImportError: No module named PyJobTransforms.trfLogger



Any comments/suggestions?
ID: 4783 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
David Cameron
Project administrator
Project developer
Project tester
Project scientist

Send message
Joined: 20 Apr 16
Posts: 180
Credit: 1,355,327
RAC: 0
Message 4784 - Posted: 7 Mar 2017, 8:23:18 UTC - in response to Message 4783.  
Last modified: 7 Mar 2017, 8:23:44 UTC

These scripts are not executables, they are sourced (with ".") to set up environment variables like PATH.

. /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1
ID: 4784 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crystal Pellet
Volunteer tester

Send message
Joined: 13 Feb 15
Posts: 1178
Credit: 810,985
RAC: 2,009
Message 4786 - Posted: 7 Mar 2017, 9:34:15 UTC

I retried the ATLAS native testing this morning after the weekend silence.
I was hopeful cause the job was running longer than the usual ~4 minutes.
Now over 9 minutes, but did not get into the real processing part and was validated as an error.

Result: https://lhcathomedev.cern.ch/lhcathome-dev/result.php?resultid=316070

Maybe you can find something informative in the stderr.txt. My Linux VM is running Ubuntu 12.04.5 LTS.

Also the 200MB downloading with every task is not solved, but I'm not suffering from low bandwidth.
ID: 4786 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
computezrmle
Volunteer moderator
Project tester
Volunteer developer
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 28 Jul 16
Posts: 467
Credit: 389,411
RAC: 503
Message 4788 - Posted: 9 Mar 2017, 9:31:55 UTC - in response to Message 4784.  

These scripts are not executables, they are sourced (with ".") to set up environment variables like PATH.

. /home/boinc/BOINC/slots/6/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1


Shame. I ignored the ".".


Result of the next try:

boinc@xxxx:~> . /home/boinc/BOINC/slots/4/APPS/HEP/ATLAS-19.2.4.9-X86_64-SLC6-GCC47-OPT 1
manpath: Warnung: $MANPATH ist gesetzt, ignoriere /etc/manpath.config
Using AtlasProduction/19.2.4.9 with platform x86_64-slc6-gcc47-opt
        at /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
manpath: warning: $MANPATH set, ignoring /etc/manpath.config



boinc@xxxx:~> Sim_tf.py
PyJobTransforms.<module> 2017-03-09 10:04:15,359 INFO logging set in /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
PyJobTransforms.main 2017-03-09 10:04:16,008 INFO This is /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py
PyJobTransforms.transform.parseCmdLineArgs 2017-03-09 10:04:16,016 INFO Transform command line was: '/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/share/bin/Sim_tf.py'
PyJobTransforms.transform.execute 2017-03-09 10:04:16,017 INFO Starting to resolve execution graph
PyJobTransforms.transform.execute 2017-03-09 10:04:16,019 INFO Execution graph resolved
PyJobTransforms.transform.execute 2017-03-09 10:04:16,019 INFO Starting to trace execution path
PyJobTransforms.transform.execute 2017-03-09 10:04:16,020 INFO Execution path found with 1 step(s): EVNTtoHITS
PyJobTransforms.transform.validateInFiles 2017-03-09 10:04:16,020 INFO Validating input files
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-09 10:04:16,020 INFO Starting legacy (serial) file validation
PyJobTransforms.trfValidation.performStandardFileValidation 2017-03-09 10:04:16,020 INFO Stopping legacy (serial) file validation
PyJobTransforms.trfExe._detectAthenaMP 2017-03-09 10:04:16,020 INFO No AthenaMP options found - assuming normal athena run
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-09 10:04:16,020 INFO Writing runArgs to file "runargs.EVNTtoHITS.py"
PyJobTransforms.trfJobOptions.writeRunArgs 2017-03-09 10:04:16,020 INFO Successfully wrote runargs file runargs.EVNTtoHITS.py
PyJobTransforms.trfExe.preExecute 2017-03-09 10:04:16,021 INFO Asetup report:   AtlasBaseDir=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4
        AtlasProject=AtlasProduction
        AtlasVersion=19.2.4.9
        AtlasPatch=AtlasProduction
        AtlasPatchVersion=19.2.4.9
        CMTCONFIG=x86_64-slc6-gcc47-opt
No readable patch area found
PyJobTransforms.trfUtils.releaseIsOlderThan 2017-03-09 10:04:16,021 INFO Detected release major 19, minor 2 (.4.9) from environment
PyJobTransforms.trfEnv.probeIMFSettings 2017-03-09 10:04:16,021 INFO Enabling IMF by default for release
PyJobTransforms.trfEnv.probeTcmallocSettings 2017-03-09 10:04:16,022 INFO Skipping inclusion of tcmalloc
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-09 10:04:16,022 INFO Setting athena preloadlibs to: /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so                                                               
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-09 10:04:16,023 INFO Skipping test for "--drop-and-reload" in this executor                   
PyJobTransforms.trfExe._prepAthenaCommandLine 2017-03-09 10:04:16,023 INFO Updated script arguments with topoptions: ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']                                                                                                                                             
PyJobTransforms.trfExe.preExecute 2017-03-09 10:04:16,023 INFO Will execute script as ['athena.py', '--preloadlib=/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so', 'runargs.EVNTtoHITS.py', 'SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py']  
PyJobTransforms.trfExe.preExecute 2017-03-09 10:04:16,023 INFO Interactive environment detected (stdio or stdout is a tty) - enabling command echoing to stdout           
PyJobTransforms.trfExe.preExecute 2017-03-09 10:04:16,023 INFO Now writing wrapper for substep executor EVNTtoHITS                                                        
PyJobTransforms.trfExe._writeAthenaWrapper 2017-03-09 10:04:16,023 INFO Valgrind not engaged                                                                              
PyJobTransforms.trfExe.preExecute 2017-03-09 10:04:16,023 INFO Athena will be executed in a subshell via ['./runwrapper.EVNTtoHITS.sh']                                   
PyJobTransforms.trfExe.execute 2017-03-09 10:04:16,023 INFO Starting execution of EVNTtoHITS (['./runwrapper.EVNTtoHITS.sh'])                                             
EVNTtoHITS 10:04:16 Thu Mar  9 10:04:16 CET 2017
EVNTtoHITS 10:04:16 Preloading tcmalloc_minimal.so
EVNTtoHITS 10:04:16 Preloading /cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libintlc.so.5:/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/sw/IntelSoftware/linux/x86_64/xe2013/composer_xe_2013.3.163/compiler/lib/intel64/libimf.so
EVNTtoHITS 10:04:16 Py:Athena            INFO including file "AthenaCommon/Preparation.py"
EVNTtoHITS 10:04:16 Py:Athena            INFO using release [AtlasProduction-19.2.4.9] [x86_64-slc6-gcc47-opt] [19.2.X.Y-VAL-Prod/rel_3] -- built on [2015-08-12 02:01]
EVNTtoHITS 10:04:16 Py:Athena            INFO including file "AthenaCommon/Bootstrap.py"
EVNTtoHITS 10:04:16 Py:Athena            INFO including file "AthenaCommon/Atlas.UnixStandardJob.py"
EVNTtoHITS 10:04:17 Py:Athena            INFO including file "AthenaCommon/Execution.py"
EVNTtoHITS 10:04:17 Py:Athena            INFO including file "runargs.EVNTtoHITS.py"
EVNTtoHITS 10:04:17 Py:Athena            INFO including file "SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py"
EVNTtoHITS 10:04:17 Py:Athena            INFO including file "SimuJobTransforms/skeleton.EVGENtoHIT.py"
EVNTtoHITS 10:04:17 Py:Athena            INFO including file "SimuJobTransforms/CommonSkeletonJobOptions.py"
EVNTtoHITS 10:04:17 Py:ISF               INFO ****************** STARTING ISF ******************
EVNTtoHITS 10:04:17 Py:JobPropertyContainer::    INFO SimFlags:: Loading ATLAS flags
EVNTtoHITS 10:04:17 Shortened traceback (most recent user call last):
EVNTtoHITS 10:04:17   File "/cvmfs/atlas.cern.ch/repo/sw/software/x86_64-slc6-gcc47-opt/19.2.4/AtlasProduction/19.2.4.9/InstallArea/jobOptions/SimuJobTransforms/skeleton.EVGENtoHIT_ISF.py", line 24, in <module>
EVNTtoHITS 10:04:17     raise RuntimeError("No geometryVersion provided.")
EVNTtoHITS 10:04:17 RuntimeError: No geometryVersion provided.
EVNTtoHITS 10:04:17 Py:Athena            INFO leaving with code 8: "an unknown exception occurred"
PyJobTransforms.trfExe.execute 2017-03-09 10:04:17,719 INFO EVNTtoHITS executor returns 8
PyJobTransforms.trfExe.postExecute 2017-03-09 10:04:17,761 WARNING Failed to process expected perfMon stats file ntuple.pmon.gz: [Errno 2] No such file or directory: 'ntuple.pmon.gz'
PyJobTransforms.trfExe.validate 2017-03-09 10:04:17,761 ERROR Validation of return code failed: Non-zero return code from EVNTtoHITS (8) (Error code 65)
PyJobTransforms.trfExe.validate 2017-03-09 10:04:17,777 INFO Scanning logfile log.EVNTtoHITS for errors
PyJobTransforms.trfValidation.scanLogFile 2017-03-09 10:04:17,779 WARNING Detected python exception - activating python exception grabber
PyJobTransforms.transform.execute 2017-03-09 10:04:17,779 CRITICAL Transform executor raised TransformValidationException: Non-zero return code from EVNTtoHITS (8); Logfile error in log.EVNTtoHITS: "RuntimeError: No geometryVersion provided."
boinc@xxxx:~>


What about the fact that a dualcore job produces a 50 MB result file while a singlecore job (same input?) produces only 20 kB?
ID: 4788 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
David Cameron
Project administrator
Project developer
Project tester
Project scientist

Send message
Joined: 20 Apr 16
Posts: 180
Credit: 1,355,327
RAC: 0
Message 4789 - Posted: 9 Mar 2017, 10:04:00 UTC

Hi all,

Thanks a lot for your helpful testing in the last weeks. Unfortunately it seems like there are rather deep issues with running ATLAS code on Ubuntu which I was not able to solve so far.

As you know we have been planning the consolidation of ATLAS@Home with LHC@Home for some time and now I would like to focus on completing this. So I'm going to leave the native linux app for now and come back to it later. I will let the current WU drain and not submit any more.

Hopefully we can come back to this at some point soon. There is a lot of discussion in ATLAS computing in general about using containers so perhaps this could be a future direction to deal with the OS incompatibilities.

David
ID: 4789 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2 · 3 · 4

Message boards : News : New native Linux ATLAS application


©2024 CERN