Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 03:59
Show Gist options
  • Save r-rmcgibbo/3b52e7d1cb766a054c69204731a7ef22 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/3b52e7d1cb766a054c69204731a7ef22 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 24 seconds | https://github.com/NixOS/nixpkgs/pull/116814
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/0ssz4vc96flrhvq9f2a2vbgkvl5b01c6-pyfuse3-3.1.1.tar.gz
source root is pyfuse3-3.1.1
setting SOURCE_DATE_EPOCH to timestamp 1602010923 of file pyfuse3-3.1.1/src/pyfuse3.egg-info/zip-safe
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/5qsalw3gybwjg9rray6ckqhzhwcmzprv-0070eddfc33fc2fba8eb4fe9353a2d2fa1ae575b.patch
patching file setup.py
patching file test/pytest_checklogs.py
@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.linux-x86_64-3.8
copying src/_pyfuse3.py -> build/lib.linux-x86_64-3.8
copying src/pyfuse3_asyncio.py -> build/lib.linux-x86_64-3.8
running build_ext
building 'pyfuse3' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/src
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/v3bj7jrns4sk6yj2rp30p6v2l7p707az-python3-3.8.8/include/python3.8 -c src/pyfuse3.c -o build/temp.linux-x86_64-3.8/src/pyfuse3.o -I/nix/store/xhg0sqkcqd12h0b5s09a8w24pwvmiwgf-fuse-3.10.2/include/fuse3 -DFUSE_USE_VERSION=32 -Wall -Wextra -Wconversion -Wsign-compare -DPYFUSE3_VERSION="3.1.1" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-function -Wno-unused-parameter
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/src/pyfuse3.o -L/nix/store/v3bj7jrns4sk6yj2rp30p6v2l7p707az-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/pyfuse3.cpython-38-x86_64-linux-gnu.so -L/nix/store/xhg0sqkcqd12h0b5s09a8w24pwvmiwgf-fuse-3.10.2/lib -lfuse3 -lpthread -lpthread -lrt
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
copying build/lib.linux-x86_64-3.8/pyfuse3.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-3.8/pyfuse3_asyncio.py -> build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-3.8/_pyfuse3.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing src/pyfuse3.egg-info/PKG-INFO
writing dependency_links to src/pyfuse3.egg-info/dependency_links.txt
writing requirements to src/pyfuse3.egg-info/requires.txt
writing top-level names to src/pyfuse3.egg-info/top_level.txt
reading manifest file 'src/pyfuse3.egg-info/SOURCES.txt'
writing manifest file 'src/pyfuse3.egg-info/SOURCES.txt'
Copying src/pyfuse3.egg-info to build/bdist.linux-x86_64/wheel/pyfuse3-3.1.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/pyfuse3-3.1.1.dist-info/WHEEL
creating 'dist/pyfuse3-3.1.1-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding '_pyfuse3.py'
adding 'pyfuse3.cpython-38-x86_64-linux-gnu.so'
adding 'pyfuse3_asyncio.py'
adding 'pyfuse3-3.1.1.dist-info/LICENSE'
adding 'pyfuse3-3.1.1.dist-info/METADATA'
adding 'pyfuse3-3.1.1.dist-info/WHEEL'
adding 'pyfuse3-3.1.1.dist-info/top_level.txt'
adding 'pyfuse3-3.1.1.dist-info/zip-safe'
adding 'pyfuse3-3.1.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pyfuse3-3.1.1/dist /build/pyfuse3-3.1.1
Processing ./pyfuse3-3.1.1-cp38-cp38-linux_x86_64.whl
Requirement already satisfied: trio>=0.15 in /nix/store/bk98fsvb3a5dmlcr2xps5hmjkjx351a5-python3.8-trio-0.18.0/lib/python3.8/site-packages (from pyfuse3==3.1.1) (0.18.0)
Requirement already satisfied: idna in /nix/store/mxh67xrqq4q1l3l5sccj4jgjfxr0pppd-python3.8-idna-2.10/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (2.10)
Requirement already satisfied: outcome in /nix/store/vfb230ikmgag6zlmh368321kd07rm9r1-python3.8-outcome-1.1.0/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (1.1.0)
Requirement already satisfied: sniffio in /nix/store/964jm0wbislh1dy660rq5a7f4jwv7r54-python3.8-sniffio-1.2.0/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (1.2.0)
Requirement already satisfied: sortedcontainers in /nix/store/dkyfj3ysb6ggzjix4b93s8szqwp1sqx3-python3.8-sortedcontainers-2.3.0/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (2.3.0)
Requirement already satisfied: attrs>=19.2.0 in /nix/store/j4dinknvhywcrm1hrjizz4ldxc0ag57p-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (20.3.0)
Requirement already satisfied: async-generator>=1.9 in /nix/store/8k05vwkhdpfy6mbmkfi7d4a9cc1if63k-python3.8-async_generator-1.10/lib/python3.8/site-packages (from trio>=0.15->pyfuse3==3.1.1) (1.10)
Installing collected packages: pyfuse3
Successfully installed pyfuse3-3.1.1
/build/pyfuse3-3.1.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/nnjyrrpb9vnbwxaw5iq1sn8f0l71mhf8-python3.8-pyfuse3-3.1.1
shrinking /nix/store/nnjyrrpb9vnbwxaw5iq1sn8f0l71mhf8-python3.8-pyfuse3-3.1.1/lib/python3.8/site-packages/pyfuse3.cpython-38-x86_64-linux-gnu.so
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/nnjyrrpb9vnbwxaw5iq1sn8f0l71mhf8-python3.8-pyfuse3-3.1.1/lib
patching script interpreter paths in /nix/store/nnjyrrpb9vnbwxaw5iq1sn8f0l71mhf8-python3.8-pyfuse3-3.1.1
checking for references to /build/ in /nix/store/nnjyrrpb9vnbwxaw5iq1sn8f0l71mhf8-python3.8-pyfuse3-3.1.1...
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": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/pyfuse3-3.1.1
plugins: trio-0.7.0
collecting ...
collected 15 items / 1 deselected / 14 selected
test/test_api.py ...s. [ 35%]
test/test_examples.py ssss [ 64%]
test/test_fs.py sssss [100%]
=============================== warnings summary ===============================
test/test_fs.py:32
/build/pyfuse3-3.1.1/test/test_fs.py:32: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.
@pytest.yield_fixture()
-- Docs: https://docs.pytest.org/en/stable/warnings.html
============ 4 passed, 10 skipped, 1 deselected, 1 warning in 1.47s ============
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment