Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Micket/4720b22ee3f3d7c22536c1426f8ae4ae to your computer and use it in GitHub Desktop.

Select an option

Save Micket/4720b22ee3f3d7c22536c1426f8ae4ae to your computer and use it in GitHub Desktop.
(partial) EasyBuild log for failed build of /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen-2.5.5-GCCcore-14.3.0.eb (PR(s) #24784)
== 2025-12-10 02:14:23,178 easyblock.py:371 INFO This is EasyBuild 5.1.2 (framework: 5.1.2, easyblocks: 5.1.2) on host vera-icelake-build.
== 2025-12-10 02:14:23,178 easyblock.py:377 INFO This is easyblock PythonBundle from module easybuild.easyblocks.generic.pythonbundle (/apps/Common/software/EasyBuild/5.1.2/lib/python3.9/site-packages/easybuild/easyblocks/generic/pythonbundle.py)
== 2025-12-10 02:14:23,178 easyblock.py:1162 INFO Build dir set to /dev/shm/pybind11stubgen/2.5.5/GCCcore-14.3.0
== 2025-12-10 02:14:23,178 easyblock.py:1225 INFO Software install dir set to /apps/Test/software/pybind11-stubgen/2.5.5-GCCcore-14.3.0
== 2025-12-10 02:14:23,178 easyblock.py:1230 INFO Module install dir set to /apps/Test/fmodules/all
== 2025-12-10 02:14:23,178 easyblock.py:345 INFO Init completed for application name pybind11-stubgen version 2.5.5
== 2025-12-10 02:14:23,179 easyconfig.py:470 INFO Performing quick parse to check for valid easyconfig file...
== 2025-12-10 02:14:23,179 environment.py:95 INFO Environment variable LMOD_QUIET set to 1 (previous value: '1')
== 2025-12-10 02:14:23,179 environment.py:95 INFO Environment variable LMOD_IGNORE_CACHE set to 1 (previous value: '1')
== 2025-12-10 02:14:23,179 environment.py:95 INFO Environment variable LMOD_REDIRECT set to no (previous value: 'no')
== 2025-12-10 02:14:23,180 environment.py:95 INFO Environment variable LMOD_EXTENDED_DEFAULT set to no (previous value: 'no')
== 2025-12-10 02:14:23,180 environment.py:95 INFO Environment variable LMOD_TERSE_DECORATIONS set to no (previous value: 'no')
== 2025-12-10 02:14:23,180 modules.py:729 INFO Full path for Lmod command is /usr/share/lmod/lmod/libexec/lmod, so using it
== 2025-12-10 02:14:23,180 modules.py:886 INFO Prepended list of module paths with path used by EasyBuild: /apps/Test/fmodules/all
== 2025-12-10 02:14:23,180 easyconfig.py:479 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']
== 2025-12-10 02:14:23,180 easyconfig.py:2043 INFO Derived full easyblock module path for PythonBundle: easybuild.easyblocks.generic.pythonbundle
== 2025-12-10 02:14:23,181 easyconfig.py:2099 INFO Successfully obtained class 'PythonBundle' for easyblock 'PythonBundle' (software name 'pybind11-stubgen')
== 2025-12-10 02:14:23,181 easyconfig.py:752 INFO Parsing easyconfig file None with rawcontent: # Thomas Hoffmann, EMBL Heidelberg, [email protected], 2024/04
easyblock = 'PythonBundle'
name = 'pybind11-stubgen'
version = '2.5.5'
homepage = 'https://github.com/sizmailov/pybind11-stubgen'
description = """
Static analysis tools and IDE usually struggle to understand python binary
extensions. pybind11-stubgen generates stubs for python extensions to make them
less opaque.
While the CLI tool includes tweaks to target modules compiled specifically with
pybind11 but it should work well with modules built with other libraries.
"""
toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
builddependencies = [
('binutils', '2.44'),
]
dependencies = [
('Python', '3.13.5'),
]
exts_list = [
(name, version, {
'checksums': ['758d6d6bbeefc62ad7f78d5e5bbf357ccf6af83cd4504f5f549403f452942708'],
}),
]
moduleclass = 'lib'
== 2025-12-10 02:14:23,181 parser.py:197 INFO Type checking of easyconfig parameter values passed!
== 2025-12-10 02:14:23,181 easyconfig.py:732 INFO setting easyconfig parameter builddependencies: value [('binutils', '2.44')] (type: <class 'list'>)
== 2025-12-10 02:14:23,181 easyconfig.py:732 INFO setting easyconfig parameter dependencies: value [('Python', '3.13.5')] (type: <class 'list'>)
== 2025-12-10 02:14:23,181 easyconfig.py:732 INFO setting easyconfig parameter description: value
Static analysis tools and IDE usually struggle to understand python binary
extensions. pybind11-stubgen generates stubs for python extensions to make them
less opaque.
While the CLI tool includes tweaks to target modules compiled specifically with
pybind11 but it should work well with modules built with other libraries.
(type: <class 'str'>)
== 2025-12-10 02:14:23,181 easyconfig.py:732 INFO setting easyconfig parameter easyblock: value PythonBundle (type: <class 'str'>)
== 2025-12-10 02:14:23,181 easyconfig.py:732 INFO setting easyconfig parameter exts_list: value [('pybind11-stubgen', '2.5.5', {'checksums': ['758d6d6bbeefc62ad7f78d5e5bbf357ccf6af83cd4504f5f549403f452942708']})] (type: <class 'list'>)
== 2025-12-10 02:14:23,182 easyconfig.py:732 INFO setting easyconfig parameter homepage: value https://github.com/sizmailov/pybind11-stubgen (type: <class 'str'>)
== 2025-12-10 02:14:23,182 easyconfig.py:732 INFO setting easyconfig parameter moduleclass: value lib (type: <class 'str'>)
== 2025-12-10 02:14:23,182 easyconfig.py:732 INFO setting easyconfig parameter name: value pybind11-stubgen (type: <class 'str'>)
== 2025-12-10 02:14:23,182 easyconfig.py:732 INFO setting easyconfig parameter toolchain: value {'name': 'GCCcore', 'version': '14.3.0'} (type: <class 'dict'>)
== 2025-12-10 02:14:23,182 easyconfig.py:732 INFO setting easyconfig parameter version: value 2.5.5 (type: <class 'str'>)
== 2025-12-10 02:14:23,182 hooks.py:218 INFO Found parse_hook hook
== 2025-12-10 02:14:23,182 hooks.py:252 INFO Running 'parse_hook' hook function (args: [<easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7ff9ad249250>], keyword args: {})...
== 2025-12-10 02:14:23,240 easyconfig.py:800 INFO Parsing dependency specifications...
== 2025-12-10 02:14:23,241 easyconfig.py:1812 INFO Generating template values...
== 2025-12-10 02:14:23,243 easyconfig.py:1831 INFO Template values: arch='x86_64', bitbucket_account='pybind11-stubgen', cuda_cc_cmake='80;86', 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='pybind11-stubgen', name='pybind11-stubgen', nameletter='p', nameletterlower='p', namelower='pybind11-stubgen', pymajver='3', pyminver='13', pyshortver='3.13', pyver='3.13.5', rpath_enabled='true', software_commit='', sysroot='', toolchain_name='GCCcore', toolchain_version='14.3.0', version='2.5.5', version_major='2', version_major_minor='2.5', version_minor='5', versionprefix='', versionsuffix=''
== 2025-12-10 02:14:23,244 easyconfig.py:2553 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'binutils', 'version': '2.44', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '14.3.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': True, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '14.3.0'}
== 2025-12-10 02:14:23,244 easyconfig.py:2553 INFO Minimally resolving dependency {'full_mod_name': None, 'short_mod_name': None, 'name': 'Python', 'version': '3.13.5', 'versionsuffix': '', 'toolchain': {'name': 'GCCcore', 'version': '14.3.0'}, 'toolchain_inherited': True, 'system': False, 'hidden': False, 'build_only': False, 'external_module': False, 'external_module_metadata': {}} using toolchain {'name': 'GCCcore', 'version': '14.3.0'}
== 2025-12-10 02:14:23,244 easyconfig.py:923 INFO Validating easyconfig
== 2025-12-10 02:14:23,244 easyconfig.py:928 INFO Checking OS dependencies
== 2025-12-10 02:14:23,244 easyconfig.py:1002 INFO OS dependencies ok: []
== 2025-12-10 02:14:23,244 easyconfig.py:933 INFO Checking skipsteps
== 2025-12-10 02:14:23,244 easyconfig.py:954 INFO Checking build option lists
== 2025-12-10 02:14:23,244 easyconfig.py:957 INFO Checking licenses
== 2025-12-10 02:14:23,245 pythonbundle.py:71 INFO exts_default_options: {'buildcmd': None, 'check_ldshared': None, 'download_dep_fail': None, 'fix_python_shebang_for': ['bin/*'], 'install_src': None, 'install_target': 'install', 'pip_ignore_installed': 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, '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': {}}
== 2025-12-10 02:14:23,245 easyblock.py:5034 INFO Obtained application instance for pybind11-stubgen (easyblock: PythonBundle)
== 2025-12-10 02:14:23,245 easyconfig.py:1812 INFO Generating template values...
== 2025-12-10 02:14:23,246 easyconfig.py:1831 INFO Template values: arch='x86_64', bitbucket_account='pybind11-stubgen', cuda_cc_cmake='80;86', 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='pybind11-stubgen', module_name='pybind11-stubgen/2.5.5-GCCcore-14.3.0', name='pybind11-stubgen', nameletter='p', nameletterlower='p', namelower='pybind11-stubgen', pymajver='3', pyminver='13', pyshortver='3.13', pyver='3.13.5', rpath_enabled='true', software_commit='', sysroot='', toolchain_name='GCCcore', toolchain_version='14.3.0', version='2.5.5', version_major='2', version_major_minor='2.5', version_minor='5', versionprefix='', versionsuffix=''
== 2025-12-10 02:14:23,246 one.py:179 INFO Skipping reformatting value for parameter 'toolchain'
== 2025-12-10 02:14:23,247 filetools.py:2061 INFO Creating directory /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824 (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:23,247 easyblock.py:5315 INFO Dumped easyconfig instance to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/pybind11-stubgen-2.5.5-GCCcore-14.3.0.eb
== 2025-12-10 02:14:23,247 filetools.py:2061 INFO Creating directory /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/easyblocks (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:23,249 filetools.py:2545 INFO /apps/Common/software/EasyBuild/5.1.2/lib/python3.9/site-packages/easybuild/easyblocks/generic/bundle.py copied to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/easyblocks/bundle.py
== 2025-12-10 02:14:23,249 easyblock.py:5295 INFO Dumped easyblock bundle.py required for reproduction to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/easyblocks
== 2025-12-10 02:14:23,250 filetools.py:2545 INFO /apps/Common/software/EasyBuild/5.1.2/lib/python3.9/site-packages/easybuild/easyblocks/generic/pythonbundle.py copied to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/easyblocks/pythonbundle.py
== 2025-12-10 02:14:23,250 easyblock.py:5295 INFO Dumped easyblock pythonbundle.py required for reproduction to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/easyblocks
== 2025-12-10 02:14:23,250 filetools.py:2061 INFO Creating directory /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/hooks (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:23,252 filetools.py:2545 INFO /apps/c3se_hooks.py copied to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/hooks/c3se_hooks.py
== 2025-12-10 02:14:23,252 easyblock.py:5327 INFO Dumped hooks file /apps/c3se_hooks.py which is (potentially) required for reproduction to /dev/shm/eb-g52rb05_/reprod_20251210021423_1708824/hooks/c3se_hooks.py
== 2025-12-10 02:14:23,254 easyblock.py:2481 INFO Number of iterations to perform for central part of installation procedure: 1
== 2025-12-10 02:14:23,254 build_log.py:322 INFO building and installing pybind11-stubgen/2.5.5-GCCcore-14.3.0...
== 2025-12-10 02:14:23,263 filetools.py:2144 INFO Lock /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock does not exist
== 2025-12-10 02:14:23,264 filetools.py:2101 INFO Creating lock at /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock...
== 2025-12-10 02:14:23,264 filetools.py:2061 INFO Creating directory /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:23,266 filetools.py:2110 INFO Lock created: /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock
== 2025-12-10 02:14:23,271 run.py:494 INFO Path to bash that will be used to run shell commands: /usr/bin/bash
== 2025-12-10 02:14:23,271 run.py:508 INFO Running shell command 'ulimit -u' in /apps/c3se-test-easyconfigs
== 2025-12-10 02:14:23,286 run.py:622 INFO Shell command completed successfully: ulimit -u
== 2025-12-10 02:14:23,286 run.py:624 INFO Output of 'ulimit ...' shell command (stdout + stderr):
unlimited
== 2025-12-10 02:14:23,286 easyblock.py:2517 INFO Setting parallelism: 16
== 2025-12-10 02:14:23,286 build_log.py:322 INFO fetching files and verifying checksums...
== 2025-12-10 02:14:23,289 easyblock.py:4705 INFO Starting fetch step
== 2025-12-10 02:14:23,289 easyconfig.py:1812 INFO Generating template values...
== 2025-12-10 02:14:23,289 easyconfig.py:1831 INFO Template values: arch='x86_64', bitbucket_account='pybind11-stubgen', builddir='/dev/shm/pybind11stubgen/2.5.5/GCCcore-14.3.0', cuda_cc_cmake='80;86', 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='pybind11-stubgen', installdir='/apps/Test/software/pybind11-stubgen/2.5.5-GCCcore-14.3.0', module_name='pybind11-stubgen/2.5.5-GCCcore-14.3.0', name='pybind11-stubgen', nameletter='p', nameletterlower='p', namelower='pybind11-stubgen', parallel='16', pymajver='3', pyminver='13', pyshortver='3.13', pyver='3.13.5', rpath_enabled='true', software_commit='', start_dir='None', sysroot='', toolchain_name='GCCcore', toolchain_version='14.3.0', version='2.5.5', version_major='2', version_major_minor='2.5', version_minor='5', versionprefix='', versionsuffix=''
== 2025-12-10 02:14:23,289 easyblock.py:4716 INFO Running method fetch_step part of step fetch
== 2025-12-10 02:14:23,289 easyblock.py:2618 WARNING Easyconfig does not specify an EasyBuild-version (key 'easybuild_version')! Assuming the latest version
== 2025-12-10 02:14:23,289 easyblock.py:2648 INFO no sources or data_sources provided
== 2025-12-10 02:14:23,289 easyblock.py:2663 INFO no patches provided
== 2025-12-10 02:14:23,290 easyblock.py:905 INFO Considering directory in which easyconfig file is located when searching for pybind11-stubgen-2.5.5.tar.gz: /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen
== 2025-12-10 02:14:23,290 tools.py:275 INFO Found location to 'eb' script via $EB_SCRIPT_PATH: /apps/Common/software/EasyBuild/5.1.2/bin/eb
== 2025-12-10 02:14:23,290 tools.py:289 INFO Also considering installation prefix /apps/Common/software/EasyBuild/5.1.2 (determined via path to 'eb' script)...
== 2025-12-10 02:14:23,308 filetools.py:2061 INFO Creating directory /apps/sources/p/pybind11-stubgen (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:23,671 filetools.py:899 INFO File size for https://pypi.python.org/simple/pybind11-stubgen: 44807
== 2025-12-10 02:14:23,671 filetools.py:290 INFO Not showing progress bar for downloading small file (size 44807)
== 2025-12-10 02:14:23,680 filetools.py:906 INFO Downloaded file pybind11-stubgen_urls.html from url https://pypi.python.org/simple/pybind11-stubgen to /dev/shm/eb-g52rb05_/tmph0jcqijl/pybind11-stubgen_urls.html
== 2025-12-10 02:14:23,680 filetools.py:950 INFO Successful download of file pybind11-stubgen_urls.html from url https://pypi.python.org/simple/pybind11-stubgen to path /dev/shm/eb-g52rb05_/tmph0jcqijl/pybind11-stubgen_urls.html
== 2025-12-10 02:14:23,690 filetools.py:2061 INFO Creating directory /apps/sources/p/pybind11-stubgen/extensions (parents: True, set_gid: False, sticky: False)
== 2025-12-10 02:14:24,185 filetools.py:918 WARNING URL https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz was not found (HTTP response code 404), not trying again
== 2025-12-10 02:14:24,187 filetools.py:955 WARNING Download of https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz to /apps/sources/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz failed, done trying
== 2025-12-10 02:14:24,290 filetools.py:899 INFO File size for https://pypi.python.org/simple/pybind11-stubgen: 44807
== 2025-12-10 02:14:24,290 filetools.py:290 INFO Not showing progress bar for downloading small file (size 44807)
== 2025-12-10 02:14:24,298 filetools.py:906 INFO Downloaded file pybind11-stubgen_urls.html from url https://pypi.python.org/simple/pybind11-stubgen to /dev/shm/eb-g52rb05_/tmpje_rjp8i/pybind11-stubgen_urls.html
== 2025-12-10 02:14:24,298 filetools.py:950 INFO Successful download of file pybind11-stubgen_urls.html from url https://pypi.python.org/simple/pybind11-stubgen to path /dev/shm/eb-g52rb05_/tmpje_rjp8i/pybind11-stubgen_urls.html
== 2025-12-10 02:14:24,405 filetools.py:918 WARNING URL https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz was not found (HTTP response code 404), not trying again
== 2025-12-10 02:14:24,406 filetools.py:955 WARNING Download of https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz to /apps/sources/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz failed, done trying
== 2025-12-10 02:14:24,526 filetools.py:918 WARNING URL https://sources.easybuild.io/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz was not found (HTTP response code 404), not trying again
== 2025-12-10 02:14:24,527 filetools.py:955 WARNING Download of https://sources.easybuild.io/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz to /apps/sources/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz failed, done trying
== 2025-12-10 02:14:24,537 build_log.py:226 ERROR EasyBuild encountered an error (at easybuild/base/exceptions.py:126 in __init__): Couldn't find file pybind11-stubgen-2.5.5.tar.gz anywhere, and downloading it didn't work either... Paths attempted (in order): /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-test-easyconfigs/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/c3se-easyconfigs/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/easybuild-easyconfigs/easybuild/easyconfigs/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/extensions/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/packages/pybind11-stubgen-2.5.5.tar.gz, /dev/shm/eb-g52rb05_/files_pr24784/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/Common/software/EasyBuild/5.1.2/easybuild/easyconfigs/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/p/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/p/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/pybind11-stubgen/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/pybind11-stubgen/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/extensions/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/packages/pybind11-stubgen-2.5.5.tar.gz, /apps/sources/pybind11-stubgen-2.5.5.tar.gz, https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, https://pypi.python.org/packages/source/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz, https://sources.easybuild.io/p/pybind11-stubgen/pybind11-stubgen-2.5.5.tar.gz (at easybuild/framework/easyblock.py:1081 in obtain_file)
== 2025-12-10 02:14:24,538 build_log.py:322 INFO ... (took 1 secs)
== 2025-12-10 02:14:24,540 filetools.py:2152 INFO Removing lock /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock...
== 2025-12-10 02:14:24,561 filetools.py:423 INFO Path /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock successfully removed.
== 2025-12-10 02:14:24,561 filetools.py:2156 INFO Lock removed: /apps/Test/software/.locks/_apps_Test_software_pybind11-stubgen_2.5.5-GCCcore-14.3.0.lock
== 2025-12-10 02:14:24,561 easyblock.py:389 INFO Closing log for application name pybind11-stubgen version 2.5.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment