Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Running phase: unpackPhase unpacking source archive /nix/store/l5ljwwzv30fr9n8sahwp8shshhrimxqd-gmaps-cli source root is gmaps-cli setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "gmaps-cli/test_gmaps_cli_integration.py" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... * Building wheel... Successfully built gmaps_cli-0.1.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for gmaps_cli-0.1.0-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed gmaps_cli-0.1.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0 checking for references to /build/ in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0... patching script interpreter paths in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0 /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0/lib/python3.14/site-packages/gmaps_cli.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6/bin/python3" stripping (with command strip and flags -S -p) in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0/lib /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist checking for references to /build/ in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist... patching script interpreter paths in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist Rewriting #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6/bin/python3.14 to #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6 wrapping `/nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0/bin/gmaps-cli'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase 2 files already formatted CPY001 Missing copyright notice at top of file --> gmaps_cli.py:1:1 RUF100 [*] Unused `noqa` directive (unused: `S310`) --> gmaps_cli.py:103:44 | 102 | try: 103 | request = urllib.request.Request( # noqa: S310 | ^^^^^^^^^^^^ 104 | endpoint, 105 | data=json.dumps(body).encode("utf-8"), | help: Remove unused `noqa` directive | 102 | try: - request = urllib.request.Request( # noqa: S310 103 + request = urllib.request.Request( 104 | endpoint, | RUF100 [*] Unused `noqa` directive (unused: `S310`) --> gmaps_cli.py:170:44 | 169 | try: 170 | request = urllib.request.Request( # noqa: S310 | ^^^^^^^^^^^^ 171 | endpoint, 172 | data=json.dumps(body).encode("utf-8"), | help: Remove unused `noqa` directive | 169 | try: - request = urllib.request.Request( # noqa: S310 170 + request = urllib.request.Request( 171 | endpoint, | RUF100 [*] Unused `noqa` directive (unused: `S310`) --> gmaps_cli.py:322:48 | 321 | try: 322 | request = urllib.request.Request( # noqa: S310 | ^^^^^^^^^^^^ 323 | endpoint, 324 | data=json.dumps(body).encode("utf-8"), | help: Remove unused `noqa` directive | 321 | try: - request = urllib.request.Request( # noqa: S310 322 + request = urllib.request.Request( 323 | endpoint, | CPY001 Missing copyright notice at top of file --> test_gmaps_cli_integration.py:1:1 Found 5 errors. [*] 3 fixable with the `--fix` option.