protontricks-1.14.1
checks.x86_64-linux.nixos-zaphod
· build #239
· 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/3kvz6wslhp97gs3z5cfdncjsm8hhv6n0-source17source root is source18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_winetricks.py"patchPhase
19applying patch /nix/store/lhvfvisd0kc6hc50jm8nwjq09ni3pcsg-steam-run.patch20patching file src/protontricks/data/scripts/bwrap_launcher.sh21patching file src/protontricks/data/scripts/wine_launch.sh22patching file src/protontricks/data/scripts/wineserver_keepalive.sh23patching file src/protontricks/util.py24Hunk #1 succeeded at 117 (offset 18 lines).25patching file tests/conftest.py26Hunk #1 succeeded at 177 (offset 2 lines).27Hunk #2 succeeded at 775 (offset 7 lines).28applying patch /nix/store/m1949ayyw85dq9hxp3drvy0vzf9my318-4198b7ea82369a91e3084d6e185f9b370f78eaec.patch29patching file CHANGELOG.md30Hunk #1 succeeded at 57 with fuzz 2 (offset 41 lines).31patching file src/protontricks/steam.py32Hunk #1 succeeded at 10 (offset 2 lines).33Hunk #2 succeeded at 618 (offset 57 lines).34patching file src/protontricks/_vdf/LICENSE35patching file src/protontricks/_vdf/README.rst36patching file src/protontricks/_vdf/__init__.py37patching file src/protontricks/_vdf/vdict.pyconfigurePhase
38no configure script, doing nothingbuildPhase
39Executing pypaBuildPhase40Setting SETUPTOOLS_SCM_PRETEND_VERSION to 1.14.141Including all tracked files automatically42Creating a wheel...43pypa build flags: --no-isolation --outdir dist/ --wheel44* Getting build dependencies for wheel...45* Building wheel...46running bdist_wheel47running build48running build_py49creating build/lib/protontricks50copying src/protontricks/__init__.py -> build/lib/protontricks51copying src/protontricks/config.py -> build/lib/protontricks52copying src/protontricks/flatpak.py -> build/lib/protontricks53copying src/protontricks/gui.py -> build/lib/protontricks54copying src/protontricks/winetricks.py -> build/lib/protontricks55copying src/protontricks/util.py -> build/lib/protontricks56copying src/protontricks/steam.py -> build/lib/protontricks57copying src/protontricks/_version.py -> build/lib/protontricks58creating build/lib/protontricks/cli59copying src/protontricks/cli/__init__.py -> build/lib/protontricks/cli60copying src/protontricks/cli/command.py -> build/lib/protontricks/cli61copying src/protontricks/cli/desktop_install.py -> build/lib/protontricks/cli62copying src/protontricks/cli/launch.py -> build/lib/protontricks/cli63copying src/protontricks/cli/main.py -> build/lib/protontricks/cli64copying src/protontricks/cli/util.py -> build/lib/protontricks/cli65creating build/lib/protontricks/data66copying src/protontricks/data/__init__.py -> build/lib/protontricks/data67creating build/lib/protontricks/data/data68copying src/protontricks/data/data/__init__.py -> build/lib/protontricks/data/data69creating build/lib/protontricks/data/scripts70copying src/protontricks/data/scripts/__init__.py -> build/lib/protontricks/data/scripts71creating build/lib/protontricks/data/share/applications72copying src/protontricks/data/share/applications/__init__.py -> build/lib/protontricks/data/share/applications73running egg_info74creating src/protontricks.egg-info75writing src/protontricks.egg-info/PKG-INFO76writing dependency_links to src/protontricks.egg-info/dependency_links.txt77writing entry points to src/protontricks.egg-info/entry_points.txt78writing requirements to src/protontricks.egg-info/requires.txt79writing top-level names to src/protontricks.egg-info/top_level.txt80writing manifest file 'src/protontricks.egg-info/SOURCES.txt'81/nix/store/7kj6l70lbkj7b1p9f6xlpbb30ali0m59-python3.14-vcs-versioning-1.1.1/lib/python3.14/site-packages/vcs_versioning/overrides.py:609: UserWarning: No GlobalOverrides context is active. Auto-creating one with SETUPTOOLS_SCM prefix for backwards compatibility. Consider using 'with GlobalOverrides.from_env("YOUR_TOOL"):' explicitly.82 return get_active_overrides().subprocess_timeout83reading manifest file 'src/protontricks.egg-info/SOURCES.txt'84reading manifest template 'MANIFEST.in'85warning: no previously-included files found matching '*.yml'86warning: no previously-included files matching '*.py[cod]' found anywhere in distribution87warning: no previously-included files matching '__pycache__' found anywhere in distribution88adding license file 'LICENSE'89writing manifest file 'src/protontricks.egg-info/SOURCES.txt'90copying src/protontricks/steam.py.orig -> build/lib/protontricks91copying src/protontricks/util.py.orig -> build/lib/protontricks92copying src/protontricks/data/data/icon_placeholder.png -> build/lib/protontricks/data/data93copying src/protontricks/data/scripts/bwrap_launcher.sh -> build/lib/protontricks/data/scripts94copying src/protontricks/data/scripts/wine_launch.sh -> build/lib/protontricks/data/scripts95copying src/protontricks/data/scripts/wineserver_keepalive.bat -> build/lib/protontricks/data/scripts96copying src/protontricks/data/scripts/wineserver_keepalive.sh -> build/lib/protontricks/data/scripts97copying src/protontricks/data/share/applications/protontricks-launch.desktop -> build/lib/protontricks/data/share/applications98copying src/protontricks/data/share/applications/protontricks.desktop -> build/lib/protontricks/data/share/applications99installing to build/bdist.linux-x86_64/wheel100running install101running install_lib102creating build/bdist.linux-x86_64/wheel103creating build/bdist.linux-x86_64/wheel/protontricks104copying build/lib/protontricks/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks105copying build/lib/protontricks/config.py -> build/bdist.linux-x86_64/wheel/./protontricks106copying build/lib/protontricks/flatpak.py -> build/bdist.linux-x86_64/wheel/./protontricks107copying build/lib/protontricks/gui.py -> build/bdist.linux-x86_64/wheel/./protontricks108copying build/lib/protontricks/winetricks.py -> build/bdist.linux-x86_64/wheel/./protontricks109copying build/lib/protontricks/util.py -> build/bdist.linux-x86_64/wheel/./protontricks110copying build/lib/protontricks/steam.py -> build/bdist.linux-x86_64/wheel/./protontricks111copying build/lib/protontricks/_version.py -> build/bdist.linux-x86_64/wheel/./protontricks112creating build/bdist.linux-x86_64/wheel/protontricks/cli113copying build/lib/protontricks/cli/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli114copying build/lib/protontricks/cli/command.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli115copying build/lib/protontricks/cli/desktop_install.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli116copying build/lib/protontricks/cli/launch.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli117copying build/lib/protontricks/cli/main.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli118copying build/lib/protontricks/cli/util.py -> build/bdist.linux-x86_64/wheel/./protontricks/cli119creating build/bdist.linux-x86_64/wheel/protontricks/data120copying build/lib/protontricks/data/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks/data121creating build/bdist.linux-x86_64/wheel/protontricks/data/data122copying build/lib/protontricks/data/data/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks/data/data123copying build/lib/protontricks/data/data/icon_placeholder.png -> build/bdist.linux-x86_64/wheel/./protontricks/data/data124creating build/bdist.linux-x86_64/wheel/protontricks/data/scripts125copying build/lib/protontricks/data/scripts/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks/data/scripts126copying build/lib/protontricks/data/scripts/bwrap_launcher.sh -> build/bdist.linux-x86_64/wheel/./protontricks/data/scripts127copying build/lib/protontricks/data/scripts/wine_launch.sh -> build/bdist.linux-x86_64/wheel/./protontricks/data/scripts128copying build/lib/protontricks/data/scripts/wineserver_keepalive.bat -> build/bdist.linux-x86_64/wheel/./protontricks/data/scripts129copying build/lib/protontricks/data/scripts/wineserver_keepalive.sh -> build/bdist.linux-x86_64/wheel/./protontricks/data/scripts130creating build/bdist.linux-x86_64/wheel/protontricks/data/share131creating build/bdist.linux-x86_64/wheel/protontricks/data/share/applications132copying build/lib/protontricks/data/share/applications/__init__.py -> build/bdist.linux-x86_64/wheel/./protontricks/data/share/applications133copying build/lib/protontricks/data/share/applications/protontricks-launch.desktop -> build/bdist.linux-x86_64/wheel/./protontricks/data/share/applications134copying build/lib/protontricks/data/share/applications/protontricks.desktop -> build/bdist.linux-x86_64/wheel/./protontricks/data/share/applications135copying build/lib/protontricks/steam.py.orig -> build/bdist.linux-x86_64/wheel/./protontricks136copying build/lib/protontricks/util.py.orig -> build/bdist.linux-x86_64/wheel/./protontricks137running install_data138creating build/bdist.linux-x86_64/wheel/protontricks-1.14.1.data/data139creating build/bdist.linux-x86_64/wheel/protontricks-1.14.1.data/data/share/applications140copying src/protontricks/data/share/applications/protontricks.desktop -> build/bdist.linux-x86_64/wheel/protontricks-1.14.1.data/data/share/applications141copying src/protontricks/data/share/applications/protontricks-launch.desktop -> build/bdist.linux-x86_64/wheel/protontricks-1.14.1.data/data/share/applications142running install_egg_info143Copying src/protontricks.egg-info to build/bdist.linux-x86_64/wheel/./protontricks-1.14.1-py3.14.egg-info144running install_scripts145creating build/bdist.linux-x86_64/wheel/protontricks-1.14.1.dist-info/WHEEL146creating '/build/source/dist/.tmp-cz7xt_9x/protontricks-1.14.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it147adding 'protontricks/__init__.py'148adding 'protontricks/_version.py'149adding 'protontricks/config.py'150adding 'protontricks/flatpak.py'151adding 'protontricks/gui.py'152adding 'protontricks/steam.py'153adding 'protontricks/steam.py.orig'154adding 'protontricks/util.py'155adding 'protontricks/util.py.orig'156adding 'protontricks/winetricks.py'157adding 'protontricks/cli/__init__.py'158adding 'protontricks/cli/command.py'159adding 'protontricks/cli/desktop_install.py'160adding 'protontricks/cli/launch.py'161adding 'protontricks/cli/main.py'162adding 'protontricks/cli/util.py'163adding 'protontricks/data/__init__.py'164adding 'protontricks/data/data/__init__.py'165adding 'protontricks/data/data/icon_placeholder.png'166adding 'protontricks/data/scripts/__init__.py'167adding 'protontricks/data/scripts/bwrap_launcher.sh'168adding 'protontricks/data/scripts/wine_launch.sh'169adding 'protontricks/data/scripts/wineserver_keepalive.bat'170adding 'protontricks/data/scripts/wineserver_keepalive.sh'171adding 'protontricks/data/share/applications/__init__.py'172adding 'protontricks/data/share/applications/protontricks-launch.desktop'173adding 'protontricks/data/share/applications/protontricks.desktop'174adding 'protontricks-1.14.1.data/data/share/applications/protontricks-launch.desktop'175adding 'protontricks-1.14.1.data/data/share/applications/protontricks.desktop'176adding 'protontricks-1.14.1.dist-info/licenses/LICENSE'177adding 'protontricks-1.14.1.dist-info/METADATA'178adding 'protontricks-1.14.1.dist-info/WHEEL'179adding 'protontricks-1.14.1.dist-info/entry_points.txt'180adding 'protontricks-1.14.1.dist-info/top_level.txt'181adding 'protontricks-1.14.1.dist-info/RECORD'182removing build/bdist.linux-x86_64/wheel183Successfully built protontricks-1.14.1-py3-none-any.whl184Finished creating a wheel...185Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
186Executing pythonRuntimeDepsCheck187Checking runtime dependencies for protontricks-1.14.1-py3-none-any.whl188Finished executing pythonRuntimeDepsCheckinstallPhase
189Executing pypaInstallPhase190Successfully installed protontricks-1.14.1-py3-none-any.whl191Finished executing pypaInstallPhasepythonOutputDistPhase
192Executing pythonOutputDistPhase193Finished executing pythonOutputDistPhasefixupPhase
194shrinking RPATHs of ELF executables and libraries in /nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1195checking for references to /build/ in /nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1...196patching script interpreter paths in /nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1197stripping (with command strip and flags -S -p) in /nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1/lib /nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1/bin198shrinking RPATHs of ELF executables and libraries in /nix/store/0lf5qw0jp05k8bkkwm769skfigma0pck-protontricks-1.14.1-dist199checking for references to /build/ in /nix/store/0lf5qw0jp05k8bkkwm769skfigma0pck-protontricks-1.14.1-dist...200patching script interpreter paths in /nix/store/0lf5qw0jp05k8bkkwm769skfigma0pck-protontricks-1.14.1-dist201Rewriting #!/nix/store/b5bpi6zfajzzrwwpgba2q6li3nnya4bs-python3-3.14.7/bin/python3.14 to #!/nix/store/b5bpi6zfajzzrwwpgba2q6li3nnya4bs-python3-3.14.7202wrapping `/nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1/bin/protontricks'...203Rewriting #!/nix/store/b5bpi6zfajzzrwwpgba2q6li3nnya4bs-python3-3.14.7/bin/python3.14 to #!/nix/store/b5bpi6zfajzzrwwpgba2q6li3nnya4bs-python3-3.14.7204wrapping `/nix/store/k0406kp8mmb80bl14pfmppapcggbl31g-protontricks-1.14.1/bin/protontricks-launch'...205Executing pythonRemoveTestsDir206Finished executing pythonRemoveTestsDirinstallCheckPhase
207no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
208Executing pythonImportsCheckPhase209Check whether the following modules can be imported: protontrickspytestCheckPhase
210Executing pytestCheckPhase211pytest flags: -m pytest212============================= test session starts ==============================213platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0214rootdir: /build/source215configfile: pyproject.toml216collected 170 items 217218tests/cli/test_desktop_install.py . [ 0%]219tests/cli/test_launch.py ............ [ 7%]220tests/cli/test_main.py ................................................. [ 36%]221..... [ 39%]222tests/cli/test_util.py ...... [ 42%]223tests/test_config.py .. [ 44%]224tests/test_flatpak.py ......... [ 49%]225tests/test_gui.py ................... [ 60%]226tests/test_steam.py ................................................... [ 90%]227tests/test_util.py .............. [ 98%]228tests/test_winetricks.py .. [100%]229230============================= 170 passed in 2.00s ==============================231Finished executing pytestCheckPhase