[INFO] fetching crate flo_rope 0.2.0... [INFO] testing flo_rope-0.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate flo_rope 0.2.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate flo_rope 0.2.0 [INFO] finished tweaking crates.io crate flo_rope 0.2.0 [INFO] tweaked toml for crates.io crate flo_rope 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate flo_rope 0.2.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff0fda6a376174b071e30a63b9d282ac6ceeaf9577daaa45b06e109812605ba1 [INFO] running `Command { std: "docker" "start" "-a" "ff0fda6a376174b071e30a63b9d282ac6ceeaf9577daaa45b06e109812605ba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff0fda6a376174b071e30a63b9d282ac6ceeaf9577daaa45b06e109812605ba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff0fda6a376174b071e30a63b9d282ac6ceeaf9577daaa45b06e109812605ba1", kill_on_drop: false }` [INFO] [stdout] ff0fda6a376174b071e30a63b9d282ac6ceeaf9577daaa45b06e109812605ba1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f60c78e99a95a8089938c7eafeee94b1002a0d95f02d29eeb03d158db7521d8c [INFO] running `Command { std: "docker" "start" "-a" "f60c78e99a95a8089938c7eafeee94b1002a0d95f02d29eeb03d158db7521d8c", kill_on_drop: false }` [INFO] [stderr] Compiling flo_rope v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self::attributed_rope::*` [INFO] [stdout] --> src/rope/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use self::attributed_rope::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/api/rope_trait.rs:21:82 [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rope/attributed_rope.rs:582:82 [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:47:82 [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:117:82 [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/pull_rope.rs:361:82 [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "f60c78e99a95a8089938c7eafeee94b1002a0d95f02d29eeb03d158db7521d8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f60c78e99a95a8089938c7eafeee94b1002a0d95f02d29eeb03d158db7521d8c", kill_on_drop: false }` [INFO] [stdout] f60c78e99a95a8089938c7eafeee94b1002a0d95f02d29eeb03d158db7521d8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01c00ce1bbfd4ddab08a7348d0d7e568de77304e188618ed983b054c76e36964 [INFO] running `Command { std: "docker" "start" "-a" "01c00ce1bbfd4ddab08a7348d0d7e568de77304e188618ed983b054c76e36964", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `self::attributed_rope::*` [INFO] [stdout] --> src/rope/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use self::attributed_rope::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/api/rope_trait.rs:21:82 [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rope/attributed_rope.rs:582:82 [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling flo_rope v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:47:82 [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:117:82 [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/pull_rope.rs:361:82 [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::attributed_rope::*` [INFO] [stdout] --> src/rope/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use self::attributed_rope::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/api/rope_trait.rs:21:82 [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rope/attributed_rope.rs:582:82 [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:47:82 [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/push_rope.rs:117:82 [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream_rope/pull_rope.rs:361:82 [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "01c00ce1bbfd4ddab08a7348d0d7e568de77304e188618ed983b054c76e36964", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01c00ce1bbfd4ddab08a7348d0d7e568de77304e188618ed983b054c76e36964", kill_on_drop: false }` [INFO] [stdout] 01c00ce1bbfd4ddab08a7348d0d7e568de77304e188618ed983b054c76e36964 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 21079c431899681fa9e4390a2b2ed5ee67f2a23390554f8524698891d9847a93 [INFO] running `Command { std: "docker" "start" "-a" "21079c431899681fa9e4390a2b2ed5ee67f2a23390554f8524698891d9847a93", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `self::attributed_rope::*` [INFO] [stderr] --> src/rope/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub use self::attributed_rope::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/api/rope_trait.rs:21:82 [INFO] [stderr] | [INFO] [stderr] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 21 | fn read_cells<'a>(&'a self, range: Range) -> Box>; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/rope/attributed_rope.rs:582:82 [INFO] [stderr] | [INFO] [stderr] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 582 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/stream_rope/push_rope.rs:47:82 [INFO] [stderr] | [INFO] [stderr] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 47 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/stream_rope/push_rope.rs:117:82 [INFO] [stderr] | [INFO] [stderr] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 117 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/stream_rope/pull_rope.rs:361:82 [INFO] [stderr] | [INFO] [stderr] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 361 | fn read_cells<'a>(&'a self, range: Range) -> Box> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `flo_rope` (lib) generated 6 warnings (run `cargo fix --lib -p flo_rope` to apply 6 suggestions) [INFO] [stderr] warning: `flo_rope` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flo_rope-b19d977d07a2afe7) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test rope::tests::append_at_end_of_attribute_range ... ok [INFO] [stdout] test rope::tests::equal_cells ... ok [INFO] [stdout] test rope::tests::equal_attributes ... ok [INFO] [stdout] test rope::tests::append_at_middle_of_attribute_range ... ok [INFO] [stdout] test rope::tests::join_after_full_split ... ok [INFO] [stdout] test rope::tests::read_after_full_split ... ok [INFO] [stdout] test rope::tests::read_after_full_split_and_join ... ok [INFO] [stdout] test rope::tests::extend_rope ... ok [INFO] [stdout] test rope::tests::read_single_node_attributes ... ok [INFO] [stdout] test rope::tests::extend_rope_references ... ok [INFO] [stdout] test rope::tests::set_attributes ... ok [INFO] [stdout] test rope::tests::set_attributes_on_neighboring_ranges ... ok [INFO] [stdout] test rope::tests::unequal_attribute_ranges ... ok [INFO] [stdout] test rope::tests::unequal_attribute_values ... ok [INFO] [stdout] test rope::tests::unequal_cells ... ok [INFO] [stdout] test rope::tests::replace_at_end_of_attribute_range ... ok [INFO] [stdout] test rope::tests::read_mid_range ... ok [INFO] [stdout] test rope::tests::read_attributes_after_full_split ... ok [INFO] [stdout] test rope::tests::read_single_node ... ok [INFO] [stdout] test rope::tests::read_single_node_attributes_from_middle ... ok [INFO] [stdout] test rope::tests::utf_from_string ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_erase_range ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_shrink_at_end ... ok [INFO] [stdout] test rope::tests::replace_attributes ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_shrink_range ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_shrink_range_across_gap_1 ... ok [INFO] [stdout] test rope::tests::insert_and_find_after_full_split ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_overlapping_range_with_no_size_change ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_multiple_changes_at_end ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_overlapping_range_with_size_change ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_overlapping_range_partially_at_end ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_covering_existing_ranges ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_in_gap ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_shrink_range_into_gap ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_initial_change_range ... ok [INFO] [stdout] test rope::tests::insert_and_find ... ok [INFO] [stdout] test stream_rope::pull_rope::test::extend_initial_range ... ok [INFO] [stdout] test stream_rope::pull_rope::test::shrink_range ... ok [INFO] [stdout] test stream_rope::tests::concat_str ... ok [INFO] [stdout] test stream_rope::tests::notify_attribute_changes ... ok [INFO] [stdout] test stream_rope::tests::clear_after_pull ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_overlapping_gap ... ok [INFO] [stdout] test stream_rope::pull_rope::test::shrink_gap ... ok [INFO] [stdout] test stream_rope::tests::pull_basic_change ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_partially_in_gap ... ok [INFO] [stdout] test stream_rope::tests::pull_overlapping_changes ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_with_gap_between_existing_ranges ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_range_partially_overlapping_gap ... ok [INFO] [stdout] test stream_rope::tests::push_before_after_middle ... ok [INFO] [stdout] test stream_rope::tests::push_before_remove_middle ... ok [INFO] [stdout] test rope::tests::unequal_length ... ok [INFO] [stdout] test rope::tests::join_after_partial_split ... ok [INFO] [stdout] test rope::tests::remove_middle ... ok [INFO] [stdout] test rope::tests::set_attributes_overlapping_ranges ... ok [INFO] [stderr] Doc-tests flo_rope [INFO] [stdout] test rope::tests::equal_attributes_ranges ... ok [INFO] [stdout] test stream_rope::pull_rope::test::add_and_shrink_range_across_gap_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 31) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "21079c431899681fa9e4390a2b2ed5ee67f2a23390554f8524698891d9847a93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21079c431899681fa9e4390a2b2ed5ee67f2a23390554f8524698891d9847a93", kill_on_drop: false }` [INFO] [stdout] 21079c431899681fa9e4390a2b2ed5ee67f2a23390554f8524698891d9847a93