Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 12:42
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/fd9d72aa924342cd481e11508827d437 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/fd9d72aa924342cd481e11508827d437 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/116731
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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/dnk7m9hrsklxjfw9gj3kjg9xggk8flwn-bleak-0.11.0.tar.gz
source root is bleak-0.11.0
setting SOURCE_DATE_EPOCH to timestamp 1616058202 of file bleak-0.11.0/setup.cfg
@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
creating build/lib/bleak
copying bleak/uuids.py -> build/lib/bleak
copying bleak/utils.py -> build/lib/bleak
copying bleak/__init__.py -> build/lib/bleak
copying bleak/__version__.py -> build/lib/bleak
copying bleak/exc.py -> build/lib/bleak
creating build/lib/bleak/backends
copying bleak/backends/descriptor.py -> build/lib/bleak/backends
copying bleak/backends/_manufacturers.py -> build/lib/bleak/backends
copying bleak/backends/service.py -> build/lib/bleak/backends
copying bleak/backends/__init__.py -> build/lib/bleak/backends
copying bleak/backends/client.py -> build/lib/bleak/backends
copying bleak/backends/characteristic.py -> build/lib/bleak/backends
copying bleak/backends/scanner.py -> build/lib/bleak/backends
copying bleak/backends/device.py -> build/lib/bleak/backends
creating build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/descriptor.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/utils.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/service.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/PeripheralDelegate.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/__init__.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/client.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/characteristic.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/scanner.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/device.py -> build/lib/bleak/backends/corebluetooth
copying bleak/backends/corebluetooth/CentralManagerDelegate.py -> build/lib/bleak/backends/corebluetooth
creating build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/descriptor.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/utils.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/service.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/__init__.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/defs.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/client.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/signals.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/characteristic.py -> build/lib/bleak/backends/bluezdbus
copying bleak/backends/bluezdbus/scanner.py -> build/lib/bleak/backends/bluezdbus
creating build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/descriptor.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/utils.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/service.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/__init__.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/client.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/characteristic.py -> build/lib/bleak/backends/dotnet
copying bleak/backends/dotnet/scanner.py -> build/lib/bleak/backends/dotnet
running egg_info
writing bleak.egg-info/PKG-INFO
writing dependency_links to bleak.egg-info/dependency_links.txt
writing entry points to bleak.egg-info/entry_points.txt
writing requirements to bleak.egg-info/requires.txt
writing top-level names to bleak.egg-info/top_level.txt
reading manifest file 'bleak.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no files found matching '*.jpg' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
writing manifest file 'bleak.egg-info/SOURCES.txt'
copying bleak/backends/dotnet/BleakUWPBridge.dll -> build/lib/bleak/backends/dotnet
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/bleak
copying build/lib/bleak/uuids.py -> build/bdist.linux-aarch64/wheel/bleak
copying build/lib/bleak/utils.py -> build/bdist.linux-aarch64/wheel/bleak
copying build/lib/bleak/__init__.py -> build/bdist.linux-aarch64/wheel/bleak
copying build/lib/bleak/__version__.py -> build/bdist.linux-aarch64/wheel/bleak
copying build/lib/bleak/exc.py -> build/bdist.linux-aarch64/wheel/bleak
creating build/bdist.linux-aarch64/wheel/bleak/backends
creating build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/descriptor.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/utils.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/service.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/PeripheralDelegate.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/__init__.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/client.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/characteristic.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/scanner.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/device.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/corebluetooth/CentralManagerDelegate.py -> build/bdist.linux-aarch64/wheel/bleak/backends/corebluetooth
copying build/lib/bleak/backends/descriptor.py -> build/bdist.linux-aarch64/wheel/bleak/backends
copying build/lib/bleak/backends/_manufacturers.py -> build/bdist.linux-aarch64/wheel/bleak/backends
creating build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/descriptor.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/utils.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/service.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/__init__.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/defs.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/client.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/signals.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/characteristic.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/bluezdbus/scanner.py -> build/bdist.linux-aarch64/wheel/bleak/backends/bluezdbus
copying build/lib/bleak/backends/service.py -> build/bdist.linux-aarch64/wheel/bleak/backends
copying build/lib/bleak/backends/__init__.py -> build/bdist.linux-aarch64/wheel/bleak/backends
copying build/lib/bleak/backends/client.py -> build/bdist.linux-aarch64/wheel/bleak/backends
copying build/lib/bleak/backends/characteristic.py -> build/bdist.linux-aarch64/wheel/bleak/backends
creating build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/descriptor.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/utils.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/service.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/BleakUWPBridge.dll -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/__init__.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/client.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/characteristic.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/dotnet/scanner.py -> build/bdist.linux-aarch64/wheel/bleak/backends/dotnet
copying build/lib/bleak/backends/scanner.py -> build/bdist.linux-aarch64/wheel/bleak/backends
copying build/lib/bleak/backends/device.py -> build/bdist.linux-aarch64/wheel/bleak/backends
running install_egg_info
Copying bleak.egg-info to build/bdist.linux-aarch64/wheel/bleak-0.11.0-py3.9.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
adding license file "AUTHORS.rst" (matched pattern "AUTHORS*")
creating build/bdist.linux-aarch64/wheel/bleak-0.11.0.dist-info/WHEEL
creating 'dist/bleak-0.11.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'bleak/__init__.py'
adding 'bleak/__version__.py'
adding 'bleak/exc.py'
adding 'bleak/utils.py'
adding 'bleak/uuids.py'
adding 'bleak/backends/__init__.py'
adding 'bleak/backends/_manufacturers.py'
adding 'bleak/backends/characteristic.py'
adding 'bleak/backends/client.py'
adding 'bleak/backends/descriptor.py'
adding 'bleak/backends/device.py'
adding 'bleak/backends/scanner.py'
adding 'bleak/backends/service.py'
adding 'bleak/backends/bluezdbus/__init__.py'
adding 'bleak/backends/bluezdbus/characteristic.py'
adding 'bleak/backends/bluezdbus/client.py'
adding 'bleak/backends/bluezdbus/defs.py'
adding 'bleak/backends/bluezdbus/descriptor.py'
adding 'bleak/backends/bluezdbus/scanner.py'
adding 'bleak/backends/bluezdbus/service.py'
adding 'bleak/backends/bluezdbus/signals.py'
adding 'bleak/backends/bluezdbus/utils.py'
adding 'bleak/backends/corebluetooth/CentralManagerDelegate.py'
adding 'bleak/backends/corebluetooth/PeripheralDelegate.py'
adding 'bleak/backends/corebluetooth/__init__.py'
adding 'bleak/backends/corebluetooth/characteristic.py'
adding 'bleak/backends/corebluetooth/client.py'
adding 'bleak/backends/corebluetooth/descriptor.py'
adding 'bleak/backends/corebluetooth/device.py'
adding 'bleak/backends/corebluetooth/scanner.py'
adding 'bleak/backends/corebluetooth/service.py'
adding 'bleak/backends/corebluetooth/utils.py'
adding 'bleak/backends/dotnet/BleakUWPBridge.dll'
adding 'bleak/backends/dotnet/__init__.py'
adding 'bleak/backends/dotnet/characteristic.py'
adding 'bleak/backends/dotnet/client.py'
adding 'bleak/backends/dotnet/descriptor.py'
adding 'bleak/backends/dotnet/scanner.py'
adding 'bleak/backends/dotnet/service.py'
adding 'bleak/backends/dotnet/utils.py'
adding 'bleak-0.11.0.dist-info/AUTHORS.rst'
adding 'bleak-0.11.0.dist-info/LICENSE'
adding 'bleak-0.11.0.dist-info/METADATA'
adding 'bleak-0.11.0.dist-info/WHEEL'
adding 'bleak-0.11.0.dist-info/entry_points.txt'
adding 'bleak-0.11.0.dist-info/top_level.txt'
adding 'bleak-0.11.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/bleak-0.11.0/dist /build/bleak-0.11.0
Processing ./bleak-0.11.0-py2.py3-none-any.whl
Requirement already satisfied: dbus-next in /nix/store/4kw5x17xwvl554n2pyp5fg4x83i7brw0-python3.9-dbus-next-0.2.2/lib/python3.9/site-packages (from bleak==0.11.0) (0.2.2)
Installing collected packages: bleak
Successfully installed bleak-0.11.0
/build/bleak-0.11.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0/lib /nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0/bin
patching script interpreter paths in /nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0
checking for references to /build/ in /nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0...
Rewriting #!/nix/store/h0gqakzxasw3xc8l7r5dpw90h28v7s31-python3-3.9.2/bin/python3.9 to #!/nix/store/h0gqakzxasw3xc8l7r5dpw90h28v7s31-python3-3.9.2
wrapping `/nix/store/c5bj52x269wbgsnavkvvbymzmzf7zrhy-python3.9-bleak-0.11.0/bin/bleak-lescan'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/bleak-0.11.0
plugins: cov-2.10.1
collecting ...
collected 1 item
tests/test_imports.py . [100%]
============================== 1 passed in 0.13s ===============================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment