[INFO] fetching crate splotch 0.0.1... [INFO] testing splotch-0.0.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate splotch 0.0.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate splotch 0.0.1 [INFO] finished tweaking crates.io crate splotch 0.0.1 [INFO] tweaked toml for crates.io crate splotch 0.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate splotch 0.0.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate splotch 0.0.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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffa058930fbdf567e4d43ade0e63c78636bf4f5feceeb98e22ced0d85e83200f [INFO] running `Command { std: "docker" "start" "-a" "ffa058930fbdf567e4d43ade0e63c78636bf4f5feceeb98e22ced0d85e83200f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffa058930fbdf567e4d43ade0e63c78636bf4f5feceeb98e22ced0d85e83200f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffa058930fbdf567e4d43ade0e63c78636bf4f5feceeb98e22ced0d85e83200f", kill_on_drop: false }` [INFO] [stdout] ffa058930fbdf567e4d43ade0e63c78636bf4f5feceeb98e22ced0d85e83200f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c73ced9fda4a52c2eaf3c6226125f4a76c7206d25f761b08098def36b42342d8 [INFO] running `Command { std: "docker" "start" "-a" "c73ced9fda4a52c2eaf3c6226125f4a76c7206d25f761b08098def36b42342d8", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling pix v0.13.2 [INFO] [stderr] Compiling pointy v0.3.0 [INFO] [stderr] Compiling footile v0.7.0 [INFO] [stderr] Compiling splotch v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `Command { std: "docker" "inspect" "c73ced9fda4a52c2eaf3c6226125f4a76c7206d25f761b08098def36b42342d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c73ced9fda4a52c2eaf3c6226125f4a76c7206d25f761b08098def36b42342d8", kill_on_drop: false }` [INFO] [stdout] c73ced9fda4a52c2eaf3c6226125f4a76c7206d25f761b08098def36b42342d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d730af6d2dbca9e693b9ddf220ccc2c84045df84e7f6cda6514d1379cb57773 [INFO] running `Command { std: "docker" "start" "-a" "8d730af6d2dbca9e693b9ddf220ccc2c84045df84e7f6cda6514d1379cb57773", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling splotch v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "8d730af6d2dbca9e693b9ddf220ccc2c84045df84e7f6cda6514d1379cb57773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d730af6d2dbca9e693b9ddf220ccc2c84045df84e7f6cda6514d1379cb57773", kill_on_drop: false }` [INFO] [stdout] 8d730af6d2dbca9e693b9ddf220ccc2c84045df84e7f6cda6514d1379cb57773 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d41e59c4d953a7e8c35ca3ffd6cd29f59b9e0d4b8fdbdaf796e954699ba8e01 [INFO] running `Command { std: "docker" "start" "-a" "7d41e59c4d953a7e8c35ca3ffd6cd29f59b9e0d4b8fdbdaf796e954699ba8e01", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/text.rs:311:18 [INFO] [stderr] | [INFO] [stderr] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 311 | pub fn tspan(&self, edge: Edge, rect: BBox) -> Tspan<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `splotch` (lib) generated 1 warning (run `cargo fix --lib -p splotch` to apply 1 suggestion) [INFO] [stderr] warning: `splotch` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/splotch-d5dc2ede1e939e54) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test scale::tests::test ... 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] Doc-tests splotch [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7d41e59c4d953a7e8c35ca3ffd6cd29f59b9e0d4b8fdbdaf796e954699ba8e01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d41e59c4d953a7e8c35ca3ffd6cd29f59b9e0d4b8fdbdaf796e954699ba8e01", kill_on_drop: false }` [INFO] [stdout] 7d41e59c4d953a7e8c35ca3ffd6cd29f59b9e0d4b8fdbdaf796e954699ba8e01