Created
June 24, 2026 12:23
-
-
Save Micket/526949575440de58f0943848fd712eb1 to your computer and use it in GitHub Desktop.
(partial) EasyBuild log for failed build of /dev/shm/eb-95vmjxbe/files_pr26348/a/awscli/awscli-2.35.9-GCCcore-15.2.0.eb (PR(s) #26348)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| == 2026-06-24 14:23:41,070 easyblock.py:382 INFO This is EasyBuild 5.3.0 (framework: 5.3.0, easyblocks: 5.3.0) on host vera-icelake-build. | |
| == 2026-06-24 14:23:41,071 easyblock.py:388 INFO This is easyblock PythonBundle from module easybuild.easyblocks.generic.pythonbundle (/apps/Common/software/EasyBuild/5.3.0/lib/python3.9/site-packages/easybuild/easyblocks/generic/pythonbundle.py) | |
| == 2026-06-24 14:23:41,071 easyblock.py:1217 INFO Build dir set to /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 14:23:41,071 easyblock.py:1280 INFO Software install dir set to /apps/Test/software/awscli/2.35.9-GCCcore-15.2.0 | |
| == 2026-06-24 14:23:41,071 easyblock.py:1285 INFO Module install dir set to /apps/Test/fmodules/all | |
| == 2026-06-24 14:23:41,071 easyblock.py:356 INFO Init completed for application name awscli version 2.35.9 | |
| == 2026-06-24 14:23:41,071 easyconfig.py:669 INFO Creating new EasyConfig instance for /dev/shm/eb-95vmjxbe/files_pr26348/a/awscli/awscli-2.35.9-GCCcore-15.2.0.eb while copying | |
| == 2026-06-24 14:23:41,071 easyconfig.py:484 INFO Performing quick parse to check for valid easyconfig file... | |
| == 2026-06-24 14:23:41,073 environment.py:95 INFO Environment variable LMOD_QUIET set to 1 (previous value: '1') | |
| == 2026-06-24 14:23:41,073 environment.py:95 INFO Environment variable LMOD_IGNORE_CACHE set to 1 (previous value: '1') | |
| == 2026-06-24 14:23:41,073 environment.py:95 INFO Environment variable LMOD_REDIRECT set to no (previous value: 'no') | |
| == 2026-06-24 14:23:41,074 environment.py:95 INFO Environment variable LMOD_EXTENDED_DEFAULT set to no (previous value: 'no') | |
| == 2026-06-24 14:23:41,074 environment.py:95 INFO Environment variable LMOD_TERSE_DECORATIONS set to no (previous value: 'no') | |
| == 2026-06-24 14:23:41,074 modules.py:729 INFO Full path for Lmod command is /usr/share/lmod/lmod/libexec/lmod, so using it | |
| == 2026-06-24 14:23:41,074 modules.py:886 INFO Prepended list of module paths with path used by EasyBuild: /apps/Test/fmodules/all | |
| == 2026-06-24 14:23:41,074 easyconfig.py:493 INFO Obtained list of valid module classes: ['base', 'ai', 'astro', 'bio', 'cae', 'chem', 'compiler', 'data', 'dataset', 'debugger', 'devel', 'geo', 'ide', 'lang', 'lib', 'math', 'mpi', 'numlib', 'perf', 'quantum', 'phys', 'system', 'toolchain', 'tools', 'vis'] | |
| == 2026-06-24 14:23:41,075 easyconfig.py:2066 INFO Derived full easyblock module path for PythonBundle: easybuild.easyblocks.generic.pythonbundle | |
| == 2026-06-24 14:23:41,076 easyconfig.py:2122 INFO Successfully obtained class 'PythonBundle' for easyblock 'PythonBundle' (software name 'awscli') | |
| == 2026-06-24 14:23:41,076 easyconfig.py:767 INFO Parsing easyconfig file None with rawcontent: easyblock = 'PythonBundle' | |
| name = 'awscli' | |
| version = '2.35.9' | |
| homepage = 'https://github.com/aws/aws-cli/' | |
| description = 'Universal Command Line Environment for AWS' | |
| toolchain = {'name': 'GCCcore', 'version': '15.2.0'} | |
| builddependencies = [ | |
| ('binutils', '2.45'), | |
| ('CMake', '4.2.1'), # required for awscrt | |
| ] | |
| dependencies = [ | |
| ('Python', '3.14.2'), | |
| ('PyYAML', '6.0.3'), | |
| ('boto3', '1.43.34'), | |
| ('ruamel.yaml', '0.19.1'), | |
| ] | |
| exts_list = [ | |
| ('prompt_toolkit', '3.0.52', { | |
| 'sources': [SOURCE_PY3_WHL], | |
| 'checksums': ['9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955'], | |
| }), | |
| ('awscrt', '0.34.1', { | |
| 'preinstallopts': "export AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 && ", | |
| 'checksums': ['a3ae8e35c3a3eefdb2a15859887a05b926d0456d21ccba1b49861cfe46bcc8c2'], | |
| }), | |
| (name, version, { | |
| 'preinstallopts': """sed -i 's/>[^"]*//g' pyproject.toml && """, | |
| 'source_urls': ['https://github.com/aws/aws-cli/archive/refs/tags/'], | |
| 'sources': [VERSION_TAR_GZ], | |
| 'checksums': ['6e9e5bcd9a644b7d1cc6e4d5eec5c86b00a2fd2fd9ea0dc29cacf0971e401189'], | |
| }), | |
| ] | |
| sanity_check_paths = { | |
| 'files': ['bin/aws'], | |
| 'dirs': ['lib/python%(pyshortver)s/site-packages/'], | |
| } | |
| sanity_check_commands = ["aws help"] | |
| moduleclass = 'tools' | |
| == 2026-06-24 14:23:41,077 parser.py:197 INFO Type checking of easyconfig parameter values passed! | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter builddependencies: value [('binutils', '2.45'), ('CMake', '4.2.1')] (type: <class 'list'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter dependencies: value [('Python', '3.14.2'), ('PyYAML', '6.0.3'), ('boto3', '1.43.34'), ('ruamel.yaml', '0.19.1')] (type: <class 'list'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter description: value Universal Command Line Environment for AWS (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter easyblock: value PythonBundle (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter exts_list: value [('prompt_toolkit', '3.0.52', {'sources': ['%(name)s-%(version)s-py3-none-any.whl'], 'checksums': ['9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955']}), ('awscrt', '0.34.1', {'preinstallopts': 'export AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 && ', 'checksums': ['a3ae8e35c3a3eefdb2a15859887a05b926d0456d21ccba1b49861cfe46bcc8c2']}), ('awscli', '2.35.9', {'preinstallopts': 'sed -i \'s/>[^"]*//g\' pyproject.toml && ', 'source_urls': ['https://github.com/aws/aws-cli/archive/refs/tags/'], 'sources': ['%(version)s.tar.gz'], 'checksums': ['6e9e5bcd9a644b7d1cc6e4d5eec5c86b00a2fd2fd9ea0dc29cacf0971e401189']})] (type: <class 'list'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter homepage: value https://github.com/aws/aws-cli/ (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,077 easyconfig.py:747 INFO setting easyconfig parameter moduleclass: value tools (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,078 easyconfig.py:747 INFO setting easyconfig parameter name: value awscli (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,078 easyconfig.py:747 INFO setting easyconfig parameter sanity_check_commands: value ['aws help'] (type: <class 'list'>) | |
| == 2026-06-24 14:23:41,078 easyconfig.py:747 INFO setting easyconfig parameter sanity_check_paths: value {'files': ['bin/aws'], 'dirs': ['lib/python%(pyshortver)s/site-packages/']} (type: <class 'dict'>) | |
| == 2026-06-24 14:23:41,078 easyconfig.py:747 INFO setting easyconfig parameter toolchain: value {'name': 'GCCcore', 'version': '15.2.0'} (type: <class 'dict'>) | |
| == 2026-06-24 14:23:41,078 easyconfig.py:747 INFO setting easyconfig parameter version: value 2.35.9 (type: <class 'str'>) | |
| == 2026-06-24 14:23:41,078 hooks.py:220 INFO Found parse_hook hook | |
| == 2026-06-24 14:23:41,078 hooks.py:251 INFO Running 'parse_hook' hook function (args: [<easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7f7ff88971f0>], keyword args: {})... | |
| == 2026-06-24 14:23:41,321 easyconfig.py:815 INFO Parsing dependency specifications... | |
| == 2026-06-24 14:23:41,323 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,335 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,336 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'binutils', 'version': '2.45', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': True, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,336 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'CMake', 'version': '4.2.1', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': True, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,337 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'Python', 'version': '3.14.2', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': False, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,338 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'PyYAML', 'version': '6.0.3', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': False, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,339 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'boto3', 'version': '1.43.34', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': False, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,339 easyconfig.py:2605 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'ruamel.yaml', 'version': '0.19.1', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '15.2.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': False, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '15.2.0'} | |
| == 2026-06-24 14:23:41,340 easyconfig.py:938 INFO Validating easyconfig | |
| == 2026-06-24 14:23:41,340 easyconfig.py:943 INFO Checking OS dependencies | |
| == 2026-06-24 14:23:41,341 easyconfig.py:1017 INFO OS dependencies ok: [] | |
| == 2026-06-24 14:23:41,341 easyconfig.py:948 INFO Checking skipsteps | |
| == 2026-06-24 14:23:41,341 easyconfig.py:969 INFO Checking build option lists | |
| == 2026-06-24 14:23:41,342 easyconfig.py:972 INFO Checking licenses | |
| == 2026-06-24 14:23:41,346 pythonbundle.py:76 INFO exts_default_options: {'buildcmd': None, 'check_ldshared': None, 'click_autocomplete_bins': None, 'download_dep_fail': None, 'dummy_package': None, 'fix_python_shebang_for': ['bin/*'], 'install_src': None, 'install_target': 'install', 'pip_ignore_installed': True, 'pip_no_build_isolation': True, 'pip_no_index': None, 'pip_verbose': None, 'req_py_majver': None, 'req_py_minver': None, 'max_py_majver': None, 'max_py_minver': None, 'sanity_pip_check': True, 'sanity_check_pip_list': None, 'runtest': True, 'testinstall': False, 'unpack_sources': None, 'unversioned_packages': [], 'use_pip': True, 'use_pip_editable': False, 'use_pip_extras': None, 'use_pip_for_deps': False, 'use_pip_requirement': False, 'zipped_egg': False, 'source_urls': ['https://pypi.python.org/packages/source/%(nameletter)s/%(name)s'], 'options': {}} | |
| == 2026-06-24 14:23:41,347 easyblock.py:5133 INFO Obtained application instance for awscli (easyblock: PythonBundle) | |
| == 2026-06-24 14:23:41,348 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,349 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,352 one.py:179 INFO Skipping reformatting value for parameter 'toolchain' | |
| == 2026-06-24 14:23:41,353 filetools.py:2059 INFO Creating directory /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269 (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 14:23:41,354 easyblock.py:5414 INFO Dumped easyconfig instance to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/awscli-2.35.9-GCCcore-15.2.0.eb | |
| == 2026-06-24 14:23:41,354 filetools.py:2059 INFO Creating directory /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/easyblocks (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 14:23:41,358 filetools.py:2543 INFO /apps/Common/software/EasyBuild/5.3.0/lib/python3.9/site-packages/easybuild/easyblocks/generic/pythonbundle.py copied to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/easyblocks/pythonbundle.py | |
| == 2026-06-24 14:23:41,358 easyblock.py:5394 INFO Dumped easyblock pythonbundle.py required for reproduction to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/easyblocks | |
| == 2026-06-24 14:23:41,361 filetools.py:2543 INFO /apps/Common/software/EasyBuild/5.3.0/lib/python3.9/site-packages/easybuild/easyblocks/generic/bundle.py copied to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/easyblocks/bundle.py | |
| == 2026-06-24 14:23:41,361 easyblock.py:5394 INFO Dumped easyblock bundle.py required for reproduction to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/easyblocks | |
| == 2026-06-24 14:23:41,362 filetools.py:2059 INFO Creating directory /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/hooks (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 14:23:41,364 filetools.py:2543 INFO /apps/c3se_hooks.py copied to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/hooks/c3se_hooks.py | |
| == 2026-06-24 14:23:41,364 easyblock.py:5426 INFO Dumped hooks file /apps/c3se_hooks.py which is (potentially) required for reproduction to /dev/shm/eb-95vmjxbe/reprod_20260624142341_2433269/hooks/c3se_hooks.py | |
| == 2026-06-24 14:23:41,367 easyblock.py:2551 INFO Number of iterations to perform for central part of installation procedure: 1 | |
| == 2026-06-24 14:23:41,367 build_log.py:330 INFO building and installing awscli/2.35.9-GCCcore-15.2.0... | |
| == 2026-06-24 14:23:41,387 filetools.py:2142 INFO Lock /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock does not exist | |
| == 2026-06-24 14:23:41,388 filetools.py:2099 INFO Creating lock at /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock... | |
| == 2026-06-24 14:23:41,388 filetools.py:2059 INFO Creating directory /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 14:23:41,391 filetools.py:2108 INFO Lock created: /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock | |
| == 2026-06-24 14:23:41,391 easyblock.py:2587 INFO Setting parallelism: 16 | |
| == 2026-06-24 14:23:41,392 build_log.py:330 INFO fetching files and verifying checksums... | |
| == 2026-06-24 14:23:41,399 easyblock.py:4803 INFO Starting fetch step | |
| == 2026-06-24 14:23:41,399 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,400 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,400 easyblock.py:4814 INFO Running method fetch_step part of step fetch | |
| == 2026-06-24 14:23:41,400 easyblock.py:2688 WARNING Easyconfig does not specify an EasyBuild-version (key 'easybuild_version')! Assuming the latest version | |
| == 2026-06-24 14:23:41,401 easyblock.py:2718 INFO no sources or data_sources provided | |
| == 2026-06-24 14:23:41,401 easyblock.py:2733 INFO no patches provided | |
| == 2026-06-24 14:23:41,402 easyblock.py:960 INFO Considering directory in which easyconfig file is located when searching for prompt_toolkit-3.0.52-py3-none-any.whl: /dev/shm/eb-95vmjxbe/files_pr26348/a/awscli | |
| == 2026-06-24 14:23:41,402 tools.py:238 INFO Found location to 'eb' script via $EB_SCRIPT_PATH: /apps/Common/software/EasyBuild/5.3.0/bin/eb | |
| == 2026-06-24 14:23:41,404 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 14:23:41,424 easyblock.py:1002 INFO Found file prompt_toolkit-3.0.52-py3-none-any.whl at /apps/sources/a/awscli/extensions/prompt_toolkit-3.0.52-py3-none-any.whl | |
| == 2026-06-24 14:23:41,430 easyblock.py:796 INFO sha256 checksum for /apps/sources/a/awscli/extensions/prompt_toolkit-3.0.52-py3-none-any.whl: 9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955 | |
| == 2026-06-24 14:23:41,431 easyblock.py:802 INFO Checksum for extension source prompt_toolkit-3.0.52-py3-none-any.whl verified | |
| == 2026-06-24 14:23:41,431 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 14:23:41,433 easyblock.py:960 INFO Considering directory in which easyconfig file is located when searching for awscrt-0.34.1.tar.gz: /dev/shm/eb-95vmjxbe/files_pr26348/a/awscli | |
| == 2026-06-24 14:23:41,433 tools.py:238 INFO Found location to 'eb' script via $EB_SCRIPT_PATH: /apps/Common/software/EasyBuild/5.3.0/bin/eb | |
| == 2026-06-24 14:23:41,433 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 14:23:41,438 easyblock.py:1002 INFO Found file awscrt-0.34.1.tar.gz at /apps/sources/a/awscli/extensions/awscrt-0.34.1.tar.gz | |
| == 2026-06-24 14:23:41,596 easyblock.py:796 INFO sha256 checksum for /apps/sources/a/awscli/extensions/awscrt-0.34.1.tar.gz: a3ae8e35c3a3eefdb2a15859887a05b926d0456d21ccba1b49861cfe46bcc8c2 | |
| == 2026-06-24 14:23:41,596 easyblock.py:802 INFO Checksum for extension source awscrt-0.34.1.tar.gz verified | |
| == 2026-06-24 14:23:41,596 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 14:23:41,597 easyblock.py:960 INFO Considering directory in which easyconfig file is located when searching for 2.35.9.tar.gz: /dev/shm/eb-95vmjxbe/files_pr26348/a/awscli | |
| == 2026-06-24 14:23:41,597 tools.py:238 INFO Found location to 'eb' script via $EB_SCRIPT_PATH: /apps/Common/software/EasyBuild/5.3.0/bin/eb | |
| == 2026-06-24 14:23:41,597 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 14:23:41,600 easyblock.py:1002 INFO Found file 2.35.9.tar.gz at /apps/sources/a/awscli/extensions/2.35.9.tar.gz | |
| == 2026-06-24 14:23:41,672 easyblock.py:796 INFO sha256 checksum for /apps/sources/a/awscli/extensions/2.35.9.tar.gz: 6e9e5bcd9a644b7d1cc6e4d5eec5c86b00a2fd2fd9ea0dc29cacf0971e401189 | |
| == 2026-06-24 14:23:41,673 easyblock.py:802 INFO Checksum for extension source 2.35.9.tar.gz verified | |
| == 2026-06-24 14:23:41,673 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 14:23:41,673 easyblock.py:2777 INFO Checking dirs that need to be created: ['/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', '/apps/Test/fmodules/all/awscli', '/apps/Test/fmodules/tools/awscli'] | |
| == 2026-06-24 14:23:41,679 easyblock.py:4814 INFO Running method checksum_step part of step fetch | |
| == 2026-06-24 14:23:41,679 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 14:23:41,684 build_log.py:330 INFO creating build dir, resetting environment... | |
| == 2026-06-24 14:23:41,688 easyblock.py:4803 INFO Starting ready step | |
| == 2026-06-24 14:23:41,688 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,688 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,688 easyblock.py:4814 INFO Running method check_readiness_step part of step ready | |
| == 2026-06-24 14:23:41,689 run.py:526 INFO Running '/usr/share/lmod/lmod/libexec/lmod ...' command in /apps/c3se-test-easyconfigs: | |
| /usr/share/lmod/lmod/libexec/lmod python --terse list | |
| == 2026-06-24 14:23:41,782 run.py:642 INFO '/usr/share/lmod/lmod/libexec/lmod ...' command completed successfully | |
| == 2026-06-24 14:23:41,784 easyblock.py:2637 WARNING Loaded modules detected: ['EasyBuild/5.3.0'] | |
| == 2026-06-24 14:23:41,785 easyblock.py:4814 INFO Running method make_builddir part of step ready | |
| == 2026-06-24 14:23:41,786 easyblock.py:1306 INFO Found old directory /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 14:23:41,786 filetools.py:421 INFO Path /dev/shm/awscli/2.35.9/GCCcore-15.2.0 successfully removed. | |
| == 2026-06-24 14:23:41,786 easyblock.py:1329 INFO Removed old directory /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 14:23:41,787 filetools.py:2059 INFO Creating directory /dev/shm/awscli/2.35.9/GCCcore-15.2.0 (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 14:23:41,801 easyblock.py:4814 INFO Running method reset_env part of step ready | |
| == 2026-06-24 14:23:41,802 easyblock.py:4814 INFO Running method handle_iterate_opts part of step ready | |
| == 2026-06-24 14:23:41,803 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,804 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,804 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 14:23:41,811 build_log.py:330 INFO unpacking... | |
| == 2026-06-24 14:23:41,816 easyblock.py:4803 INFO Starting extract step | |
| == 2026-06-24 14:23:41,817 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,817 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,817 easyblock.py:4814 INFO Running method extract_step part of step extract | |
| == 2026-06-24 14:23:41,818 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 14:23:41,823 build_log.py:330 INFO patching... | |
| == 2026-06-24 14:23:41,826 easyblock.py:4803 INFO Starting patch step | |
| == 2026-06-24 14:23:41,827 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,827 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,827 easyblock.py:4814 INFO Running method patch_step part of step patch | |
| == 2026-06-24 14:23:41,827 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 14:23:41,832 build_log.py:330 INFO preparing... | |
| == 2026-06-24 14:23:41,846 easyblock.py:4803 INFO Starting prepare step | |
| == 2026-06-24 14:23:41,846 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 14:23:41,847 easyconfig.py:1848 INFO Template values: arch='x86_64', bitbucket_account='awscli', builddir='/dev/shm/awscli/2.35.9/GCCcore-15.2.0', cuda_cc_cmake='80;86', cuda_cc_nvhpc='cc80,cc86', cuda_cc_semicolon_sep='8.0;8.6', cuda_cc_space_sep='8.0 8.6', cuda_cc_space_sep_no_period='80 86', cuda_compute_capabilities='8.0,8.6', cuda_int_comma_sep='80,86', cuda_int_semicolon_sep='80;86', cuda_int_space_sep='80 86', cuda_sm_comma_sep='sm_80,sm_86', cuda_sm_space_sep='sm_80 sm_86', github_account='awscli', installdir='/apps/Test/software/awscli/2.35.9-GCCcore-15.2.0', module_name='awscli/2.35.9-GCCcore-15.2.0', name='awscli', nameletter='a', nameletterlower='a', namelower='awscli', parallel='16', pymajver='3', pyminver='14', pyshortver='3.14', pyver='3.14.2', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='15.2.0', version='2.35.9', version_major='2', version_major_minor='2.35', version_major_minor_patch='2.35.9', version_minor='35', version_minor_patch='35.9', version_patch='9', versionprefix='', versionsuffix='' | |
| == 2026-06-24 14:23:41,847 easyblock.py:4814 INFO Running method prepare_step part of step prepare | |
| == 2026-06-24 14:23:41,852 modules.py:1054 INFO Checking whether binutils/2.45-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,852 modules.py:1059 INFO Module binutils/2.45-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 14:23:41,852 modules.py:1082 INFO Result for existence check of binutils/2.45-GCCcore-15.2.0 module: True | |
| == 2026-06-24 14:23:41,852 modules.py:1054 INFO Checking whether CMake/4.2.1-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,852 modules.py:1059 INFO Module CMake/4.2.1-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 14:23:41,852 modules.py:1082 INFO Result for existence check of CMake/4.2.1-GCCcore-15.2.0 module: True | |
| == 2026-06-24 14:23:41,852 modules.py:1054 INFO Checking whether Python/3.14.2-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,853 modules.py:1059 INFO Module Python/3.14.2-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 14:23:41,853 modules.py:1082 INFO Result for existence check of Python/3.14.2-GCCcore-15.2.0 module: True | |
| == 2026-06-24 14:23:41,853 modules.py:1054 INFO Checking whether PyYAML/6.0.3-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,853 modules.py:1059 INFO Module PyYAML/6.0.3-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 14:23:41,853 modules.py:1082 INFO Result for existence check of PyYAML/6.0.3-GCCcore-15.2.0 module: True | |
| == 2026-06-24 14:23:41,853 modules.py:1054 INFO Checking whether boto3/1.43.34-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,853 modules.py:1059 INFO Module boto3/1.43.34-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 14:23:41,853 modules.py:1082 INFO Result for existence check of boto3/1.43.34-GCCcore-15.2.0 module: True | |
| == 2026-06-24 14:23:41,853 modules.py:1054 INFO Checking whether ruamel.yaml/0.19.1-GCCcore-15.2.0 exists... | |
| == 2026-06-24 14:23:41,853 modules.py:1061 INFO Module ruamel.yaml/0.19.1-GCCcore-15.2.0 not found in list of available modules, checking via 'module show'... | |
| == 2026-06-24 14:23:41,854 run.py:526 INFO Running '/usr/share/lmod/lmod/libexec/lmod ...' command in /apps/c3se-test-easyconfigs: | |
| /usr/share/lmod/lmod/libexec/lmod python show ruamel.yaml/0.19.1-GCCcore-15.2.0 | |
| == 2026-06-24 14:23:47,570 run.py:642 INFO '/usr/share/lmod/lmod/libexec/lmod ...' command completed successfully | |
| == 2026-06-24 14:23:47,570 modules.py:1075 INFO Module ruamel.yaml/0.19.1-GCCcore-15.2.0 not found via module avail/show, checking whether it is a wrapper | |
| == 2026-06-24 14:23:47,571 modules.py:1082 INFO Result for existence check of ruamel.yaml/0.19.1-GCCcore-15.2.0 module: False | |
| == 2026-06-24 14:23:47,589 build_log.py:233 ERROR EasyBuild encountered an error: Missing modules for dependencies (use --robot?): ruamel.yaml/0.19.1-GCCcore-15.2.0 (at easybuild/tools/toolchain/toolchain.py:603 in _check_dependencies) | |
| Callstack: | |
| easybuild/tools/toolchain/toolchain.py:603 in _check_dependencies | |
| easybuild/tools/toolchain/toolchain.py:901 in prepare | |
| easybuild/framework/easyblock.py:3054 in prepare_step | |
| easybuild/easyblocks/generic/bundle.py:282 in prepare_step | |
| easybuild/easyblocks/generic/pythonbundle.py:110 in prepare_step | |
| easybuild/framework/easyblock.py:4830 in run_step | |
| easybuild/framework/easyblock.py:4989 in run_all_steps | |
| easybuild/framework/easyblock.py:5177 in build_and_install_one | |
| easybuild/main.py:184 in build_and_install_software | |
| easybuild/main.py:630 in process_eb_args | |
| easybuild/main.py:814 in main | |
| easybuild/main.py:872 in main_with_hooks | |
| easybuild/main.py:891 in <module> | |
| == 2026-06-24 14:23:47,592 build_log.py:330 INFO ... (took 5 secs) | |
| == 2026-06-24 14:23:47,601 filetools.py:2150 INFO Removing lock /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock... | |
| == 2026-06-24 14:23:47,612 filetools.py:421 INFO Path /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock successfully removed. | |
| == 2026-06-24 14:23:47,612 filetools.py:2154 INFO Lock removed: /apps/Test/software/.locks/_apps_Test_software_awscli_2.35.9-GCCcore-15.2.0.lock | |
| == 2026-06-24 14:23:47,613 easyblock.py:400 INFO Closing log for application name awscli version 2.35.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment