ancient-rose-27306
08/28/2022, 5:08 AMCompiling mock v0.0.1 (/root/pants/src/rust/engine/testutil/mock)
Compiling process_execution v0.0.1 (/root/pants/src/rust/engine/process_execution)
Finished release [optimized + debuginfo] target(s) in 14m 38s
fatal: No names found, cannot describe anything.
05:04:31.99 [INFO] Starting: Resolving plugins: hdrhistogram, toolchain.pants.plugin==0.22.0
05:04:55.91 [INFO] Completed: Resolving plugins: hdrhistogram, toolchain.pants.plugin==0.22.0
05:05:01.28 [INFO] Initializing scheduler...
05:05:02.03 [INFO] Scheduler initialized.
No goals specified.
Use `./pants help` to get help.
Use `./pants help goals` to list goals.
(pants-dev) [root@9a5752857756 pants]#
What is this fatal: No names found, cannot describe anything.
in the logs? Does it mean that there was no fatal error since no names were found?fast-nail-55400
08/28/2022, 5:59 AMfatal: No names found, cannot describe anything.
is an error message from git
ancient-rose-27306
08/28/2022, 1:37 PMgit describe
error. Is it coming from these lines of `bootstrap_code.sh`:
# Create the accompanying metadata file.
local -r metadata_file=$(mktemp -t pants.native_engine.metadata.XXXXXX)
echo "engine_version: ${engine_version_calculated}" > "${metadata_file}"
echo "repo_version: $(git describe --dirty)" >> "${metadata_file}"
It looks like it tried to write something in the metadata file named pants.native_engine.metadata.XXXXXX
.enough-analyst-54434
08/28/2022, 5:30 PMancient-rose-27306
08/28/2022, 5:40 PM