[INFO] fetching crate angsd-saf 0.1.0... [INFO] checking angsd-saf-0.1.0 against try#65132f36b923285d5da381c2fbafee6ce899e841 for pr-132712-1 [INFO] extracting crate angsd-saf 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate angsd-saf 0.1.0 on toolchain 65132f36b923285d5da381c2fbafee6ce899e841 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate angsd-saf 0.1.0 [INFO] finished tweaking crates.io crate angsd-saf 0.1.0 [INFO] tweaked toml for crates.io crate angsd-saf 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate angsd-saf 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff968ab155195cc9f07b4ce411e65400a487862cfc217d7fa9a1ec3ea9bd094d [INFO] running `Command { std: "docker" "start" "-a" "ff968ab155195cc9f07b4ce411e65400a487862cfc217d7fa9a1ec3ea9bd094d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff968ab155195cc9f07b4ce411e65400a487862cfc217d7fa9a1ec3ea9bd094d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff968ab155195cc9f07b4ce411e65400a487862cfc217d7fa9a1ec3ea9bd094d", kill_on_drop: false }` [INFO] [stdout] ff968ab155195cc9f07b4ce411e65400a487862cfc217d7fa9a1ec3ea9bd094d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea7e88e524eb9c2f1adef64909b8c6f5d23991ae56f1a81364c640fe90192471 [INFO] running `Command { std: "docker" "start" "-a" "ea7e88e524eb9c2f1adef64909b8c6f5d23991ae56f1a81364c640fe90192471", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking miniz_oxide v0.5.4 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking angsd-io-core v0.1.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking noodles-bgzf v0.17.0 [INFO] [stderr] Checking angsd-saf v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/reader/intersect.rs (1 fix) [INFO] [stderr] Migrating tests/seek.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/utils.rs (1 fix) [INFO] [stderr] Migrating tests/intersect.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/saf_v3_intersect.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/saf_v3_read.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/saf_v4_read.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/utils.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/saf_v3_write.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/write_then_read.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking angsd-saf v0.1.0 (/tmp/fixit) [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 158 | / assert_eq!( [INFO] [stdout] 159 | | records_v4!(chr1:1 [1., 2.]), [INFO] [stdout] | | ---------------------------- in this macro invocation [INFO] [stdout] 160 | | &[Record::new("chr1", 1, Band::new(0, vec![1., 2.]))] [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 162 | / assert_eq!( [INFO] [stdout] 163 | |/ records_v4!( [INFO] [stdout] 164 | || chr7:100 [nil; 1., 2.], [INFO] [stdout] 165 | || chr8:2 [0.], [INFO] [stdout] 166 | || chr10:1 [nil, nil, nil; 0., -2., -4., -8.], [INFO] [stdout] 167 | || ), [INFO] [stdout] | ||_________- in this macro invocation [INFO] [stdout] ... | [INFO] [stdout] 172 | | ] [INFO] [stdout] 173 | | ); [INFO] [stdout] | |______- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 158 | / assert_eq!( [INFO] [stdout] 159 | | records_v4!(chr1:1 [1., 2.]), [INFO] [stdout] | | ---------------------------- in this macro invocation [INFO] [stdout] 160 | | &[Record::new("chr1", 1, Band::new(0, vec![1., 2.]))] [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 162 | / assert_eq!( [INFO] [stdout] 163 | |/ records_v4!( [INFO] [stdout] 164 | || chr7:100 [nil; 1., 2.], [INFO] [stdout] 165 | || chr8:2 [0.], [INFO] [stdout] 166 | || chr10:1 [nil, nil, nil; 0., -2., -4., -8.], [INFO] [stdout] 167 | || ), [INFO] [stdout] | ||_________- in this macro invocation [INFO] [stdout] ... | [INFO] [stdout] 172 | | ] [INFO] [stdout] 173 | | ); [INFO] [stdout] | |______- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `angsd-saf` (test "utils") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stderr] error: could not compile `angsd-saf` (test "seek") due to 2 previous errors [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 158 | / assert_eq!( [INFO] [stdout] 159 | | records_v4!(chr1:1 [1., 2.]), [INFO] [stdout] | | ---------------------------- in this macro invocation [INFO] [stdout] 160 | | &[Record::new("chr1", 1, Band::new(0, vec![1., 2.]))] [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 162 | / assert_eq!( [INFO] [stdout] 163 | |/ records_v4!( [INFO] [stdout] 164 | || chr7:100 [nil; 1., 2.], [INFO] [stdout] 165 | || chr8:2 [0.], [INFO] [stdout] 166 | || chr10:1 [nil, nil, nil; 0., -2., -4., -8.], [INFO] [stdout] 167 | || ), [INFO] [stdout] | ||_________- in this macro invocation [INFO] [stdout] ... | [INFO] [stdout] 172 | | ] [INFO] [stdout] 173 | | ); [INFO] [stdout] | |______- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 111 | | chr1:1 [-0.] [INFO] [stdout] 112 | | ])?; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 114 | | chr1:1 [nil; -0., -1.] [INFO] [stdout] 115 | | ])?; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 117 | | chr1:1 [nil, nil, nil; -0.5, -0., -1.] [INFO] [stdout] 118 | | ])?; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 158 | / assert_eq!( [INFO] [stdout] 159 | | records_v4!(chr1:1 [1., 2.]), [INFO] [stdout] | | ---------------------------- in this macro invocation [INFO] [stdout] 160 | | &[Record::new("chr1", 1, Band::new(0, vec![1., 2.]))] [INFO] [stdout] 161 | | ); [INFO] [stdout] | |_____- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 162 | / assert_eq!( [INFO] [stdout] 163 | |/ records_v4!( [INFO] [stdout] 164 | || chr7:100 [nil; 1., 2.], [INFO] [stdout] 165 | || chr8:2 [0.], [INFO] [stdout] 166 | || chr10:1 [nil, nil, nil; 0., -2., -4., -8.], [INFO] [stdout] 167 | || ), [INFO] [stdout] | ||_________- in this macro invocation [INFO] [stdout] ... | [INFO] [stdout] 172 | | ] [INFO] [stdout] 173 | | ); [INFO] [stdout] | |______- borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 143 | | chr1:1 [-1., 0.], [INFO] [stdout] 144 | | chr1:2 [nil, nil; 0., -1., -5.], [INFO] [stdout] 145 | | ])?; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 147 | | chr1:1 [nil; 0., -1.], [INFO] [stdout] 148 | | chr1:2 [-0.1, 0., -0.2], [INFO] [stdout] 149 | | chr1:4 [nil, nil, nil; 0.], [INFO] [stdout] 150 | | chr1:5 [nil, nil; 0., -1.], [INFO] [stdout] 151 | | chr1:10 [-10., 0., -4.], [INFO] [stdout] 152 | | ])?; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 170 | | chr1:1 [nil, nil, nil, nil; 0., -1., -2., -4., -8.], [INFO] [stdout] 171 | | chr1:4 [nil; -2., 0.], [INFO] [stdout] 172 | | chr2:2 [-8., -8., -2., -1., 0.], [INFO] [stdout] 173 | | chr2:20 [nil, nil; 0., -0.05], [INFO] [stdout] 174 | | ]) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> tests/utils.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | &[$(records_v4!(@ $contig:$pos [$($($_t),+ ;)? $($v),+])),+ ] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | temporary value is freed at the end of this statement [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: tests/write_then_read.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | test_write_read_v4(records_v4![ [INFO] [stdout] | _____------------------_- [INFO] [stdout] | | | [INFO] [stdout] | | borrow later used by call [INFO] [stdout] 191 | | chr1:1 [nil; 0.], [INFO] [stdout] 192 | | chr2:3 [-1.], [INFO] [stdout] 193 | | chr4:10 [nil, nil, nil;-2.], [INFO] [stdout] 194 | | chr5:5 [nil; -3.], [INFO] [stdout] 195 | | chr10:1000 [nil, nil; -4.], [INFO] [stdout] 196 | | ]) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `records_v4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stderr] error: could not compile `angsd-saf` (test "write_then_read") due to 9 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stderr] error: could not compile `angsd-saf` (test "intersect") due to 2 previous errors [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "ea7e88e524eb9c2f1adef64909b8c6f5d23991ae56f1a81364c640fe90192471", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea7e88e524eb9c2f1adef64909b8c6f5d23991ae56f1a81364c640fe90192471", kill_on_drop: false }` [INFO] [stdout] ea7e88e524eb9c2f1adef64909b8c6f5d23991ae56f1a81364c640fe90192471