[INFO] fetching crate btdt 0.1.0... [INFO] testing btdt-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate btdt 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate btdt 0.1.0 [INFO] finished tweaking crates.io crate btdt 0.1.0 [INFO] tweaked toml for crates.io crate btdt 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate btdt 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate btdt 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded data-encoding-macro v0.1.17 [INFO] [stderr] Downloaded munge_macro v0.4.3 [INFO] [stderr] Downloaded data-encoding-macro-internal v0.1.15 [INFO] [stderr] Downloaded data-encoding v2.8.0 [INFO] [stderr] Downloaded munge v0.4.3 [INFO] [stderr] Downloaded xattr v1.4.0 [INFO] [stderr] Downloaded uuid v1.15.1 [INFO] [stderr] Downloaded blake3 v1.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d44c767ebb47afcb156653736ca8d60a9b42ddb6c2c405bd33df1697b96d9da [INFO] running `Command { std: "docker" "start" "-a" "7d44c767ebb47afcb156653736ca8d60a9b42ddb6c2c405bd33df1697b96d9da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d44c767ebb47afcb156653736ca8d60a9b42ddb6c2c405bd33df1697b96d9da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d44c767ebb47afcb156653736ca8d60a9b42ddb6c2c405bd33df1697b96d9da", kill_on_drop: false }` [INFO] [stdout] 7d44c767ebb47afcb156653736ca8d60a9b42ddb6c2c405bd33df1697b96d9da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bc2c2aaf917866055d7801a182cc487120258adcc51c3412d076d79c0de5c732 [INFO] running `Command { std: "docker" "start" "-a" "bc2c2aaf917866055d7801a182cc487120258adcc51c3412d076d79c0de5c732", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling zerocopy v0.8.21 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling data-encoding v2.8.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling blake3 v1.6.1 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling bytecheck_derive v0.8.1 [INFO] [stderr] Compiling munge_macro v0.4.3 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.15 [INFO] [stderr] Compiling rkyv_derive v0.8.10 [INFO] [stderr] Compiling ptr_meta v0.3.0 [INFO] [stderr] Compiling rancor v0.1.0 [INFO] [stderr] Compiling data-encoding-macro v0.1.17 [INFO] [stderr] Compiling munge v0.4.3 [INFO] [stderr] Compiling bytecheck v0.8.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling rend v0.5.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling rkyv v0.8.10 [INFO] [stderr] Compiling btdt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/filesystem.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.56s [INFO] running `Command { std: "docker" "inspect" "bc2c2aaf917866055d7801a182cc487120258adcc51c3412d076d79c0de5c732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc2c2aaf917866055d7801a182cc487120258adcc51c3412d076d79c0de5c732", kill_on_drop: false }` [INFO] [stdout] bc2c2aaf917866055d7801a182cc487120258adcc51c3412d076d79c0de5c732 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 24eb69738a68625a53507f6ced73a61c3193d2e312533dbafe9e34b2f870a57b [INFO] running `Command { std: "docker" "start" "-a" "24eb69738a68625a53507f6ced73a61c3193d2e312533dbafe9e34b2f870a57b", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling btdt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/storage/filesystem.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/filesystem.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/storage/filesystem/staged_file.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | let file = StagedFile::new(&target_path, &mut StdRng::seed_from_u64(0)).unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | fn list(&self, path: &str) -> io::Result>>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/filesystem.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/filesystem.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 207 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/storage/in_memory/path_iter.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | ^^^^^ ------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.76s [INFO] running `Command { std: "docker" "inspect" "24eb69738a68625a53507f6ced73a61c3193d2e312533dbafe9e34b2f870a57b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24eb69738a68625a53507f6ced73a61c3193d2e312533dbafe9e34b2f870a57b", kill_on_drop: false }` [INFO] [stdout] 24eb69738a68625a53507f6ced73a61c3193d2e312533dbafe9e34b2f870a57b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 83f5fa3fa85ea37057fd9b5724267dc23ff2600b6c3adaff676f545c33d10b2b [INFO] running `Command { std: "docker" "start" "-a" "83f5fa3fa85ea37057fd9b5724267dc23ff2600b6c3adaff676f545c33d10b2b", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | fn list(&self, path: &str) -> io::Result>>; [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 47 | fn list(&self, path: &str) -> io::Result>>>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage/filesystem.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 102 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage/in_memory.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 132 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage/in_memory/path_iter.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stderr] | ^^^^^ ------------------------------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 5 | fn path_components(&self) -> io::Result>>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage/in_memory/path_iter.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stderr] | ^^^^^ ------------------------------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 9 | fn path_components(&self) -> io::Result>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `btdt` (lib) generated 5 warnings (run `cargo fix --lib -p btdt` to apply 5 suggestions) [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/storage/filesystem.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `file` [INFO] [stderr] --> src/storage/filesystem/staged_file.rs:207:17 [INFO] [stderr] | [INFO] [stderr] 207 | let file = StagedFile::new(&target_path, &mut StdRng::seed_from_u64(0)).unwrap(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/storage/filesystem.rs:207:17 [INFO] [stderr] | [INFO] [stderr] 207 | fn list(&self, path: &str) -> io::Result>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 207 | fn list(&self, path: &str) -> io::Result>>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `btdt` (lib test) generated 8 warnings (5 duplicates) (run `cargo fix --lib -p btdt --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/btdt-aaa441df14955beb) [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test cache::local::tests::test_clean_removes_longest_unused_entries_until_space_limit_is_met ... ok [INFO] [stdout] test cache::local::tests::test_can_retrieve_cached_data_from_all_set_keys ... ok [INFO] [stdout] test cache::local::tests::test_clean_does_not_do_anything_if_no_limits_are_given ... ok [INFO] [stdout] test cache::local::tests::test_clean_removes_unused_entries ... ok [INFO] [stdout] test cache::local::tests::test_get_falls_back_to_first_available_key ... ok [INFO] [stdout] test cache::local::tests::test_get_updates_last_access_time ... ok [INFO] [stdout] test cache::local::tests::test_key_without_blob_is_handled_gracefully ... ok [INFO] [stdout] test cache::local::tests::test_clean_does_not_remove_entries_if_another_recently_accessed_key_exists ... ok [INFO] [stdout] test cache::local::tests::test_roundtrip ... ok [INFO] [stdout] test cache::meta::tests::test_can_set_latest_access_date ... ok [INFO] [stdout] test cache::meta::tests::test_meta_max_size_is_accurate ... ok [INFO] [stdout] test cache::meta::tests::test_meta_stores_values_passed_in_constructor ... ok [INFO] [stdout] test cache::meta::tests::test_meta_roundtrip ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_clean_leftover_tmp_files_does_not_remove_files_still_in_use ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_tmp_file_suffix_encoded_is_accurate ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_can_close_and_drop ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_fails_if_staging_file_exists ... ok [INFO] [stdout] test cache::local::tests::test_returns_none_for_non_existent_keys ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_delete_empty_directory ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_file_not_available_until_drop ... ok [INFO] [stdout] test storage::filesystem::staged_file::tests::test_clean_leftover_tmp_files_removes_leftover_tmp_files ... ok [INFO] [stdout] test pipeline::tests::test_restore_returns_restored_cache_key ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_delete_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_different_files_are_separate ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_delete_returns_error_for_non_empty_dir ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_get_returns_error_for_non_existent_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_errors_when_trying_to_overwrite_dir_with_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_direct_children_of_directory ... ok [INFO] [stdout] test pipeline::tests::test_roundtrip ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_exists_returns_true_for_existing_file ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_error_for_non_existent_dir ... ok [INFO] [stdout] test storage::filesystem::tests::test_disallows_putting_files_above_root ... ok [INFO] [stdout] test storage::filesystem::tests::test_does_not_create_non_existent_root ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_get_file_that_was_previously_put_into_storage ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_list_returns_error_for_non_existent_file_or_dir ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_ignores_empty_components ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_can_overwrite_existing_file ... ok [INFO] [stdout] test storage::filesystem::tests::test_with_relative_path ... ok [INFO] [stdout] test storage::filesystem::tests::filesystem_tests::test_put_is_atomic ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_delete_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_get_file_that_was_previously_put_into_storage ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_path_components_requires_leading_slash ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_overwrite_existing_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_delete_returns_error_for_non_empty_dir ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_different_files_are_separate ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_errors_when_trying_to_overwrite_dir_with_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_exists_returns_true_for_existing_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_get_returns_error_for_non_existent_file ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_direct_children_of_directory ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_error_for_non_existent_dir ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_list_returns_error_for_non_existent_file_or_dir ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_put_is_atomic ... ok [INFO] [stdout] test storage::in_memory::path_iter::tests::test_path_components_marks_last_component ... ok [INFO] [stdout] test storage::in_memory::tests::in_memory_tests::test_can_delete_empty_directory ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "83f5fa3fa85ea37057fd9b5724267dc23ff2600b6c3adaff676f545c33d10b2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83f5fa3fa85ea37057fd9b5724267dc23ff2600b6c3adaff676f545c33d10b2b", kill_on_drop: false }` [INFO] [stdout] 83f5fa3fa85ea37057fd9b5724267dc23ff2600b6c3adaff676f545c33d10b2b