pymol-cli-0.1.0
default.checks.x86_64-linux.package-pymol-cli
· build #37
· raw
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-hook15Using pytestCheckPhase
unpackPhase
16unpacking source archive /nix/store/bx7p2kcfcplgrn0vq22l9jv4k66k7xqv-pymol-cli17source root is pymol-cli18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "pymol-cli/tests/test_main.py"configurePhase
19no configure script, doing nothingbuildPhase
20Executing pypaBuildPhase21Creating a wheel...22pypa build flags: --no-isolation --outdir dist/ --wheel23* Getting build dependencies for wheel...24* Building wheel...25Successfully built pymol_cli-0.1.0-py3-none-any.whl26Finished creating a wheel...27Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
28Executing pythonRuntimeDepsCheck29Checking runtime dependencies for pymol_cli-0.1.0-py3-none-any.whl30Finished executing pythonRuntimeDepsCheckinstallPhase
31Executing pypaInstallPhase32Successfully installed pymol_cli-0.1.0-py3-none-any.whl33Finished executing pypaInstallPhasepythonOutputDistPhase
34Executing pythonOutputDistPhase35Finished executing pythonOutputDistPhasefixupPhase
36shrinking RPATHs of ELF executables and libraries in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.037checking for references to /build/ in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0...38patching script interpreter paths in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.039stripping (with command strip and flags -S -p) in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/lib /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/bin40shrinking RPATHs of ELF executables and libraries in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist41checking for references to /build/ in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist...42patching script interpreter paths in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist43Rewriting #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6/bin/python3.14 to #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.644wrapping `/nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/bin/pymol-cli'...45Executing pythonRemoveTestsDir46Finished executing pythonRemoveTestsDirinstallCheckPhase
47no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
48Executing pythonImportsCheckPhase49Check whether the following modules can be imported: pymol_clipytestCheckPhase
50Executing pytestCheckPhase515 files already formatted52UP022 Prefer `capture_output` over sending `stdout` and `stderr` to `PIPE`53 --> pymol_cli/main.py:496:2054 |55494 | return56495 | if not ns.foreground:57496 | run_proc = subprocess.run(58 | ____________________^59497 | | ["pueue", "add", "--print-task-id", "--", *command],60498 | | check=False,61499 | | text=True,62500 | | stdout=subprocess.PIPE,63501 | | stderr=subprocess.PIPE,64502 | | )65 | |_________^66503 | if run_proc.returncode != 0:67504 | raise CLIError(run_proc.stderr.strip() or "pueue launch failed")68 |69help: Replace with `capture_output` keyword argument7071Found 1 error.72No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).