<#21565 shellcheck fails on pants &gt;2.20 in CI> ...
# github-notifications
c
#21565 shellcheck fails on pants &gt;2.20 in CI Issue created by kwint Describe the bug When running pants lint with shellcheck on version 2.21, 2.22 and 2.23.0rc0 I get this error in our CI jobs:
Copy code
13:33:25.27 [INFO] Completed: Format with isort - isort made no changes.
13:33:25.39 [INFO] Completed: Format with isort - isort made no changes.
13:33:25.68 [INFO] Completed: Format with isort - isort made no changes.
13:33:25.68 [ERROR] 1 Exception encountered:
Engine traceback:
  in `lint` goal
ProcessExecutionFailure: Process 'Extract shellcheck-v0.10.0.linux.x86_64.tar.xz' failed with exit code 2.
stdout:
stderr:
tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/usr/bin/tar: Child returned status 2
/usr/bin/tar: Error is not recoverable: exiting now
Use `--keep-sandboxes=on_failure` to preserve the process chroot for inspection.
The error is not there when using pants 2.20 I don't have the issue locally, but maybe that is because shellcheck is already downloaded? This is in gitlab ci Pants version Issue is in in 2.21, 2.22 and 2.23.0rc0 OS Linux Additional info Could very well be an issue on our side! pantsbuild/pants