[INFO] fetching crate capnp 0.21.1... [INFO] testing capnp-0.21.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate capnp 0.21.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate capnp 0.21.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate capnp 0.21.1 [INFO] tweaked toml for crates.io crate capnp 0.21.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate capnp 0.21.1 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 capnp 0.21.1 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 81146b305b2c3dfeb5fdc702c17d15ebaf533b77bde7b79df22ae51187bbe51f [INFO] running `Command { std: "docker" "start" "-a" "81146b305b2c3dfeb5fdc702c17d15ebaf533b77bde7b79df22ae51187bbe51f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81146b305b2c3dfeb5fdc702c17d15ebaf533b77bde7b79df22ae51187bbe51f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81146b305b2c3dfeb5fdc702c17d15ebaf533b77bde7b79df22ae51187bbe51f", kill_on_drop: false }` [INFO] [stdout] 81146b305b2c3dfeb5fdc702c17d15ebaf533b77bde7b79df22ae51187bbe51f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 73696347f0a1d84e5945ce0ff67eb980e9c756ef8897c4bdf610d66a625bb8f2 [INFO] running `Command { std: "docker" "start" "-a" "73696347f0a1d84e5945ce0ff67eb980e9c756ef8897c4bdf610d66a625bb8f2", kill_on_drop: false }` [INFO] [stderr] Compiling capnp v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/message.rs:568:36 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 568 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/private/arena.rs:277:36 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 277 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | slice: &[u8], [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 253 | segment_table_bytes_len: usize, [INFO] [stdout] 254 | ) -> SliceSegments { [INFO] [stdout] | ------------- 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] 254 | ) -> SliceSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/text_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `Command { std: "docker" "inspect" "73696347f0a1d84e5945ce0ff67eb980e9c756ef8897c4bdf610d66a625bb8f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73696347f0a1d84e5945ce0ff67eb980e9c756ef8897c4bdf610d66a625bb8f2", kill_on_drop: false }` [INFO] [stdout] 73696347f0a1d84e5945ce0ff67eb980e9c756ef8897c4bdf610d66a625bb8f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 748c75f74cec36320ba2567d3841be75afc1dac02a024b1a15d61383880bec45 [INFO] running `Command { std: "docker" "start" "-a" "748c75f74cec36320ba2567d3841be75afc1dac02a024b1a15d61383880bec45", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/message.rs:568:36 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 568 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/private/arena.rs:277:36 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 277 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | slice: &[u8], [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 253 | segment_table_bytes_len: usize, [INFO] [stdout] 254 | ) -> SliceSegments { [INFO] [stdout] | ------------- 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] 254 | ) -> SliceSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/text_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling capnp v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/message.rs:568:36 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 568 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/private/arena.rs:277:36 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 277 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | slice: &[u8], [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 253 | segment_table_bytes_len: usize, [INFO] [stdout] 254 | ) -> SliceSegments { [INFO] [stdout] | ------------- 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] 254 | ) -> SliceSegments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/text_list.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.21s [INFO] running `Command { std: "docker" "inspect" "748c75f74cec36320ba2567d3841be75afc1dac02a024b1a15d61383880bec45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "748c75f74cec36320ba2567d3841be75afc1dac02a024b1a15d61383880bec45", kill_on_drop: false }` [INFO] [stdout] 748c75f74cec36320ba2567d3841be75afc1dac02a024b1a15d61383880bec45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 73b88eee2e15bf7e371924d607e206020a49672d4fd9b8ed3b10291dcbc4866e [INFO] running `Command { std: "docker" "start" "-a" "73b88eee2e15bf7e371924d607e206020a49672d4fd9b8ed3b10291dcbc4866e", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data_list.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/message.rs:568:36 [INFO] [stderr] | [INFO] [stderr] 568 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 568 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/private/arena.rs:277:36 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn get_segments_for_output(&self) -> OutputSegments { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 277 | pub fn get_segments_for_output(&self) -> OutputSegments<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/serialize.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | slice: &[u8], [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 253 | segment_table_bytes_len: usize, [INFO] [stderr] 254 | ) -> SliceSegments { [INFO] [stderr] | ------------- 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] 254 | ) -> SliceSegments<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/text_list.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn reborrow(&self) -> Reader { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [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] 65 | pub fn reborrow(&self) -> Reader<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `capnp` (lib) generated 5 warnings (run `cargo fix --lib -p capnp` to apply 5 suggestions) [INFO] [stderr] warning: `capnp` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/capnp-3756eb967c898e41) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test private::layout_test::bool_list ... ok [INFO] [stdout] test private::layout_test::empty_struct_list_size ... ok [INFO] [stdout] test any_pointer::init_clears_value ... ok [INFO] [stdout] test message::test_allocate_max ... ok [INFO] [stdout] test private::layout_test::simple_raw_data_struct ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_calculate_data_offset_no_padding ... ok [INFO] [stdout] test private::layout_test::struct_list_size ... ok [INFO] [stdout] test private::layout_test::struct_size ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_read_u32_le ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_invalid ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_u32_to_segment_length_bytes ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_postfix ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_verify_alignment ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_u32_to_segments_count ... ok [INFO] [stdout] test serialize::test::read_message_from_flat_slice_too_short ... ok [INFO] [stdout] test serialize::test::compute_serialized_size ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_read_u32_le_truncated ... ok [INFO] [stdout] test serialize::test::test_read_invalid_segment_table ... ok [INFO] [stdout] test serialize::test::test_read_segment_table ... ok [INFO] [stdout] test serialize::test::test_read_segment_table_max_read ... ok [INFO] [stdout] test serialize::test::test_read_segment_table_overflow ... ok [INFO] [stdout] test serialize::test::read_message_from_flat_slice_with_remainder ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_bad_alignment ... ok [INFO] [stdout] test serialize::test::try_read_empty ... ok [INFO] [stdout] test serialize_packed::tests::did_not_end_cleanly_on_a_segment_boundary ... ok [INFO] [stdout] test serialize_packed::tests::packed_segment_table ... ok [INFO] [stdout] test serialize_packed::tests::premature_end_of_packed_input ... ok [INFO] [stdout] test serialize_packed::tests::premature_eof ... ok [INFO] [stdout] test serialize_packed::tests::simple_packing ... ok [INFO] [stdout] test serialize::test::test_write_segment_table ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_single_segment_optimization ... ok [INFO] [stdout] test serialize_packed::tests::test_unpack ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_options_limit ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_message_truncated ... ok [INFO] [stdout] test serialize::test::test_round_trip ... ok [INFO] [stdout] test serialize::test::test_round_trip_slice_segments ... ok [INFO] [stdout] test serialize_packed::tests::test_round_trip ... ok [INFO] [stdout] test serialize::no_alloc_buffer_segments::tests::test_no_alloc_buffer_segments_multiple_segments ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.70s [INFO] [stdout] [INFO] [stderr] Running tests/canonicalize.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/canonicalize-08bc62848d9841e6) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test canonicalize_succeeds_on_null_message ... ok [INFO] [stdout] test dont_truncate_struct_too_far ... ok [INFO] [stdout] test empty_inline_composite_list_of_0_sized_structs ... ok [INFO] [stdout] test canonical_non_null_empty_struct_field ... ok [INFO] [stdout] test far_pointer_to_same_segment ... ok [INFO] [stdout] test inline_composite_list_with_void_list ... ok [INFO] [stdout] test bit_list_padding_must_be_zero ... ok [INFO] [stdout] test is_canonical_rejects_inline_composite_list_with_inaccurate_word_length ... ok [INFO] [stdout] test is_canonical_rejects_unused_trailing_words ... ok [INFO] [stdout] test is_canonical_requires_dense_packing ... ok [INFO] [stdout] test is_canonical_requires_pointer_preorder ... ok [INFO] [stdout] test is_canonical_requires_truncation_of_0_valued_struct_fields ... ok [INFO] [stdout] test list_padding_must_be_zero ... ok [INFO] [stdout] test dont_truncate_struct_list_too_far ... ok [INFO] [stdout] test multisegment_only_first_segment_used ... ok [INFO] [stdout] test out_of_bounds_zero_sized_list_returns_error ... ok [INFO] [stdout] test out_of_bounds_zero_sized_void_list_returns_error ... ok [INFO] [stdout] test pointer_to_empty_struct_preorder_not_canonical ... ok [INFO] [stdout] test simple_multisegment_message ... ok [INFO] [stdout] test truncate_data_section_inline_composite ... ok [INFO] [stdout] test truncate_pointer_section_inline_composite ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/primitive_list_as_slice.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/primitive_list_as_slice-a4a81bdc4ff46283) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test primitive_list_as_slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/primitive_list_as_slice_unaligned.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/primitive_list_as_slice_unaligned-3104169161f4a337) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test primitive_list_as_slice_small_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test scratch_space_heap_allocator ... ok [INFO] [stderr] Running tests/scratch_space_heap_allocator.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/scratch_space_heap_allocator-dceaec5aff5193bf) [INFO] [stdout] [INFO] [stderr] Running tests/serialize_read_message_no_alloc.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/serialize_read_message_no_alloc-5a55dc550dc45fc1) [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/single_segment_allocator.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/single_segment_allocator-5e36af594311f7c7) [INFO] [stdout] [INFO] [stderr] Running tests/text_comparisons.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/text_comparisons-b05577dbc6fff429) [INFO] [stdout] [INFO] [stderr] Running tests/total_size.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/total_size-72d94e9b47a65e72) [INFO] [stdout] running 2 tests [INFO] [stdout] test serialize_read_message_no_alloc ... ok [INFO] [stdout] test no_alloc_buffer_segments_from_buffer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test single_segment_allocator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test text_comparisons ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test total_size_out_of_bounds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "73b88eee2e15bf7e371924d607e206020a49672d4fd9b8ed3b10291dcbc4866e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73b88eee2e15bf7e371924d607e206020a49672d4fd9b8ed3b10291dcbc4866e", kill_on_drop: false }` [INFO] [stdout] 73b88eee2e15bf7e371924d607e206020a49672d4fd9b8ed3b10291dcbc4866e