chore(deps): update cachix/cachix-action action to v15 #111
Garnix CI / package git-repo-manager [x86_64-linux]
succeeded
May 20, 2024 in 9s
Run results
Build succeeded
Details
Last 100 lines of logs:
Executing cargoCheckHook
++ cargo test -j 32 --profile release --target x86_64-unknown-linux-gnu --frozen -- --test-threads=32
Compiling openssl-sys v0.9.95
Compiling libnghttp2-sys v0.1.8+1.55.1
Compiling rand v0.4.6
Compiling remove_dir_all v0.5.3
Compiling libssh2-sys v0.3.0
Compiling tempdir v0.3.7
Compiling libgit2-sys v0.16.1+1.7.1
Compiling git2 v0.18.1
Compiling curl-sys v0.4.68+curl-8.4.0
Compiling curl v0.4.44
Compiling isahc v1.7.2
Compiling git-repo-manager v0.7.15 (/build/source)
warning: field `0` is never read
--> src/provider/mod.rs:30:13
|
30 | Success(Vec<T>),
| ------- ^^^^^^
| |
| field in this variant
|
= note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
30 | Success(()),
| ~~
warning: field `0` is never read
--> src/repo.rs:1481:26
|
1481 | pub struct Reference<'a>(git2::Reference<'a>);
| --------- ^^^^^^^^^^^^^^^^^^^
| |
| field in this struct
|
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
1481 | pub struct Reference<'a>(());
| ~~
warning: `git-repo-manager` (lib) generated 2 warnings
warning: `git-repo-manager` (lib test) generated 2 warnings (2 duplicates)
Finished release [optimized] target(s) in 6.63s
Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/grm-107dc3030322c6da)
running 11 tests
test path::tests::check_expand_tilde ... ok
test path::tests::check_expand_invalid_tilde ... ok
test path::tests::check_expand_home ... ok
test repo::tests::repo_check_fullname ... ok
test worktree::tests::invalid_worktree_names ... ok
test repo::tests::check_unsupported_protocol_http ... ok
test repo::tests::check_file_remote ... ok
test repo::tests::check_unsupported_protocol_git ... ok
test repo::tests::check_ssh_remote ... ok
test repo::tests::check_https_remote ... ok
test repo::tests::check_invalid_remotes ... ok
test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/grm/main.rs (target/x86_64-unknown-linux-gnu/release/deps/grm-0fbd829a8c2aee32)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/helpers.rs (target/x86_64-unknown-linux-gnu/release/deps/helpers-021120458513364a)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/repo.rs (target/x86_64-unknown-linux-gnu/release/deps/repo-20a8c1f747271e20)
running 3 tests
test open_empty_repo ... ok
test create_repo_with_worktree ... ok
test create_repo ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests grm
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Finished cargoCheckHook
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
Executing cargoInstallHook
Finished cargoInstallHook
@nix {"action":"setPhase","phase":"fixupPhase"}
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/fwn4fiziiqxdl7i3hacfqkzxsbjm0pbs-git-repo-manager-0.7.15
shrinking /nix/store/fwn4fiziiqxdl7i3hacfqkzxsbjm0pbs-git-repo-manager-0.7.15/bin/grm
checking for references to /build/ in /nix/store/fwn4fiziiqxdl7i3hacfqkzxsbjm0pbs-git-repo-manager-0.7.15...
patching script interpreter paths in /nix/store/fwn4fiziiqxdl7i3hacfqkzxsbjm0pbs-git-repo-manager-0.7.15
stripping (with command strip and flags -S -p) in /nix/store/fwn4fiziiqxdl7i3hacfqkzxsbjm0pbs-git-repo-manager-0.7.15/bin
Loading