Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(nix): update flake lock #134

Merged
merged 1 commit into from
Jul 17, 2023

build(nix): update flake lock

944d094
Select commit
Loading
Failed to load commit list.
Merged

build(nix): update flake lock #134

build(nix): update flake lock
944d094
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Garnix CI / check rust-lib-package-rust-lib-aarch64-unknown-linux-musl [x86_64-linux] succeeded Jul 17, 2023 in 1m 45s

Run results

Build succeeded

Details

Last 100 lines of logs:

@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/2lfmv4aysxifbh1vx3zsj1kldqrsjxp4-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
Executing configureCargoCommonVars
decompressing cargo artifacts from /nix/store/nasj5vfili2zjgj023cxdffd2i6zb06j-rust-lib-deps-0.1.0/target.tar.zst to target
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
will append /build/source/.cargo-home/config.toml with contents of /nix/store/j7pwmqc3y10jvpfv20kjkiambvxlriiw-vendor-cargo-deps/config.toml
default configurePhase, nothing to do
@nix { "action": "setPhase", "phase": "buildPhase" }
building
++ command cargo --version
cargo 1.71.0 (cfd3bbd8f 2023-06-08)
++ command cargo build --release -j 4 --message-format json-render-diagnostics
   Compiling rust-lib v0.1.0 (/build/source)
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-musl`

warning: `rust-lib` (lib) generated 1 warning
    Finished release [optimized] target(s) in 10.66s
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
++ command cargo test --release -j 4
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-musl`

warning: `rust-lib` (lib) generated 1 warning
   Compiling rust-lib v0.1.0 (/build/source)
    Finished release [optimized] target(s) in 9.07s
     Running unittests src/lib.rs (target/aarch64-unknown-linux-musl/release/deps/rust_lib-8523a4d290ef9802)

running 1 test
test tests::it_works ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s

@nix { "action": "setPhase", "phase": "installPhase" }
installing
searching for bins/libs to install from cargo build log at cargoBuildLogFk2T.json
installing /build/source/target/aarch64-unknown-linux-musl/release/librust_lib.a
searching for bins/libs complete
stripping references to cargoVendorDir from /nix/store/54rsr19rjpj8y92icjs7dxxqc12i81m1-rust-lib-0.1.0/lib/librust_lib.a

real	0m5.019s
user	0m0.031s
sys	0m0.044s
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/54rsr19rjpj8y92icjs7dxxqc12i81m1-rust-lib-0.1.0
checking for references to /build/ in /nix/store/54rsr19rjpj8y92icjs7dxxqc12i81m1-rust-lib-0.1.0...
patching script interpreter paths in /nix/store/54rsr19rjpj8y92icjs7dxxqc12i81m1-rust-lib-0.1.0
stripping (with command strip and flags -S -p) in  /nix/store/54rsr19rjpj8y92icjs7dxxqc12i81m1-rust-lib-0.1.0/lib
fixupPhase completed in 35 seconds