Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created April 25, 2021 15:04
Show Gist options
  • Save r-rmcgibbo/fd150dcf0eabb2d8d033e8a357c434af to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/fd150dcf0eabb2d8d033e8a357c434af to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 5 seconds | https://github.com/NixOS/nixpkgs/pull/120605
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
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/bfgzyjz9683s65pm52w5a724nszw9m1b-robotframework-tools-0.1rc4.tar.gz
source root is robotframework-tools-0.1rc4
setting SOURCE_DATE_EPOCH to timestamp 1502148426 of file robotframework-tools-0.1rc4/setup.py
@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
Resolving setup requirement zetup >= 0.2.34:
zetup 0.2.64 (/nix/store/9wyk5rdq7xfpvmw10mcwvdryva2d59rg-python3.9-zetup-0.2.64/lib/python3.9/site-packages)
Resolving setup requirement setuptools-scm>=3.0.0->zetup >= 0.2.34:
setuptools-scm 6.0.1 (/nix/store/f3b80xmfarpblsiacf60aswby1zqvbvn-python3.9-setuptools_scm-6.0.1/lib/python3.9/site-packages)
Resolving setup requirement setuptools>=45->setuptools-scm>=3.0.0->zetup >= 0.2.34:
setuptools 54.2.0.post0 (/nix/store/q9c2d08pgmfcwn9h9s61h68gajckdy59-python3.9-setuptools-54.2.0/lib/python3.9/site-packages)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying ToolsLibrary.py -> build/lib
creating build/lib/robottools
copying robottools/zetup_config.py -> build/lib/robottools
copying robottools/__init__.py -> build/lib/robottools
copying robottools/conftest.py -> build/lib/robottools
creating build/lib/robottools/libdoc
copying robottools/libdoc/__init__.py -> build/lib/robottools/libdoc
copying robottools/libdoc/html.py -> build/lib/robottools/libdoc
creating build/lib/robottools/testrobot
copying robottools/testrobot/library.py -> build/lib/robottools/testrobot
copying robottools/testrobot/variables.py -> build/lib/robottools/testrobot
copying robottools/testrobot/result.py -> build/lib/robottools/testrobot
copying robottools/testrobot/test_robot.py -> build/lib/robottools/testrobot
copying robottools/testrobot/__init__.py -> build/lib/robottools/testrobot
copying robottools/testrobot/handler.py -> build/lib/robottools/testrobot
copying robottools/testrobot/conftest.py -> build/lib/robottools/testrobot
copying robottools/testrobot/output.py -> build/lib/robottools/testrobot
copying robottools/testrobot/keyword.py -> build/lib/robottools/testrobot
copying robottools/testrobot/context.py -> build/lib/robottools/testrobot
copying robottools/testrobot/highlighting.py -> build/lib/robottools/testrobot
creating build/lib/robottools/library
copying robottools/library/__init__.py -> build/lib/robottools/library
copying robottools/library/base.py -> build/lib/robottools/library
creating build/lib/robottools/library/keywords
copying robottools/library/keywords/errors.py -> build/lib/robottools/library/keywords
copying robottools/library/keywords/utils.py -> build/lib/robottools/library/keywords
copying robottools/library/keywords/__init__.py -> build/lib/robottools/library/keywords
copying robottools/library/keywords/deco.py -> build/lib/robottools/library/keywords
creating build/lib/robottools/library/session
copying robottools/library/session/__init__.py -> build/lib/robottools/library/session
copying robottools/library/session/metaoptions.py -> build/lib/robottools/library/session
copying robottools/library/session/meta.py -> build/lib/robottools/library/session
creating build/lib/robottools/library/inspector
copying robottools/library/inspector/test_inspector.py -> build/lib/robottools/library/inspector
copying robottools/library/inspector/__init__.py -> build/lib/robottools/library/inspector
copying robottools/library/inspector/multi.py -> build/lib/robottools/library/inspector
copying robottools/library/inspector/conftest.py -> build/lib/robottools/library/inspector
copying robottools/library/inspector/keyword.py -> build/lib/robottools/library/inspector
copying robottools/library/inspector/arguments.py -> build/lib/robottools/library/inspector
creating build/lib/robottools/library/context
copying robottools/library/context/method.py -> build/lib/robottools/library/context
copying robottools/library/context/__init__.py -> build/lib/robottools/library/context
creating build/lib/robottools/utils
copying robottools/utils/normbool.py -> build/lib/robottools/utils
copying robottools/utils/__init__.py -> build/lib/robottools/utils
copying robottools/utils/normstr.py -> build/lib/robottools/utils
copying robottools/utils/normdict.py -> build/lib/robottools/utils
creating build/lib/robottools/remote
copying robottools/remote/library.py -> build/lib/robottools/remote
copying robottools/remote/keywords.py -> build/lib/robottools/remote
copying robottools/remote/__init__.py -> build/lib/robottools/remote
creating build/lib/robotshell
copying robotshell/library.py -> build/lib/robotshell
copying robotshell/result.py -> build/lib/robotshell
copying robotshell/extension.py -> build/lib/robotshell
copying robotshell/shell.py -> build/lib/robotshell
copying robotshell/__init__.py -> build/lib/robotshell
copying robotshell/base.py -> build/lib/robotshell
creating build/lib/robotshell/magic
copying robotshell/magic/__init__.py -> build/lib/robotshell/magic
copying robotshell/magic/variable.py -> build/lib/robotshell/magic
copying robotshell/magic/base.py -> build/lib/robotshell/magic
copying robotshell/magic/keyword.py -> build/lib/robotshell/magic
copying robotshell/magic/robot.py -> build/lib/robotshell/magic
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/ToolsLibrary.py -> build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/robotshell
copying build/lib/robotshell/library.py -> build/bdist.linux-aarch64/wheel/robotshell
copying build/lib/robotshell/result.py -> build/bdist.linux-aarch64/wheel/robotshell
copying build/lib/robotshell/extension.py -> build/bdist.linux-aarch64/wheel/robotshell
creating build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/magic/__init__.py -> build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/magic/variable.py -> build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/magic/base.py -> build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/magic/keyword.py -> build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/magic/robot.py -> build/bdist.linux-aarch64/wheel/robotshell/magic
copying build/lib/robotshell/shell.py -> build/bdist.linux-aarch64/wheel/robotshell
copying build/lib/robotshell/__init__.py -> build/bdist.linux-aarch64/wheel/robotshell
copying build/lib/robotshell/base.py -> build/bdist.linux-aarch64/wheel/robotshell
creating build/bdist.linux-aarch64/wheel/robottools
creating build/bdist.linux-aarch64/wheel/robottools/libdoc
copying build/lib/robottools/libdoc/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/libdoc
copying build/lib/robottools/libdoc/html.py -> build/bdist.linux-aarch64/wheel/robottools/libdoc
creating build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/library.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/variables.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/result.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/test_robot.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/handler.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/conftest.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/output.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/keyword.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/context.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/testrobot/highlighting.py -> build/bdist.linux-aarch64/wheel/robottools/testrobot
copying build/lib/robottools/zetup_config.py -> build/bdist.linux-aarch64/wheel/robottools
creating build/bdist.linux-aarch64/wheel/robottools/library
creating build/bdist.linux-aarch64/wheel/robottools/library/keywords
copying build/lib/robottools/library/keywords/errors.py -> build/bdist.linux-aarch64/wheel/robottools/library/keywords
copying build/lib/robottools/library/keywords/utils.py -> build/bdist.linux-aarch64/wheel/robottools/library/keywords
copying build/lib/robottools/library/keywords/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/library/keywords
copying build/lib/robottools/library/keywords/deco.py -> build/bdist.linux-aarch64/wheel/robottools/library/keywords
copying build/lib/robottools/library/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/library
creating build/bdist.linux-aarch64/wheel/robottools/library/session
copying build/lib/robottools/library/session/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/library/session
copying build/lib/robottools/library/session/metaoptions.py -> build/bdist.linux-aarch64/wheel/robottools/library/session
copying build/lib/robottools/library/session/meta.py -> build/bdist.linux-aarch64/wheel/robottools/library/session
copying build/lib/robottools/library/base.py -> build/bdist.linux-aarch64/wheel/robottools/library
creating build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/test_inspector.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/multi.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/conftest.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/keyword.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
copying build/lib/robottools/library/inspector/arguments.py -> build/bdist.linux-aarch64/wheel/robottools/library/inspector
creating build/bdist.linux-aarch64/wheel/robottools/library/context
copying build/lib/robottools/library/context/method.py -> build/bdist.linux-aarch64/wheel/robottools/library/context
copying build/lib/robottools/library/context/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/library/context
creating build/bdist.linux-aarch64/wheel/robottools/utils
copying build/lib/robottools/utils/normbool.py -> build/bdist.linux-aarch64/wheel/robottools/utils
copying build/lib/robottools/utils/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/utils
copying build/lib/robottools/utils/normstr.py -> build/bdist.linux-aarch64/wheel/robottools/utils
copying build/lib/robottools/utils/normdict.py -> build/bdist.linux-aarch64/wheel/robottools/utils
copying build/lib/robottools/__init__.py -> build/bdist.linux-aarch64/wheel/robottools
copying build/lib/robottools/conftest.py -> build/bdist.linux-aarch64/wheel/robottools
creating build/bdist.linux-aarch64/wheel/robottools/remote
copying build/lib/robottools/remote/library.py -> build/bdist.linux-aarch64/wheel/robottools/remote
copying build/lib/robottools/remote/keywords.py -> build/bdist.linux-aarch64/wheel/robottools/remote
copying build/lib/robottools/remote/__init__.py -> build/bdist.linux-aarch64/wheel/robottools/remote
running install_egg_info
running egg_info
writing robotframework_tools.egg-info/PKG-INFO
writing dependency_links to robotframework_tools.egg-info/dependency_links.txt
writing requirements to robotframework_tools.egg-info/requires.txt
writing top-level names to robotframework_tools.egg-info/top_level.txt
reading manifest file 'robotframework_tools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.hg*'
warning: no previously-included files found matching '.*ignore'
warning: no previously-included files found matching '_README*'
warning: no previously-included files found matching '*.jinja'
warning: no previously-included files found matching '*.yml'
writing manifest file 'robotframework_tools.egg-info/SOURCES.txt'
Copying robotframework_tools.egg-info to build/bdist.linux-aarch64/wheel/robotframework_tools-0.1rc4-py3.9.egg-info
running install_scripts
adding license file "COPYING" (matched pattern "COPYING*")
creating build/bdist.linux-aarch64/wheel/robotframework_tools-0.1rc4.dist-info/WHEEL
creating 'dist/robotframework_tools-0.1rc4-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'ToolsLibrary.py'
adding 'robotshell/__init__.py'
adding 'robotshell/base.py'
adding 'robotshell/extension.py'
adding 'robotshell/library.py'
adding 'robotshell/result.py'
adding 'robotshell/shell.py'
adding 'robotshell/magic/__init__.py'
adding 'robotshell/magic/base.py'
adding 'robotshell/magic/keyword.py'
adding 'robotshell/magic/robot.py'
adding 'robotshell/magic/variable.py'
adding 'robottools/__init__.py'
adding 'robottools/conftest.py'
adding 'robottools/zetup_config.py'
adding 'robottools/libdoc/__init__.py'
adding 'robottools/libdoc/html.py'
adding 'robottools/library/__init__.py'
adding 'robottools/library/base.py'
adding 'robottools/library/context/__init__.py'
adding 'robottools/library/context/method.py'
adding 'robottools/library/inspector/__init__.py'
adding 'robottools/library/inspector/arguments.py'
adding 'robottools/library/inspector/conftest.py'
adding 'robottools/library/inspector/keyword.py'
adding 'robottools/library/inspector/multi.py'
adding 'robottools/library/inspector/test_inspector.py'
adding 'robottools/library/keywords/__init__.py'
adding 'robottools/library/keywords/deco.py'
adding 'robottools/library/keywords/errors.py'
adding 'robottools/library/keywords/utils.py'
adding 'robottools/library/session/__init__.py'
adding 'robottools/library/session/meta.py'
adding 'robottools/library/session/metaoptions.py'
adding 'robottools/remote/__init__.py'
adding 'robottools/remote/keywords.py'
adding 'robottools/remote/library.py'
adding 'robottools/testrobot/__init__.py'
adding 'robottools/testrobot/conftest.py'
adding 'robottools/testrobot/context.py'
adding 'robottools/testrobot/handler.py'
adding 'robottools/testrobot/highlighting.py'
adding 'robottools/testrobot/keyword.py'
adding 'robottools/testrobot/library.py'
adding 'robottools/testrobot/output.py'
adding 'robottools/testrobot/result.py'
adding 'robottools/testrobot/test_robot.py'
adding 'robottools/testrobot/variables.py'
adding 'robottools/utils/__init__.py'
adding 'robottools/utils/normbool.py'
adding 'robottools/utils/normdict.py'
adding 'robottools/utils/normstr.py'
adding 'robotframework_tools-0.1rc4.dist-info/COPYING'
adding 'robotframework_tools-0.1rc4.dist-info/METADATA'
adding 'robotframework_tools-0.1rc4.dist-info/WHEEL'
adding 'robotframework_tools-0.1rc4.dist-info/top_level.txt'
adding 'robotframework_tools-0.1rc4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/robotframework-tools-0.1rc4/dist /build/robotframework-tools-0.1rc4
Processing ./robotframework_tools-0.1rc4-py3-none-any.whl
Requirement already satisfied: zetup>=0.2.34 in /nix/store/9wyk5rdq7xfpvmw10mcwvdryva2d59rg-python3.9-zetup-0.2.64/lib/python3.9/site-packages (from robotframework-tools==0.1rc4) (0.2.64)
Requirement already satisfied: path.py>=10.3 in /nix/store/jprl2blyv5dajfrg4f4l7rpzcg1bln1b-python3.9-path.py-12.0.1/lib/python3.9/site-packages (from robotframework-tools==0.1rc4) (12.0.1)
Requirement already satisfied: moretools>=0.1.8 in /nix/store/k69sq8kr9shfy754f5qdh0g5npw7aqiy-python3.9-moretools-0.1.12/lib/python3.9/site-packages (from robotframework-tools==0.1rc4) (0.1.12)
Requirement already satisfied: modeled>=0.1.8 in /nix/store/hkd4ndbfkbk8xnvw6xg7sprvjyq4dscj-python3.9-modeled-0.1.8/lib/python3.9/site-packages (from robotframework-tools==0.1rc4) (0.1.8)
Requirement already satisfied: six>=1.10 in /nix/store/y5v939hngwi8sbk6hy148ijawv5vcp5c-python3.9-six-1.15.0/lib/python3.9/site-packages (from robotframework-tools==0.1rc4) (1.15.0)
Requirement already satisfied: decorator>=4.4.0 in /nix/store/ax671xb6znaa6kr5rw1xy379sl3arigb-python3.9-decorator-4.4.2/lib/python3.9/site-packages (from moretools>=0.1.8->robotframework-tools==0.1rc4) (4.4.2)
Requirement already satisfied: importlib-metadata>=0.5 in /nix/store/9q3phzyd9xqxd6wgknkn9v4svixs6sh9-python3.9-importlib-metadata-3.7.3/lib/python3.9/site-packages (from path.py>=10.3->robotframework-tools==0.1rc4) (3.7.3)
Requirement already satisfied: zipp>=0.5 in /nix/store/x4r20sgiw16g90yrr1axipmz67k1rmpg-python3.9-zipp-3.4.1/lib/python3.9/site-packages (from importlib-metadata>=0.5->path.py>=10.3->robotframework-tools==0.1rc4) (3.4.1)
Requirement already satisfied: setuptools-scm>=3.0.0 in /nix/store/f3b80xmfarpblsiacf60aswby1zqvbvn-python3.9-setuptools_scm-6.0.1/lib/python3.9/site-packages (from zetup>=0.2.34->robotframework-tools==0.1rc4) (6.0.1)
Requirement already satisfied: setuptools>=45 in /nix/store/q9c2d08pgmfcwn9h9s61h68gajckdy59-python3.9-setuptools-54.2.0/lib/python3.9/site-packages (from setuptools-scm>=3.0.0->zetup>=0.2.34->robotframework-tools==0.1rc4) (54.2.0.post0)
Installing collected packages: robotframework-tools
Successfully installed robotframework-tools-0.1rc4
/build/robotframework-tools-0.1rc4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4
strip is /nix/store/ppvq7f8cx4q4c7xjhp7ghs7pb5i8j7z9-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4/lib
patching script interpreter paths in /nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4
checking for references to /build/ in /nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4...
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
Check whether the following modules can be imported: robottools
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 1, in <lambda>
File "/nix/store/3d4lm3d8al60pdsw9c5yc40xzwmhxmjz-python3-3.9.4/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4/lib/python3.9/site-packages/robottools/__init__.py", line 61, in <module>
from robottools.testrobot import *
File "/nix/store/811qmf2n8wh5kxk503r30318dgaz0p4m-python3.9-robotframework-tools-0.1rc4/lib/python3.9/site-packages/robottools/testrobot/__init__.py", line 42, in <module>
from robot.running.runner import Runner
ModuleNotFoundError: No module named 'robot.running.runner'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment