Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 14, 2021 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/767f3f2ff1b237b0ce0b8dc4a5c0e144 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/767f3f2ff1b237b0ce0b8dc4a5c0e144 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116283
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/6h311hl3q00l1y1b1dqz3x3wnq2bwq64-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/unittests/xmlfile_reader_tester.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pygccxml
copying pygccxml/__init__.py -> build/lib/pygccxml
creating build/lib/pygccxml/declarations
copying pygccxml/declarations/runtime_errors.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/type_visitor.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/type_traits_classes.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/variable.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/location.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/cpptypes.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/typedef.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/decl_printer.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/type_traits.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/enumeration.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/mdecl_wrapper.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/calldef.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/call_invocation.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/decl_factory.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/__init__.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/namespace.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/templates.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/scopedef.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/matchers.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/smart_pointer_traits.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/declaration_utils.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/function_traits.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/elaborated_info.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/decl_visitor.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/xml_generators.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/container_traits.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/traits_impl_details.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/pattern_parser.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/byte_info.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/has_operator_matcher.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/class_declaration.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/calldef_types.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/declarations_matchers.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/algorithms_cache.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/declaration.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/free_calldef.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/calldef_members.py -> build/lib/pygccxml/declarations
copying pygccxml/declarations/algorithm.py -> build/lib/pygccxml/declarations
creating build/lib/pygccxml/parser
copying pygccxml/parser/scanner.py -> build/lib/pygccxml/parser
copying pygccxml/parser/etree_scanner.py -> build/lib/pygccxml/parser
copying pygccxml/parser/source_reader.py -> build/lib/pygccxml/parser
copying pygccxml/parser/declarations_cache.py -> build/lib/pygccxml/parser
copying pygccxml/parser/project_reader.py -> build/lib/pygccxml/parser
copying pygccxml/parser/directory_cache.py -> build/lib/pygccxml/parser
copying pygccxml/parser/__init__.py -> build/lib/pygccxml/parser
copying pygccxml/parser/linker.py -> build/lib/pygccxml/parser
copying pygccxml/parser/patcher.py -> build/lib/pygccxml/parser
copying pygccxml/parser/declarations_joiner.py -> build/lib/pygccxml/parser
copying pygccxml/parser/config.py -> build/lib/pygccxml/parser
creating build/lib/pygccxml/utils
copying pygccxml/utils/__init__.py -> build/lib/pygccxml/utils
copying pygccxml/utils/xml_generators.py -> build/lib/pygccxml/utils
copying pygccxml/utils/utils.py -> build/lib/pygccxml/utils
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pygccxml
creating build/bdist.linux-x86_64/wheel/pygccxml/utils
copying build/lib/pygccxml/utils/__init__.py -> build/bdist.linux-x86_64/wheel/pygccxml/utils
copying build/lib/pygccxml/utils/xml_generators.py -> build/bdist.linux-x86_64/wheel/pygccxml/utils
copying build/lib/pygccxml/utils/utils.py -> build/bdist.linux-x86_64/wheel/pygccxml/utils
creating build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/scanner.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/etree_scanner.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/source_reader.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/declarations_cache.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/project_reader.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/directory_cache.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/__init__.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/linker.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/patcher.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/declarations_joiner.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/config.py -> build/bdist.linux-x86_64/wheel/pygccxml/parser
copying build/lib/pygccxml/__init__.py -> build/bdist.linux-x86_64/wheel/pygccxml
creating build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/runtime_errors.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/type_visitor.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/type_traits_classes.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/variable.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/location.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/cpptypes.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/typedef.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_printer.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/type_traits.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/enumeration.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/mdecl_wrapper.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/call_invocation.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_factory.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/__init__.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/namespace.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/templates.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/scopedef.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/matchers.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/smart_pointer_traits.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/declaration_utils.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/function_traits.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/elaborated_info.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_visitor.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/xml_generators.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/container_traits.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/traits_impl_details.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/pattern_parser.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/byte_info.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/has_operator_matcher.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/class_declaration.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef_types.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/declarations_matchers.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/algorithms_cache.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/declaration.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/free_calldef.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef_members.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/algorithm.py -> build/bdist.linux-x86_64/wheel/pygccxml/declarations
running install_egg_info
running egg_info
creating pygccxml.egg-info
writing pygccxml.egg-info/PKG-INFO
writing dependency_links to pygccxml.egg-info/dependency_links.txt
writing top-level names to pygccxml.egg-info/top_level.txt
writing manifest file 'pygccxml.egg-info/SOURCES.txt'
reading manifest file 'pygccxml.egg-info/SOURCES.txt'
writing manifest file 'pygccxml.egg-info/SOURCES.txt'
Copying pygccxml.egg-info to build/bdist.linux-x86_64/wheel/pygccxml-1.9.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE.rst" (matched pattern "LICEN[CS]E*")
adding license file "NOTICE" (matched pattern "NOTICE*")
creating build/bdist.linux-x86_64/wheel/pygccxml-1.9.1.dist-info/WHEEL
creating 'dist/pygccxml-1.9.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pygccxml/__init__.py'
adding 'pygccxml/declarations/__init__.py'
adding 'pygccxml/declarations/algorithm.py'
adding 'pygccxml/declarations/algorithms_cache.py'
adding 'pygccxml/declarations/byte_info.py'
adding 'pygccxml/declarations/call_invocation.py'
adding 'pygccxml/declarations/calldef.py'
adding 'pygccxml/declarations/calldef_members.py'
adding 'pygccxml/declarations/calldef_types.py'
adding 'pygccxml/declarations/class_declaration.py'
adding 'pygccxml/declarations/container_traits.py'
adding 'pygccxml/declarations/cpptypes.py'
adding 'pygccxml/declarations/decl_factory.py'
adding 'pygccxml/declarations/decl_printer.py'
adding 'pygccxml/declarations/decl_visitor.py'
adding 'pygccxml/declarations/declaration.py'
adding 'pygccxml/declarations/declaration_utils.py'
adding 'pygccxml/declarations/declarations_matchers.py'
adding 'pygccxml/declarations/elaborated_info.py'
adding 'pygccxml/declarations/enumeration.py'
adding 'pygccxml/declarations/free_calldef.py'
adding 'pygccxml/declarations/function_traits.py'
adding 'pygccxml/declarations/has_operator_matcher.py'
adding 'pygccxml/declarations/location.py'
adding 'pygccxml/declarations/matchers.py'
adding 'pygccxml/declarations/mdecl_wrapper.py'
adding 'pygccxml/declarations/namespace.py'
adding 'pygccxml/declarations/pattern_parser.py'
adding 'pygccxml/declarations/runtime_errors.py'
adding 'pygccxml/declarations/scopedef.py'
adding 'pygccxml/declarations/smart_pointer_traits.py'
adding 'pygccxml/declarations/templates.py'
adding 'pygccxml/declarations/traits_impl_details.py'
adding 'pygccxml/declarations/type_traits.py'
adding 'pygccxml/declarations/type_traits_classes.py'
adding 'pygccxml/declarations/type_visitor.py'
adding 'pygccxml/declarations/typedef.py'
adding 'pygccxml/declarations/variable.py'
adding 'pygccxml/declarations/xml_generators.py'
adding 'pygccxml/parser/__init__.py'
adding 'pygccxml/parser/config.py'
adding 'pygccxml/parser/declarations_cache.py'
adding 'pygccxml/parser/declarations_joiner.py'
adding 'pygccxml/parser/directory_cache.py'
adding 'pygccxml/parser/etree_scanner.py'
adding 'pygccxml/parser/linker.py'
adding 'pygccxml/parser/patcher.py'
adding 'pygccxml/parser/project_reader.py'
adding 'pygccxml/parser/scanner.py'
adding 'pygccxml/parser/source_reader.py'
adding 'pygccxml/utils/__init__.py'
adding 'pygccxml/utils/utils.py'
adding 'pygccxml/utils/xml_generators.py'
adding 'pygccxml-1.9.1.dist-info/LICENSE.rst'
adding 'pygccxml-1.9.1.dist-info/METADATA'
adding 'pygccxml-1.9.1.dist-info/NOTICE'
adding 'pygccxml-1.9.1.dist-info/WHEEL'
adding 'pygccxml-1.9.1.dist-info/top_level.txt'
adding 'pygccxml-1.9.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./pygccxml-1.9.1-py3-none-any.whl
Installing collected packages: pygccxml
Successfully installed pygccxml-1.9.1
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/92fvjgkfd2xnyq6iba5gaphhxj165708-python3.8-pygccxml-1.9.1
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/92fvjgkfd2xnyq6iba5gaphhxj165708-python3.8-pygccxml-1.9.1/lib
patching script interpreter paths in /nix/store/92fvjgkfd2xnyq6iba5gaphhxj165708-python3.8-pygccxml-1.9.1
checking for references to /build/ in /nix/store/92fvjgkfd2xnyq6iba5gaphhxj165708-python3.8-pygccxml-1.9.1...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment