[INFO] fetching crate rangemap 1.5.1... [INFO] testing rangemap-1.5.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rangemap 1.5.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate rangemap 1.5.1 [INFO] finished tweaking crates.io crate rangemap 1.5.1 [INFO] tweaked toml for crates.io crate rangemap 1.5.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rangemap 1.5.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 rangemap 1.5.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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded permutator v0.4.3 [INFO] [stderr] Downloaded chrono v0.4.33 [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] e15ab9cf069daf62deaee2f41d9cc0bc46ced5ebf4f7329f908be17e2e1f61a3 [INFO] running `Command { std: "docker" "start" "-a" "e15ab9cf069daf62deaee2f41d9cc0bc46ced5ebf4f7329f908be17e2e1f61a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e15ab9cf069daf62deaee2f41d9cc0bc46ced5ebf4f7329f908be17e2e1f61a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e15ab9cf069daf62deaee2f41d9cc0bc46ced5ebf4f7329f908be17e2e1f61a3", kill_on_drop: false }` [INFO] [stdout] e15ab9cf069daf62deaee2f41d9cc0bc46ced5ebf4f7329f908be17e2e1f61a3 [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] 701b37136206da0e4bb992cc23d7ac6893d10cedaf6a1998dc6e15eddf5adfe0 [INFO] running `Command { std: "docker" "start" "-a" "701b37136206da0e4bb992cc23d7ac6893d10cedaf6a1998dc6e15eddf5adfe0", kill_on_drop: false }` [INFO] [stderr] Compiling rangemap v1.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_map.rs:546:54 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_set.rs:166:54 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:190:45 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/set.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "701b37136206da0e4bb992cc23d7ac6893d10cedaf6a1998dc6e15eddf5adfe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "701b37136206da0e4bb992cc23d7ac6893d10cedaf6a1998dc6e15eddf5adfe0", kill_on_drop: false }` [INFO] [stdout] 701b37136206da0e4bb992cc23d7ac6893d10cedaf6a1998dc6e15eddf5adfe0 [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] 1d64c65a74003a3a1b34f4bfd05cd6e6922accd7cef30dbf62b387259dfdbb28 [INFO] running `Command { std: "docker" "start" "-a" "1d64c65a74003a3a1b34f4bfd05cd6e6922accd7cef30dbf62b387259dfdbb28", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_map.rs:546:54 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_set.rs:166:54 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:190:45 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/set.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tempfile v3.10.0 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling chrono v0.4.33 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.44 [INFO] [stderr] Compiling proptest v1.4.0 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling permutator v0.4.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling structmeta-derive v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling structmeta v0.2.0 [INFO] [stderr] Compiling test-strategy v0.3.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling rangemap v1.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_map.rs:546:54 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/inclusive_set.rs:166:54 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:190:45 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/set.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.74s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "1d64c65a74003a3a1b34f4bfd05cd6e6922accd7cef30dbf62b387259dfdbb28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d64c65a74003a3a1b34f4bfd05cd6e6922accd7cef30dbf62b387259dfdbb28", kill_on_drop: false }` [INFO] [stdout] 1d64c65a74003a3a1b34f4bfd05cd6e6922accd7cef30dbf62b387259dfdbb28 [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] 1b7954a9a8fdfec4c9a29b6f2232fb45d494a54b7bbba2252148d62212ffee00 [INFO] running `Command { std: "docker" "start" "-a" "1b7954a9a8fdfec4c9a29b6f2232fb45d494a54b7bbba2252148d62212ffee00", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/inclusive_map.rs:546:54 [INFO] [stderr] | [INFO] [stderr] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 546 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/inclusive_set.rs:166:54 [INFO] [stderr] | [INFO] [stderr] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 166 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/map.rs:190:45 [INFO] [stderr] | [INFO] [stderr] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 190 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, K, V, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/set.rs:150:45 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping { [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] 150 | pub fn overlapping>>(&self, range: R) -> Overlapping<'_, T, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `rangemap` (lib) generated 4 warnings (run `cargo fix --lib -p rangemap` to apply 4 suggestions) [INFO] [stderr] warning: `rangemap` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rangemap-b700dcd0af67de73) [INFO] [stdout] [INFO] [stdout] running 161 tests [INFO] [stdout] test inclusive_map::tests::always_default ... ok [INFO] [stdout] test inclusive_map::tests::empty_map_is_empty ... ok [INFO] [stdout] test inclusive_map::tests::adjacent_unit_width_items ... ok [INFO] [stdout] test inclusive_map::tests::empty_outer_range_with_item_straddling ... ok [INFO] [stdout] test inclusive_map::tests::get ... ok [INFO] [stdout] test inclusive_map::tests::get_key_value ... ok [INFO] [stdout] test inclusive_map::tests::insert_into_empty_map ... ok [INFO] [stdout] test inclusive_map::tests::item_after_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_before_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_ending_at_end_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_overlapping_end_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_overlapping_start_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_starting_at_start_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_touching_end_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::item_touching_start_of_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::items_floating_inside_outer_range ... ok [INFO] [stdout] test inclusive_map::tests::map_debug_repr_looks_right ... ok [INFO] [stdout] test inclusive_map::tests::new_different_value_immediately_preceding_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_different_value_overlapping_end_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_different_value_immediately_following_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_different_value_wholly_inside_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_same_value_immediately_following_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_same_value_immediately_preceding_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_same_value_overlapping_end_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::new_same_value_wholly_inside_stored ... ok [INFO] [stdout] test inclusive_map::tests::no_empty_gaps ... ok [INFO] [stdout] test inclusive_map::tests::no_overflow_finding_gaps_at_key_domain_extremes ... ok [INFO] [stdout] test inclusive_map::tests::no_overflow_at_key_domain_extremes ... ok [INFO] [stdout] test inclusive_map::tests::overlapping_non_overlapping_edges_complete_middle ... ok [INFO] [stdout] test inclusive_map::tests::overlapping_owned_with_empty_map ... ok [INFO] [stdout] test inclusive_map::tests::overlapping_partial_edges_complete_middle ... ok [INFO] [stdout] test inclusive_map::tests::overlapping_ref_with_empty_map ... ok [INFO] [stdout] test inclusive_map::tests::remove_exactly_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_from_empty_map ... ok [INFO] [stdout] test inclusive_map::tests::remove_middle_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_non_covered_range_after_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_non_covered_range_before_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_overlapping_end_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_overlapping_start_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::remove_superset_of_stored ... ok [INFO] [stdout] test inclusive_map::tests::replace_at_end_of_existing_range_should_coalesce ... ok [INFO] [stdout] test inclusive_map::tests::test_from_array ... ok [INFO] [stdout] test inclusive_map::tests::test_macro ... ok [INFO] [stdout] test inclusive_map::tests::whole_range_is_a_gap ... ok [INFO] [stdout] test inclusive_map::tests::whole_range_is_covered_exactly ... ok [INFO] [stdout] test inclusive_map::tests::zero_width_outer_range_with_items_touching_both_sides ... ok [INFO] [stdout] test inclusive_set::tests::always_default ... ok [INFO] [stdout] test inclusive_map::tests::zero_width_outer_range_with_items_away_from_both_sides ... ok [INFO] [stdout] test inclusive_set::tests::empty_set_is_empty ... ok [INFO] [stdout] test inclusive_set::tests::insert_into_empty_map ... ok [INFO] [stdout] test inclusive_set::tests::gaps_between_items_floating_inside_outer_range ... ok [INFO] [stdout] test inclusive_set::tests::overlapping_partial_edges_complete_middle ... ok [INFO] [stdout] test inclusive_set::tests::remove_partially_overlapping ... ok [INFO] [stdout] test inclusive_set::tests::set_debug_repr_looks_right ... ok [INFO] [stdout] test inclusive_set::tests::test_from_array ... ok [INFO] [stdout] test inclusive_set::tests::test_arbitrary_set_u8 ... ok [INFO] [stdout] test inclusive_set::tests::test_first ... ok [INFO] [stdout] test inclusive_set::tests::test_into_iter_reversible ... ok [INFO] [stdout] test inclusive_set::tests::test_intersection_overlaps_u8 ... ok [INFO] [stdout] test inclusive_set::tests::test_macro ... ok [INFO] [stdout] test inclusive_set::tests::test_hash ... ok [INFO] [stdout] test inclusive_set::tests::test_last ... ok [INFO] [stdout] test inclusive_set::tests::test_intersection_contains_u8 ... ok [INFO] [stdout] test inclusive_set::tests::test_iter_reversible ... ok [INFO] [stdout] test map::tests::adjacent_small_items ... ok [INFO] [stdout] test map::tests::always_default ... ok [INFO] [stdout] test map::tests::empty_map_is_empty ... ok [INFO] [stdout] test map::tests::empty_outer_range_with_item_straddling ... ok [INFO] [stdout] test map::tests::empty_outer_range_with_items_away_from_both_sides ... ok [INFO] [stdout] test map::tests::empty_outer_range_with_items_touching_both_sides ... ok [INFO] [stdout] test map::tests::eq ... ok [INFO] [stdout] test map::tests::get ... ok [INFO] [stdout] test map::tests::get_key_value ... ok [INFO] [stdout] test map::tests::insert_into_empty_map ... ok [INFO] [stdout] test map::tests::into_iter_matches_iter ... ok [INFO] [stdout] test map::tests::item_after_outer_range ... ok [INFO] [stdout] test map::tests::item_before_outer_range ... ok [INFO] [stdout] test inclusive_set::tests::test_len ... ok [INFO] [stdout] test map::tests::item_ending_at_end_of_outer_range ... ok [INFO] [stdout] test map::tests::item_overlapping_end_of_outer_range ... ok [INFO] [stdout] test map::tests::item_overlapping_start_of_outer_range ... ok [INFO] [stdout] test map::tests::item_starting_at_start_of_outer_range ... ok [INFO] [stdout] test map::tests::item_touching_end_of_outer_range ... ok [INFO] [stdout] test map::tests::item_touching_start_of_outer_range ... ok [INFO] [stdout] test map::tests::items_floating_inside_outer_range ... ok [INFO] [stdout] test map::tests::map_debug_repr_looks_right ... ok [INFO] [stdout] test map::tests::new_different_value_immediately_following_stored ... ok [INFO] [stdout] test map::tests::new_different_value_immediately_preceding_stored ... ok [INFO] [stdout] test map::tests::new_different_value_overlapping_end_of_stored ... ok [INFO] [stdout] test map::tests::new_different_value_wholly_inside_stored ... ok [INFO] [stdout] test map::tests::new_same_value_immediately_following_stored ... ok [INFO] [stdout] test map::tests::new_same_value_immediately_preceding_stored ... ok [INFO] [stdout] test map::tests::new_same_value_overlapping_end_of_stored ... ok [INFO] [stdout] test map::tests::new_same_value_wholly_inside_stored ... ok [INFO] [stdout] test map::tests::no_empty_gaps ... ok [INFO] [stdout] test map::tests::ord ... ok [INFO] [stdout] test map::tests::outer_range_lies_within_first_of_two_stored_ranges ... ok [INFO] [stdout] test map::tests::overlapping_non_overlapping_edges_complete_middle ... ok [INFO] [stdout] test map::tests::overlapping_partial_edges_complete_middle ... ok [INFO] [stdout] test map::tests::overlapping_with_empty_map ... ok [INFO] [stdout] test map::tests::partial_ord ... ok [INFO] [stdout] test map::tests::remove_exactly_stored ... ok [INFO] [stdout] test map::tests::remove_from_empty_map ... ok [INFO] [stdout] test map::tests::remove_middle_of_stored ... ok [INFO] [stdout] test map::tests::remove_non_covered_range_after_stored ... ok [INFO] [stdout] test map::tests::remove_non_covered_range_before_stored ... ok [INFO] [stdout] test map::tests::remove_overlapping_end_of_stored ... ok [INFO] [stdout] test map::tests::remove_overlapping_start_of_stored ... ok [INFO] [stdout] test map::tests::remove_superset_of_stored ... ok [INFO] [stdout] test map::tests::replace_at_end_of_existing_range_should_coalesce ... ok [INFO] [stdout] test inclusive_set::tests::test_overlapping_reversible ... ok [INFO] [stdout] test inclusive_set::tests::test_ord ... ok [INFO] [stdout] test map::tests::test_from_array ... ok [INFO] [stdout] test inclusive_set::tests::test_union_overlaps_u8 ... ok [INFO] [stdout] test inclusive_map::tests::test_ord ... ok [INFO] [stdout] test inclusive_set::tests::test_union_contains_u8 ... ok [INFO] [stdout] test inclusive_map::tests::test_hash ... ok [INFO] [stdout] test inclusive_map::tests::lots_of_interesting_ranges ... ok [INFO] [stdout] test map::tests::test_macro ... ok [INFO] [stdout] test map::tests::test_hash ... ok [INFO] [stdout] test map::tests::lots_of_interesting_ranges ... ok [INFO] [stdout] test map::tests::whole_range_is_a_gap ... ok [INFO] [stdout] test map::tests::whole_range_is_covered_exactly ... ok [INFO] [stdout] test operations::test_intersect ... ok [INFO] [stdout] test set::tests::always_default ... ok [INFO] [stdout] test set::tests::empty_set_is_empty ... ok [INFO] [stdout] test set::tests::gaps_between_items_floating_inside_outer_range ... ok [INFO] [stdout] test set::tests::insert_into_empty_map ... ok [INFO] [stdout] test set::tests::overlapping_partial_edges_complete_middle ... ok [INFO] [stdout] test set::tests::remove_partially_overlapping ... ok [INFO] [stdout] test set::tests::set_debug_repr_looks_right ... ok [INFO] [stdout] test set::tests::test_arbitrary_set_u8 ... ok [INFO] [stdout] test set::tests::test_first ... ok [INFO] [stdout] test set::tests::test_from_array ... ok [INFO] [stdout] test map::tests::test_ord ... ok [INFO] [stdout] test set::tests::test_hash ... ok [INFO] [stdout] test set::tests::test_intersection_contains_u8 ... ok [INFO] [stdout] test set::tests::test_intersection_overlaps_u8 ... ok [INFO] [stdout] test set::tests::test_into_iter_reversible ... ok [INFO] [stdout] test set::tests::test_iter_reversible ... ok [INFO] [stdout] test set::tests::test_last ... ok [INFO] [stdout] test set::tests::test_macro ... ok [INFO] [stdout] test set::tests::test_len ... ok [INFO] [stdout] test set::tests::test_overlapping_reversible ... ok [INFO] [stdout] test set::tests::test_ord ... ok [INFO] [stdout] test set::tests::test_union_overlaps_u8 ... ok [INFO] [stdout] test set::tests::test_union_contains_u8 ... ok [INFO] [stdout] test inclusive_map::tests::test_len ... ok [INFO] [stdout] test inclusive_map::tests::test_into_iter_reversible ... ok [INFO] [stdout] test inclusive_map::tests::test_first ... ok [INFO] [stdout] test map::tests::test_first ... ok [INFO] [stdout] test map::tests::test_iter_reversible ... ok [INFO] [stdout] test map::tests::test_into_iter_reversible ... ok [INFO] [stdout] test map::tests::test_overlapping_reversible ... ok [INFO] [stdout] test inclusive_map::tests::test_iter_reversible ... ok [INFO] [stdout] test map::tests::test_len ... ok [INFO] [stdout] test inclusive_map::tests::test_last ... ok [INFO] [stdout] test inclusive_map::tests::test_arbitrary_map_u8 ... ok [INFO] [stdout] test map::tests::test_arbitrary_map_u8 ... ok [INFO] [stdout] test map::tests::test_last ... ok [INFO] [stdout] test inclusive_map::tests::test_overlapping_reversible ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 161 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 23.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1b7954a9a8fdfec4c9a29b6f2232fb45d494a54b7bbba2252148d62212ffee00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7954a9a8fdfec4c9a29b6f2232fb45d494a54b7bbba2252148d62212ffee00", kill_on_drop: false }` [INFO] [stdout] 1b7954a9a8fdfec4c9a29b6f2232fb45d494a54b7bbba2252148d62212ffee00