Created
June 24, 2026 14:51
-
-
Save Micket/025fe16d5087dfc5716110d1747aa6bf to your computer and use it in GitHub Desktop.
(partial) EasyBuild log for failed build of /dev/shm/eb-bv6jyxuy/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 16:51:53,842 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 16:51:53,842 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 16:51:53,843 easyblock.py:1217 INFO Build dir set to /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 16:51:53,843 easyblock.py:1280 INFO Software install dir set to /apps/Test/software/awscli/2.35.9-GCCcore-15.2.0 | |
| == 2026-06-24 16:51:53,843 easyblock.py:1285 INFO Module install dir set to /apps/Test/fmodules/all | |
| == 2026-06-24 16:51:53,843 easyblock.py:356 INFO Init completed for application name awscli version 2.35.9 | |
| == 2026-06-24 16:51:53,843 easyconfig.py:669 INFO Creating new EasyConfig instance for /dev/shm/eb-bv6jyxuy/files_pr26348/a/awscli/awscli-2.35.9-GCCcore-15.2.0.eb while copying | |
| == 2026-06-24 16:51:53,843 easyconfig.py:484 INFO Performing quick parse to check for valid easyconfig file... | |
| == 2026-06-24 16:51:53,845 environment.py:95 INFO Environment variable LMOD_QUIET set to 1 (previous value: '1') | |
| == 2026-06-24 16:51:53,845 environment.py:95 INFO Environment variable LMOD_IGNORE_CACHE set to 1 (previous value: '1') | |
| == 2026-06-24 16:51:53,845 environment.py:95 INFO Environment variable LMOD_REDIRECT set to no (previous value: 'no') | |
| == 2026-06-24 16:51:53,845 environment.py:95 INFO Environment variable LMOD_EXTENDED_DEFAULT set to no (previous value: 'no') | |
| == 2026-06-24 16:51:53,845 environment.py:95 INFO Environment variable LMOD_TERSE_DECORATIONS set to no (previous value: 'no') | |
| == 2026-06-24 16:51:53,846 modules.py:729 INFO Full path for Lmod command is /usr/share/lmod/lmod/libexec/lmod, so using it | |
| == 2026-06-24 16:51:53,846 modules.py:886 INFO Prepended list of module paths with path used by EasyBuild: /apps/Test/fmodules/all | |
| == 2026-06-24 16:51:53,846 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 16:51:53,847 easyconfig.py:2066 INFO Derived full easyblock module path for PythonBundle: easybuild.easyblocks.generic.pythonbundle | |
| == 2026-06-24 16:51:53,847 easyconfig.py:2122 INFO Successfully obtained class 'PythonBundle' for easyblock 'PythonBundle' (software name 'awscli') | |
| == 2026-06-24 16:51:53,848 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 16:51:53,848 parser.py:197 INFO Type checking of easyconfig parameter values passed! | |
| == 2026-06-24 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter builddependencies: value [('binutils', '2.45'), ('CMake', '4.2.1')] (type: <class 'list'>) | |
| == 2026-06-24 16:51:53,849 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 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter description: value Universal Command Line Environment for AWS (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter easyblock: value PythonBundle (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,849 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 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter homepage: value https://github.com/aws/aws-cli/ (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter moduleclass: value tools (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter name: value awscli (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,849 easyconfig.py:747 INFO setting easyconfig parameter sanity_check_commands: value ['aws help'] (type: <class 'list'>) | |
| == 2026-06-24 16:51:53,850 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 16:51:53,850 easyconfig.py:747 INFO setting easyconfig parameter toolchain: value {'name': 'GCCcore', 'version': '15.2.0'} (type: <class 'dict'>) | |
| == 2026-06-24 16:51:53,850 easyconfig.py:747 INFO setting easyconfig parameter version: value 2.35.9 (type: <class 'str'>) | |
| == 2026-06-24 16:51:53,850 hooks.py:220 INFO Found parse_hook hook | |
| == 2026-06-24 16:51:53,850 hooks.py:251 INFO Running 'parse_hook' hook function (args: [<easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7f9aae16a0d0>], keyword args: {})... | |
| == 2026-06-24 16:51:53,961 easyconfig.py:815 INFO Parsing dependency specifications... | |
| == 2026-06-24 16:51:53,961 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:53,969 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 16:51:53,969 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 16:51:53,970 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 16:51:53,970 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 16:51:53,970 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 16:51:53,970 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 16:51:53,971 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 16:51:53,971 easyconfig.py:938 INFO Validating easyconfig | |
| == 2026-06-24 16:51:53,971 easyconfig.py:943 INFO Checking OS dependencies | |
| == 2026-06-24 16:51:53,971 easyconfig.py:1017 INFO OS dependencies ok: [] | |
| == 2026-06-24 16:51:53,971 easyconfig.py:948 INFO Checking skipsteps | |
| == 2026-06-24 16:51:53,971 easyconfig.py:969 INFO Checking build option lists | |
| == 2026-06-24 16:51:53,972 easyconfig.py:972 INFO Checking licenses | |
| == 2026-06-24 16:51:53,974 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 16:51:53,974 easyblock.py:5133 INFO Obtained application instance for awscli (easyblock: PythonBundle) | |
| == 2026-06-24 16:51:53,974 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:53,975 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 16:51:53,976 one.py:179 INFO Skipping reformatting value for parameter 'toolchain' | |
| == 2026-06-24 16:51:53,977 filetools.py:2059 INFO Creating directory /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193 (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 16:51:53,977 easyblock.py:5414 INFO Dumped easyconfig instance to /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/awscli-2.35.9-GCCcore-15.2.0.eb | |
| == 2026-06-24 16:51:53,977 filetools.py:2059 INFO Creating directory /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/easyblocks (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 16:51:53,980 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-bv6jyxuy/reprod_20260624165153_2458193/easyblocks/bundle.py | |
| == 2026-06-24 16:51:53,980 easyblock.py:5394 INFO Dumped easyblock bundle.py required for reproduction to /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/easyblocks | |
| == 2026-06-24 16:51:53,981 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-bv6jyxuy/reprod_20260624165153_2458193/easyblocks/pythonbundle.py | |
| == 2026-06-24 16:51:53,981 easyblock.py:5394 INFO Dumped easyblock pythonbundle.py required for reproduction to /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/easyblocks | |
| == 2026-06-24 16:51:53,982 filetools.py:2059 INFO Creating directory /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/hooks (parents: True, set_gid: False, sticky: False) | |
| == 2026-06-24 16:51:53,983 filetools.py:2543 INFO /apps/c3se_hooks.py copied to /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/hooks/c3se_hooks.py | |
| == 2026-06-24 16:51:53,984 easyblock.py:5426 INFO Dumped hooks file /apps/c3se_hooks.py which is (potentially) required for reproduction to /dev/shm/eb-bv6jyxuy/reprod_20260624165153_2458193/hooks/c3se_hooks.py | |
| == 2026-06-24 16:51:53,985 easyblock.py:2551 INFO Number of iterations to perform for central part of installation procedure: 1 | |
| == 2026-06-24 16:51:53,985 build_log.py:330 INFO building and installing awscli/2.35.9-GCCcore-15.2.0... | |
| == 2026-06-24 16:51:53,995 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 16:51:53,995 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 16:51:53,995 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 16:51:53,997 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 16:51:53,997 easyblock.py:2587 INFO Setting parallelism: 16 | |
| == 2026-06-24 16:51:53,997 build_log.py:330 INFO fetching files and verifying checksums... | |
| == 2026-06-24 16:51:54,001 easyblock.py:4803 INFO Starting fetch step | |
| == 2026-06-24 16:51:54,001 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,001 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 16:51:54,002 easyblock.py:4814 INFO Running method fetch_step part of step fetch | |
| == 2026-06-24 16:51:54,002 easyblock.py:2688 WARNING Easyconfig does not specify an EasyBuild-version (key 'easybuild_version')! Assuming the latest version | |
| == 2026-06-24 16:51:54,002 easyblock.py:2718 INFO no sources or data_sources provided | |
| == 2026-06-24 16:51:54,002 easyblock.py:2733 INFO no patches provided | |
| == 2026-06-24 16:51:54,003 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-bv6jyxuy/files_pr26348/a/awscli | |
| == 2026-06-24 16:51:54,003 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 16:51:54,003 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 16:51:54,016 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 16:51:54,019 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 16:51:54,019 easyblock.py:802 INFO Checksum for extension source prompt_toolkit-3.0.52-py3-none-any.whl verified | |
| == 2026-06-24 16:51:54,019 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 16:51:54,020 easyblock.py:960 INFO Considering directory in which easyconfig file is located when searching for awscrt-0.34.1.tar.gz: /dev/shm/eb-bv6jyxuy/files_pr26348/a/awscli | |
| == 2026-06-24 16:51:54,020 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 16:51:54,020 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 16:51:54,023 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 16:51:54,128 easyblock.py:796 INFO sha256 checksum for /apps/sources/a/awscli/extensions/awscrt-0.34.1.tar.gz: a3ae8e35c3a3eefdb2a15859887a05b926d0456d21ccba1b49861cfe46bcc8c2 | |
| == 2026-06-24 16:51:54,128 easyblock.py:802 INFO Checksum for extension source awscrt-0.34.1.tar.gz verified | |
| == 2026-06-24 16:51:54,128 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 16:51:54,128 easyblock.py:960 INFO Considering directory in which easyconfig file is located when searching for 2.35.9.tar.gz: /dev/shm/eb-bv6jyxuy/files_pr26348/a/awscli | |
| == 2026-06-24 16:51:54,128 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 16:51:54,129 tools.py:252 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.3.0 (determined via path to 'eb' script)... | |
| == 2026-06-24 16:51:54,132 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 16:51:54,184 easyblock.py:796 INFO sha256 checksum for /apps/sources/a/awscli/extensions/2.35.9.tar.gz: 6e9e5bcd9a644b7d1cc6e4d5eec5c86b00a2fd2fd9ea0dc29cacf0971e401189 | |
| == 2026-06-24 16:51:54,184 easyblock.py:802 INFO Checksum for extension source 2.35.9.tar.gz verified | |
| == 2026-06-24 16:51:54,185 easyblock.py:635 INFO Fetched extension patches: [] | |
| == 2026-06-24 16:51:54,185 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 16:51:54,188 easyblock.py:4814 INFO Running method checksum_step part of step fetch | |
| == 2026-06-24 16:51:54,189 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 16:51:54,193 build_log.py:330 INFO creating build dir, resetting environment... | |
| == 2026-06-24 16:51:54,196 easyblock.py:4803 INFO Starting ready step | |
| == 2026-06-24 16:51:54,197 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,197 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 16:51:54,197 easyblock.py:4814 INFO Running method check_readiness_step part of step ready | |
| == 2026-06-24 16:51:54,197 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 16:51:54,262 run.py:642 INFO '/usr/share/lmod/lmod/libexec/lmod ...' command completed successfully | |
| == 2026-06-24 16:51:54,263 easyblock.py:2637 WARNING Loaded modules detected: ['EasyBuild/5.3.0'] | |
| == 2026-06-24 16:51:54,263 easyblock.py:4814 INFO Running method make_builddir part of step ready | |
| == 2026-06-24 16:51:54,263 easyblock.py:1306 INFO Found old directory /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 16:51:54,264 filetools.py:421 INFO Path /dev/shm/awscli/2.35.9/GCCcore-15.2.0 successfully removed. | |
| == 2026-06-24 16:51:54,264 easyblock.py:1329 INFO Removed old directory /dev/shm/awscli/2.35.9/GCCcore-15.2.0 | |
| == 2026-06-24 16:51:54,264 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 16:51:54,269 easyblock.py:4814 INFO Running method reset_env part of step ready | |
| == 2026-06-24 16:51:54,270 easyblock.py:4814 INFO Running method handle_iterate_opts part of step ready | |
| == 2026-06-24 16:51:54,270 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,270 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 16:51:54,270 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 16:51:54,275 build_log.py:330 INFO unpacking... | |
| == 2026-06-24 16:51:54,278 easyblock.py:4803 INFO Starting extract step | |
| == 2026-06-24 16:51:54,278 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,279 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 16:51:54,279 easyblock.py:4814 INFO Running method extract_step part of step extract | |
| == 2026-06-24 16:51:54,279 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 16:51:54,282 build_log.py:330 INFO patching... | |
| == 2026-06-24 16:51:54,286 easyblock.py:4803 INFO Starting patch step | |
| == 2026-06-24 16:51:54,286 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,286 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 16:51:54,286 easyblock.py:4814 INFO Running method patch_step part of step patch | |
| == 2026-06-24 16:51:54,287 build_log.py:330 INFO ... (took < 1 sec) | |
| == 2026-06-24 16:51:54,290 build_log.py:330 INFO preparing... | |
| == 2026-06-24 16:51:54,294 easyblock.py:4803 INFO Starting prepare step | |
| == 2026-06-24 16:51:54,294 easyconfig.py:1829 INFO Generating template values... | |
| == 2026-06-24 16:51:54,294 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 16:51:54,295 easyblock.py:4814 INFO Running method prepare_step part of step prepare | |
| == 2026-06-24 16:51:54,296 modules.py:1054 INFO Checking whether binutils/2.45-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,296 modules.py:1059 INFO Module binutils/2.45-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 16:51:54,296 modules.py:1082 INFO Result for existence check of binutils/2.45-GCCcore-15.2.0 module: True | |
| == 2026-06-24 16:51:54,296 modules.py:1054 INFO Checking whether CMake/4.2.1-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,296 modules.py:1059 INFO Module CMake/4.2.1-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 16:51:54,296 modules.py:1082 INFO Result for existence check of CMake/4.2.1-GCCcore-15.2.0 module: True | |
| == 2026-06-24 16:51:54,296 modules.py:1054 INFO Checking whether Python/3.14.2-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,297 modules.py:1059 INFO Module Python/3.14.2-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 16:51:54,297 modules.py:1082 INFO Result for existence check of Python/3.14.2-GCCcore-15.2.0 module: True | |
| == 2026-06-24 16:51:54,297 modules.py:1054 INFO Checking whether PyYAML/6.0.3-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,297 modules.py:1059 INFO Module PyYAML/6.0.3-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 16:51:54,297 modules.py:1082 INFO Result for existence check of PyYAML/6.0.3-GCCcore-15.2.0 module: True | |
| == 2026-06-24 16:51:54,297 modules.py:1054 INFO Checking whether boto3/1.43.34-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,297 modules.py:1059 INFO Module boto3/1.43.34-GCCcore-15.2.0 exists (found in list of available modules) | |
| == 2026-06-24 16:51:54,297 modules.py:1082 INFO Result for existence check of boto3/1.43.34-GCCcore-15.2.0 module: True | |
| == 2026-06-24 16:51:54,297 modules.py:1054 INFO Checking whether ruamel.yaml/0.19.1-GCCcore-15.2.0 exists... | |
| == 2026-06-24 16:51:54,297 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 16:51:54,298 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 16:51:55,995 run.py:642 INFO '/usr/share/lmod/lmod/libexec/lmod ...' command completed successfully | |
| == 2026-06-24 16:51:55,996 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 16:51:55,996 modules.py:1082 INFO Result for existence check of ruamel.yaml/0.19.1-GCCcore-15.2.0 module: False | |
| == 2026-06-24 16:51:56,008 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 16:51:56,011 build_log.py:330 INFO ... (took 1 secs) | |
| == 2026-06-24 16:51:56,024 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 16:51:56,029 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 16:51:56,030 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 16:51:56,030 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