Just popping a message here, since I saw in the logs that the cncli version 4.0.4 fails to build. Might be not an issue from your site, but here is the log.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
For more information about this error, try rustc --explain E0658.
error: could not compile arrayvec.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile cncli v4.0.4 (/cncli), intermediate artifacts can be found at /cncli/target
Just popping a message here, since I saw in the logs that the cncli version 4.0.4 fails to build. Might be not an issue from your site, but here is the log.
Step 7/13 : RUN echo "Building tags/v$VERSION..." && git clone https://github.com/AndrewWestberg/cncli && cd cncli && git fetch --all --recurse-submodules --tags && git tag && git checkout tags/v$VERSION && cargo install --path . --force && cncli -V ---> Running in bcb3eb486284 Building tags/v4.0.4... Cloning into 'cncli'... Fetching origin 0.1.0 0.1.1 0.1.2 0.1.3 v0.1.4 v0.1.5 v0.2.0 v0.2.1 v0.2.10 v0.2.11 v0.2.2 v0.2.3 v0.2.4 v0.2.5 v0.2.6 v0.2.7 v0.2.8 v0.2.9 v0.3.0 v0.3.1 v0.3.2 v0.3.3 v0.4.0 v0.4.1 v0.4.2 v0.5.0 v0.5.1 v0.5.2 v0.5.3 v0.5.4 v0.5.5 v0.5.6 v0.5.7 v0.5.8 v0.5.9 v0.6.0 v1.0.0 v1.0.1 v1.0.2 v1.0.3 v1.0.4 v1.1.0 v1.2.0 v1.2.1 v1.3.0 v1.3.1 v1.4.0 v1.4.1 v1.5.0 v1.5.1 v2.0.0 v2.0.1 v2.0.2 v2.0.3 v2.1.0 v2.1.1 v3.0.0 v3.1.0 v3.1.1 v3.1.2 v3.1.3 v3.1.4 v3.1.5 v4.0.0 v4.0.1 v4.0.2 v4.0.3 v4.0.4 Note: switching to 'tags/v4.0.4'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
= note: see issue #74878 https://github.com/rust-lang/rust/issues/74878 for more information
error: aborting due to 71 previous errors
For more information about this error, try
rustc --explain E0658
. error: could not compilearrayvec
.To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: failed to compile
cncli v4.0.4 (/cncli)
, intermediate artifacts can be found at/cncli/target
Caused by: build failed