gmaps-cli-0.1.0
default.checks.x86_64-linux.package-gmaps-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-hook
unpackPhase
15unpacking source archive /nix/store/l5ljwwzv30fr9n8sahwp8shshhrimxqd-gmaps-cli16source root is gmaps-cli17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "gmaps-cli/test_gmaps_cli_integration.py"configurePhase
18no configure script, doing nothingbuildPhase
19Executing pypaBuildPhase20Creating a wheel...21pypa build flags: --no-isolation --outdir dist/ --wheel22* Getting build dependencies for wheel...23* Building wheel...24Successfully built gmaps_cli-0.1.0-py3-none-any.whl25Finished creating a wheel...26Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
27Executing pythonRuntimeDepsCheck28Checking runtime dependencies for gmaps_cli-0.1.0-py3-none-any.whl29Finished executing pythonRuntimeDepsCheckinstallPhase
30Executing pypaInstallPhase31Successfully installed gmaps_cli-0.1.0-py3-none-any.whl32Finished executing pypaInstallPhasepythonOutputDistPhase
33Executing pythonOutputDistPhase34Finished executing pythonOutputDistPhasefixupPhase
35shrinking RPATHs of ELF executables and libraries in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.036checking for references to /build/ in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0...37patching script interpreter paths in /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.038/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"39stripping (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/bin40shrinking RPATHs of ELF executables and libraries in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist41checking for references to /build/ in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist...42patching script interpreter paths in /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-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/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0/bin/gmaps-cli'...45Executing pythonRemoveTestsDir46Finished executing pythonRemoveTestsDirinstallCheckPhase
472 files already formatted48CPY001 Missing copyright notice at top of file49--> gmaps_cli.py:1:15051RUF100 [*] Unused `noqa` directive (unused: `S310`)52 --> gmaps_cli.py:103:4453 |54102 | try:55103 | request = urllib.request.Request( # noqa: S31056 | ^^^^^^^^^^^^57104 | endpoint,58105 | data=json.dumps(body).encode("utf-8"),59 |60help: Remove unused `noqa` directive61 |62102 | try:63 - request = urllib.request.Request( # noqa: S31064103 + request = urllib.request.Request(65104 | endpoint,66 |6768RUF100 [*] Unused `noqa` directive (unused: `S310`)69 --> gmaps_cli.py:170:4470 |71169 | try:72170 | request = urllib.request.Request( # noqa: S31073 | ^^^^^^^^^^^^74171 | endpoint,75172 | data=json.dumps(body).encode("utf-8"),76 |77help: Remove unused `noqa` directive78 |79169 | try:80 - request = urllib.request.Request( # noqa: S31081170 + request = urllib.request.Request(82171 | endpoint,83 |8485RUF100 [*] Unused `noqa` directive (unused: `S310`)86 --> gmaps_cli.py:322:4887 |88321 | try:89322 | request = urllib.request.Request( # noqa: S31090 | ^^^^^^^^^^^^91323 | endpoint,92324 | data=json.dumps(body).encode("utf-8"),93 |94help: Remove unused `noqa` directive95 |96321 | try:97 - request = urllib.request.Request( # noqa: S31098322 + request = urllib.request.Request(99323 | endpoint,100 |101102CPY001 Missing copyright notice at top of file103--> test_gmaps_cli_integration.py:1:1104105Found 5 errors.106[*] 3 fixable with the `--fix` option.