Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 21:56
Show Gist options
  • Save r-rmcgibbo/70aa7b257b103d5c7eea9b983e59f88b to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/70aa7b257b103d5c7eea9b983e59f88b to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117062
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/k89aj6rw5wag6kzlyif73d0v96ac1byh-netdata-0.2.1.tar.gz
source root is netdata-0.2.1
setting SOURCE_DATE_EPOCH to timestamp 1615975387 of file netdata-0.2.1/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/netdata
copying netdata/__init__.py -> build/lib/netdata
copying netdata/exceptions.py -> build/lib/netdata
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/netdata
copying build/lib/netdata/__init__.py -> build/bdist.linux-aarch64/wheel/netdata
copying build/lib/netdata/exceptions.py -> build/bdist.linux-aarch64/wheel/netdata
running install_egg_info
running egg_info
writing netdata.egg-info/PKG-INFO
writing dependency_links to netdata.egg-info/dependency_links.txt
writing requirements to netdata.egg-info/requires.txt
writing top-level names to netdata.egg-info/top_level.txt
reading manifest file 'netdata.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'netdata.egg-info/SOURCES.txt'
Copying netdata.egg-info to build/bdist.linux-aarch64/wheel/netdata-0.2.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/netdata-0.2.1.dist-info/WHEEL
creating 'dist/netdata-0.2.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'netdata/__init__.py'
adding 'netdata/exceptions.py'
adding 'netdata-0.2.1.dist-info/LICENSE'
adding 'netdata-0.2.1.dist-info/METADATA'
adding 'netdata-0.2.1.dist-info/WHEEL'
adding 'netdata-0.2.1.dist-info/top_level.txt'
adding 'netdata-0.2.1.dist-info/zip-safe'
adding 'netdata-0.2.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/netdata-0.2.1/dist /build/netdata-0.2.1
Processing ./netdata-0.2.1-py3-none-any.whl
Requirement already satisfied: async-timeout<4 in /nix/store/zydd9afdks5x73bhaddnfsb8g3a94a7d-python3.8-async-timeout-3.0.1/lib/python3.8/site-packages (from netdata==0.2.1) (3.0.1)
Requirement already satisfied: aiohttp<4,>=3.7.4 in /nix/store/a4a72lzy7fnp51szgxacdizy5w346hy1-python3.8-aiohttp-3.7.4.post0/lib/python3.8/site-packages (from netdata==0.2.1) (3.7.4.post0)
Requirement already satisfied: attrs>=17.3.0 in /nix/store/663m340i8nwc4x2lg6ikvpgkp13657ph-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->netdata==0.2.1) (20.3.0)
Requirement already satisfied: chardet<5.0,>=2.0 in /nix/store/9m4p624ywpl2j3m1cf1gq6kkx59131nn-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->netdata==0.2.1) (3.0.4)
Requirement already satisfied: multidict<7.0,>=4.5 in /nix/store/cziqxrdrwzb4sq9mcngyqz8p05bqmvv4-python3.8-multidict-5.1.0/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->netdata==0.2.1) (5.1.0)
Requirement already satisfied: yarl<2.0,>=1.0 in /nix/store/8nlnxkig0zdz505y3bjq932568l5w5vj-python3.8-yarl-1.6.3/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->netdata==0.2.1) (1.6.3)
Requirement already satisfied: typing-extensions>=3.6.5 in /nix/store/gwkb6a1wi5v2j4d54bgyfws53iv96m6m-python3.8-typing_extensions-3.7.4.3/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->netdata==0.2.1) (3.7.4.3)
Requirement already satisfied: idna>=2.0 in /nix/store/n5m51fwlbv677l2zibrhga61mplvbmbi-python3.8-idna-2.10/lib/python3.8/site-packages (from yarl<2.0,>=1.0->aiohttp<4,>=3.7.4->netdata==0.2.1) (2.10)
Installing collected packages: netdata
Successfully installed netdata-0.2.1
/build/netdata-0.2.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jdmy93azqrwficqidqf3x5vmqvkamahc-python3.8-netdata-0.2.1
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/jdmy93azqrwficqidqf3x5vmqvkamahc-python3.8-netdata-0.2.1/lib
patching script interpreter paths in /nix/store/jdmy93azqrwficqidqf3x5vmqvkamahc-python3.8-netdata-0.2.1
checking for references to /build/ in /nix/store/jdmy93azqrwficqidqf3x5vmqvkamahc-python3.8-netdata-0.2.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
Check whether the following modules can be imported: netdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment