Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 25, 2021 20:42
Show Gist options
  • Save r-rmcgibbo/d82cdfadfc917445562620bb993dab30 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/d82cdfadfc917445562620bb993dab30 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117609
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
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/2a69bp6xqkmm185dqknvdfnpljqf8yw3-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@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
copying executing.py -> build/lib
running egg_info
creating executing.egg-info
writing executing.egg-info/PKG-INFO
writing dependency_links to executing.egg-info/dependency_links.txt
writing top-level names to executing.egg-info/top_level.txt
writing manifest file 'executing.egg-info/SOURCES.txt'
reading manifest file 'executing.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'executing.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib/executing.py -> build/bdist.linux-aarch64/wheel
running install_egg_info
Copying executing.egg-info to build/bdist.linux-aarch64/wheel/executing-0.4.3-py3.9.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/executing-0.4.3.dist-info/WHEEL
creating 'dist/executing-0.4.3-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'executing.py'
adding 'executing-0.4.3.dist-info/LICENSE.txt'
adding 'executing-0.4.3.dist-info/METADATA'
adding 'executing-0.4.3.dist-info/WHEEL'
adding 'executing-0.4.3.dist-info/top_level.txt'
adding 'executing-0.4.3.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./executing-0.4.3-py3-none-any.whl
Installing collected packages: executing
Successfully installed executing-0.4.3
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3vbxv8vcjj21cw1ibmwvgznz9ipj9nvn-python3.9-executing-0.4.3
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/3vbxv8vcjj21cw1ibmwvgznz9ipj9nvn-python3.9-executing-0.4.3/lib
patching script interpreter paths in /nix/store/3vbxv8vcjj21cw1ibmwvgznz9ipj9nvn-python3.9-executing-0.4.3
checking for references to /build/ in /nix/store/3vbxv8vcjj21cw1ibmwvgznz9ipj9nvn-python3.9-executing-0.4.3...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing executing.egg-info/PKG-INFO
writing dependency_links to executing.egg-info/dependency_links.txt
writing top-level names to executing.egg-info/top_level.txt
reading manifest file 'executing.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'executing.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "/build/source/nix_run_setup", line 8, in <module>
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
File "setup.py", line 7, in <module>
setup(name=package,
File "/nix/store/df36z3qg54i7g9rsdkys531adr6l7c8i-python3.9-setuptools-50.3.1/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/nix/store/df36z3qg54i7g9rsdkys531adr6l7c8i-python3.9-setuptools-50.3.1/lib/python3.9/site-packages/setuptools/command/test.py", line 232, in run
self.run_tests()
File "/nix/store/df36z3qg54i7g9rsdkys531adr6l7c8i-python3.9-setuptools-50.3.1/lib/python3.9/site-packages/setuptools/command/test.py", line 250, in run_tests
test = unittest.main(
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/main.py", line 100, in __init__
self.parseArgs(argv)
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/main.py", line 124, in parseArgs
self._do_discovery(argv[2:])
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/main.py", line 244, in _do_discovery
self.createTests(from_discovery=True, Loader=Loader)
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/main.py", line 154, in createTests
self.test = loader.discover(self.start, self.pattern, self.top)
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/loader.py", line 349, in discover
tests = list(self._find_tests(start_dir, pattern))
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/loader.py", line 405, in _find_tests
tests, should_recurse = self._find_test_path(
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/loader.py", line 483, in _find_test_path
tests = self.loadTestsFromModule(package, pattern=pattern)
File "/nix/store/df36z3qg54i7g9rsdkys531adr6l7c8i-python3.9-setuptools-50.3.1/lib/python3.9/site-packages/setuptools/command/test.py", line 50, in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
File "/nix/store/i2wgn185iv3aqw23580iqzys1m6jgbgf-python3-3.9.2/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/build/source/tests/test_main.py", line 522, in <module>
assert tester[1 + 2] is tester
File "/build/source/tests/utils.py", line 45, in __getitem__
self.check(node.slice.value, item)
AttributeError: 'BinOp' object has no attribute 'value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment