nixbot

builds
1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh14Sourcing pytest-check-hook
unpackPhase
15unpacking source archive /nix/store/2h84x12zk3xs1wfdcf4cpmp79bmj574q-paperfetch-cli16source root is paperfetch-cli17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "paperfetch-cli/tests/test_resolve.py"
configurePhase
18no configure script, doing nothing
buildPhase
19Executing pypaBuildPhase20Creating a wheel...21pypa build flags: --no-isolation --outdir dist/ --wheel22* Getting build dependencies for wheel...23* Building wheel...24Successfully built paperfetch_cli-0.1.0-py3-none-any.whl25Finished creating a wheel...26Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
27Executing pythonRuntimeDepsCheck28Checking runtime dependencies for paperfetch_cli-0.1.0-py3-none-any.whl29Finished executing pythonRuntimeDepsCheck
installPhase
30Executing pypaInstallPhase31Successfully installed paperfetch_cli-0.1.0-py3-none-any.whl32Finished executing pypaInstallPhase
pythonOutputDistPhase
33Executing pythonOutputDistPhase34Finished executing pythonOutputDistPhase
fixupPhase
35shrinking RPATHs of ELF executables and libraries in /nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.036checking for references to /build/ in /nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.0...37patching script interpreter paths in /nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.038stripping (with command strip and flags -S -p) in /nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.0/lib /nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.0/bin39shrinking RPATHs of ELF executables and libraries in /nix/store/z6w0cn7vrcf73vsp4kqhsj0f9nhd8a9y-paperfetch-cli-0.1.0-dist40checking for references to /build/ in /nix/store/z6w0cn7vrcf73vsp4kqhsj0f9nhd8a9y-paperfetch-cli-0.1.0-dist...41patching script interpreter paths in /nix/store/z6w0cn7vrcf73vsp4kqhsj0f9nhd8a9y-paperfetch-cli-0.1.0-dist42Rewriting #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6/bin/python3.14 to #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.643wrapping `/nix/store/mf18k45h97zngi5cvcp3dn48wscra67w-paperfetch-cli-0.1.0/bin/paperfetch-cli'...44Executing pythonRemoveTestsDir45Finished executing pythonRemoveTestsDir
installCheckPhase
4612 files already formatted47CPY001 Missing copyright notice at top of file48--> paperfetch_cli/__init__.py:1:14950CPY001 Missing copyright notice at top of file51--> paperfetch_cli/browser.py:1:15253CPY001 Missing copyright notice at top of file54--> paperfetch_cli/config.py:1:15556CPY001 Missing copyright notice at top of file57--> paperfetch_cli/errors.py:1:15859CPY001 Missing copyright notice at top of file60--> paperfetch_cli/main.py:1:16162PLR0917 Too many positional arguments (7 > 5)63 --> paperfetch_cli/main.py:285:564 |65285 | def _browser_pdf( # noqa: PLR091366 | ^^^^^^^^^^^^67286 | args: argparse.Namespace,68287 | meta: PaperMeta,69 |7071CPY001 Missing copyright notice at top of file72--> paperfetch_cli/resolve.py:1:17374CPY001 Missing copyright notice at top of file75--> paperfetch_cli/sanitize.py:1:17677CPY001 Missing copyright notice at top of file78--> tests/__init__.py:1:17980CPY001 Missing copyright notice at top of file81--> tests/test_browser.py:1:18283CPY001 Missing copyright notice at top of file84--> tests/test_cli.py:1:18586CPY001 Missing copyright notice at top of file87--> tests/test_live_e2e.py:1:18889CPY001 Missing copyright notice at top of file90--> tests/test_resolve.py:1:19192Found 13 errors.