little-train-28371
09/19/2023, 11:45 PMdocker environments
to build a google cloud function target after i cleared docker (images, volumes, containers). I am still using pants 2.16 with the old lambdex layout.
I can’t seem to be able to pass from this now (I am building on an intel Mac)
18:31:00.17 [DEBUG] Completed: `package` goal
18:31:00.17 [DEBUG] computed 1 nodes in 70.944543 seconds. there are 1948 total nodes.
18:31:00.17 [ERROR] 1 Exception encountered:
Engine traceback:
in `package` goal
ProcessExecutionFailure: Process 'Extract Python' failed with exit code 2.
stdout:
stderr:
/bin/tar: This does not look like a tar archive
gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
little-train-28371
09/19/2023, 11:50 PM--no-local-cache --pex-verbosity=9 -ldebug --keep-sandboxes=always package
little-train-28371
09/19/2023, 11:51 PM./pants package ::
build fails with the following
stdout:
stderr:
.python-build-standalone/python/bin/python3: error while loading shared libraries: /pants-immutable-inputs/.tmp6SS10z/c12164f0e9228ec20704c1aba97eb31b8e2a482d41943d541cc8e3a9e84f7349/python/bin/../lib/libpython3.9.so.1.0: file too short
little-train-28371
09/19/2023, 11:57 PMlittle-train-28371
09/20/2023, 12:00 AM