[INFO] fetching crate pathfinding 4.14.0... [INFO] testing pathfinding-4.14.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate pathfinding 4.14.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate pathfinding 4.14.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pathfinding 4.14.0 [INFO] tweaked toml for crates.io crate pathfinding 4.14.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pathfinding 4.14.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pathfinding 4.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9ca612b2ac5f04170391eddb6566c977325fa8b029ba208bb1d3ace283bf2cc [INFO] running `Command { std: "docker" "start" "-a" "a9ca612b2ac5f04170391eddb6566c977325fa8b029ba208bb1d3ace283bf2cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9ca612b2ac5f04170391eddb6566c977325fa8b029ba208bb1d3ace283bf2cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ca612b2ac5f04170391eddb6566c977325fa8b029ba208bb1d3ace283bf2cc", kill_on_drop: false }` [INFO] [stdout] a9ca612b2ac5f04170391eddb6566c977325fa8b029ba208bb1d3ace283bf2cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6813888d6748f48b16d94d037a1452f010bc7791f08241e4f8952894e49597d6 [INFO] running `Command { std: "docker" "start" "-a" "6813888d6748f48b16d94d037a1452f010bc7791f08241e4f8952894e49597d6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling hashbrown v0.14.1 [INFO] [stderr] Compiling rustc-hash v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling thiserror-impl v2.0.3 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling pathfinding v4.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:486:5 [INFO] [stdout] | [INFO] [stdout] 486 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:503:5 [INFO] [stdout] | [INFO] [stdout] 503 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 593 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:647:5 [INFO] [stdout] | [INFO] [stdout] 647 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:784:5 [INFO] [stdout] | [INFO] [stdout] 784 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:793:5 [INFO] [stdout] | [INFO] [stdout] 793 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:815:5 [INFO] [stdout] | [INFO] [stdout] 815 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:931:5 [INFO] [stdout] | [INFO] [stdout] 931 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:336:24 [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:644:19 [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:649:23 [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "6813888d6748f48b16d94d037a1452f010bc7791f08241e4f8952894e49597d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6813888d6748f48b16d94d037a1452f010bc7791f08241e4f8952894e49597d6", kill_on_drop: false }` [INFO] [stdout] 6813888d6748f48b16d94d037a1452f010bc7791f08241e4f8952894e49597d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 467d75a0cf1494b119d544f4d1f070dba30458a7aef95f5869e120baeeb0c059 [INFO] running `Command { std: "docker" "start" "-a" "467d75a0cf1494b119d544f4d1f070dba30458a7aef95f5869e120baeeb0c059", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling libc v0.2.133 [INFO] [stderr] Compiling memchr v2.6.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling itoa v1.0.0 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling either v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling clap_builder v4.5.17 [INFO] [stderr] Compiling same-file v1.0.1 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Compiling oorandom v11.1.0 [INFO] [stderr] Compiling codspeed-criterion-compat v2.7.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling walkdir v2.3.0 [INFO] [stderr] Compiling anes v0.1.4 [INFO] [stderr] Compiling once_cell v1.20.0 [INFO] [stderr] Compiling trybuild v1.0.99 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling noisy_float v0.2.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling movingai v1.3.1 [INFO] [stderr] Compiling aho-corasick v1.0.0 [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:486:5 [INFO] [stdout] | [INFO] [stdout] 486 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:503:5 [INFO] [stdout] | [INFO] [stdout] 503 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 593 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:647:5 [INFO] [stdout] | [INFO] [stdout] 647 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:784:5 [INFO] [stdout] | [INFO] [stdout] 784 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:793:5 [INFO] [stdout] | [INFO] [stdout] 793 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:815:5 [INFO] [stdout] | [INFO] [stdout] 815 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:931:5 [INFO] [stdout] | [INFO] [stdout] 931 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:336:24 [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:644:19 [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:649:23 [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap v4.5.17 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling toml_edit v0.22.20 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling codspeed v2.7.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling pathfinding v4.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:486:5 [INFO] [stdout] | [INFO] [stdout] 486 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/directed/edmonds_karp.rs:503:5 [INFO] [stdout] | [INFO] [stdout] 503 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 593 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/grid.rs:647:5 [INFO] [stdout] | [INFO] [stdout] 647 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:784:5 [INFO] [stdout] | [INFO] [stdout] 784 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:793:5 [INFO] [stdout] | [INFO] [stdout] 793 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:815:5 [INFO] [stdout] | [INFO] [stdout] 815 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/matrix.rs:931:5 [INFO] [stdout] | [INFO] [stdout] 931 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:336:24 [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 336 | pub const fn edges(&self) -> EdgesIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/grid.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn iter(&self) -> GridIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:644:19 [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 644 | pub fn values(&self) -> Iter<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix.rs:649:23 [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 649 | pub fn values_mut(&mut self) -> IterMut<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 31.13s [INFO] running `Command { std: "docker" "inspect" "467d75a0cf1494b119d544f4d1f070dba30458a7aef95f5869e120baeeb0c059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "467d75a0cf1494b119d544f4d1f070dba30458a7aef95f5869e120baeeb0c059", kill_on_drop: false }` [INFO] [stdout] 467d75a0cf1494b119d544f4d1f070dba30458a7aef95f5869e120baeeb0c059 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f9c089ec2472dab20fb3effb1a225d8d1f3f5452440f532e1200718c3d1a23b2 [INFO] running `Command { std: "docker" "start" "-a" "f9c089ec2472dab20fb3effb1a225d8d1f3f5452440f532e1200718c3d1a23b2", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/directed/edmonds_karp.rs:397:5 [INFO] [stderr] | [INFO] [stderr] 397 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/directed/edmonds_karp.rs:486:5 [INFO] [stderr] | [INFO] [stderr] 486 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/directed/edmonds_karp.rs:503:5 [INFO] [stderr] | [INFO] [stderr] 503 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/grid.rs:593:5 [INFO] [stderr] | [INFO] [stderr] 593 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/grid.rs:647:5 [INFO] [stderr] | [INFO] [stderr] 647 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/matrix.rs:259:5 [INFO] [stderr] | [INFO] [stderr] 259 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/matrix.rs:784:5 [INFO] [stderr] | [INFO] [stderr] 784 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/matrix.rs:793:5 [INFO] [stderr] | [INFO] [stderr] 793 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/matrix.rs:815:5 [INFO] [stderr] | [INFO] [stderr] 815 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/matrix.rs:931:5 [INFO] [stderr] | [INFO] [stderr] 931 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/grid.rs:336:24 [INFO] [stderr] | [INFO] [stderr] 336 | pub const fn edges(&self) -> EdgesIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 336 | pub const fn edges(&self) -> EdgesIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/grid.rs:445:17 [INFO] [stderr] | [INFO] [stderr] 445 | pub fn iter(&self) -> GridIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 445 | pub fn iter(&self) -> GridIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix.rs:644:19 [INFO] [stderr] | [INFO] [stderr] 644 | pub fn values(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 644 | pub fn values(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix.rs:649:23 [INFO] [stderr] | [INFO] [stderr] 649 | pub fn values_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 649 | pub fn values_mut(&mut self) -> IterMut<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `pathfinding` (lib) generated 14 warnings (run `cargo fix --lib -p pathfinding` to apply 14 suggestions) [INFO] [stderr] warning: `pathfinding` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pathfinding-4d737fcb0110fcff) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/aoc-2017-12-12.rs (/opt/rustwide/target/debug/deps/aoc_2017_12_12-c2ab557e7cc60d50) [INFO] [stdout] test undirected::kruskal::tests::path_halving ... 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 3 tests [INFO] [stdout] test method2 ... ok [INFO] [stdout] test method3 ... ok [INFO] [stdout] test method1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/aoc-2020-10.rs (/opt/rustwide/target/debug/deps/aoc_2020_10-3726febfd301c06b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test part2 ... 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/aoc-2021-12.rs (/opt/rustwide/target/debug/deps/aoc_2021_12-45ef797bf768feba) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test part1 ... ok [INFO] [stdout] test part2 ... 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] [stderr] Running tests/aoc-2023-17.rs (/opt/rustwide/target/debug/deps/aoc_2023_17-b1a18c99cb7242ce) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test aoc_2023_17 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/astar_bag.rs (/opt/rustwide/target/debug/deps/astar_bag-b124d1ce90b95a03) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test numerous_solutions ... ok [INFO] [stdout] test multiple_sinks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cliques.rs (/opt/rustwide/target/debug/deps/cliques-4211f914df92e32a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test find_cliques ... ok [INFO] [stdout] test test_same_node_appears_in_multiple_clique ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Running tests/codejam-2017-a.rs (/opt/rustwide/target/debug/deps/codejam_2017_a-63d9394744c6f554) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test codejam_sparse ... ok [INFO] [stdout] test codejam_dense ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s [INFO] [stdout] [INFO] [stderr] Running tests/connected-components.rs (/opt/rustwide/target/debug/deps/connected_components-2866a2a67c35c81c) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test basic_connected_components ... ok [INFO] [stdout] test basic_components ... ok [INFO] [stdout] test basic_separate_components ... ok [INFO] [stdout] test empty_components ... ok [INFO] [stdout] test empty_separate_components ... ok [INFO] [stdout] test larger_separate_components ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/count_paths.rs (/opt/rustwide/target/debug/deps/count_paths-cb66ce4876d4fa42) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test grid ... 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/cycle_detection.rs (/opt/rustwide/target/debug/deps/cycle_detection-345d38540a0b8d97) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test brent_works ... ok [INFO] [stdout] test floyd_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/dfs-reach.rs (/opt/rustwide/target/debug/deps/dfs_reach-ea11f4e462603dad) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test issue_511 ... ok [INFO] [stdout] test issue_511_branches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/dijkstra-all.rs (/opt/rustwide/target/debug/deps/dijkstra_all-af8e8b06579a4777) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test all_paths ... ok [INFO] [stdout] test partial_paths ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] [stderr] Running tests/dijkstra-reach.rs (/opt/rustwide/target/debug/deps/dijkstra_reach-eaac5a0d3247761e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test dijkstra_reach_numbers ... ok [INFO] [stdout] test dijkstra_reach_graph ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/edmondskarp.rs (/opt/rustwide/target/debug/deps/edmondskarp-89378c799021bece) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test disconnected_dense ... ok [INFO] [stdout] test disconnected_sparse ... ok [INFO] [stdout] test mincut_basic ... ok [INFO] [stdout] test set_capacity_test ... ok [INFO] [stdout] test mincut_wikipedia ... ok [INFO] [stdout] test modified_sparse ... ok [INFO] [stdout] test wikipedia_example_dense ... ok [INFO] [stdout] test wikipedia_example_sparse ... ok [INFO] [stdout] test wikipedia_progressive_example_sparse ... ok [INFO] [stdout] test wikipedia_progressive_example_dense ... ok [INFO] [stdout] test modified_dense ... ok [INFO] [stdout] test unknown_sink_2 - should panic ... ok [INFO] [stdout] test unknown_sink - should panic ... ok [INFO] [stdout] test unknown_source - should panic ... ok [INFO] [stdout] test unknown_source_2 - should panic ... ok [INFO] [stderr] Running tests/gps.rs (/opt/rustwide/target/debug/deps/gps-cbd601ae2372710f) [INFO] [stdout] test empty - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test gps ... 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/grid.rs (/opt/rustwide/target/debug/deps/grid-cab2bd80bf2200de) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test add_borders_empty ... ok [INFO] [stdout] test add_borders ... ok [INFO] [stdout] test add_outside_vertex ... ok [INFO] [stdout] test collect ... ok [INFO] [stdout] test bfs_reachable ... ok [INFO] [stdout] test dfs_reachable ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test diagonal_mode ... ok [INFO] [stdout] test edges ... ok [INFO] [stdout] test distance ... ok [INFO] [stdout] test empty_grid ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test equality ... ok [INFO] [stdout] test fill_clear_invert_empty_full ... ok [INFO] [stdout] test from_matrix ... ok [INFO] [stdout] test grid_edges_iter_is_fused ... ok [INFO] [stdout] test grid_into_iter_is_fused ... ok [INFO] [stdout] test grid_iter_is_fused ... ok [INFO] [stdout] test is_inside ... ok [INFO] [stdout] test one_point_grid ... ok [INFO] [stdout] test resize ... ok [INFO] [stdout] test neighbours_of_border ... ok [INFO] [stdout] test neighbours_outside_vertex ... ok [INFO] [stdout] test outside_vertex ... ok [INFO] [stdout] test remove_borders ... ok [INFO] [stdout] test remove_borders_empty ... ok [INFO] [stdout] test remove_borders_flat ... ok [INFO] [stdout] test remove_outside_vertex ... ok [INFO] [stdout] test totally_empty ... ok [INFO] [stdout] test dimensions ... ok [INFO] [stdout] test add_borders_flat ... ok [INFO] [stdout] test iterators ... ok [INFO] [stderr] Running tests/kruskal.rs (/opt/rustwide/target/debug/deps/kruskal-e352a2079879dbbf) [INFO] [stdout] test add_remove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.42s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test grid_lines ... ok [INFO] [stdout] test wikipedia ... 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] [stderr] Running tests/kuhn_munkres.rs (/opt/rustwide/target/debug/deps/kuhn_munkres-29aae7df88bd8161) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test hungarian ... ok [INFO] [stdout] test cranes ... ok [INFO] [stdout] test mattkrick ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test murray ... ok [INFO] [stdout] test non_square ... ok [INFO] [stdout] test unbalanced - should panic ... ok [INFO] [stdout] test tryalgo_examples ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/matrix.rs (/opt/rustwide/target/debug/deps/matrix-2691a45ec84999f6) [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test as_ref ... ok [INFO] [stdout] test as_mut ... ok [INFO] [stdout] test bfs_reachable_mut ... ok [INFO] [stdout] test bfs_reachable ... ok [INFO] [stdout] test column_iter ... ok [INFO] [stdout] test column_iter_back ... ok [INFO] [stdout] test dfs_reachable ... ok [INFO] [stdout] test bounds_test ... ok [INFO] [stdout] test empty_extend ... ok [INFO] [stdout] test empty_neighbours ... ok [INFO] [stdout] test dfs_reachable_mut ... ok [INFO] [stdout] test flip_non_square ... ok [INFO] [stdout] test flip_square ... ok [INFO] [stdout] test from_iter ... ok [INFO] [stdout] test from_vec ... ok [INFO] [stdout] test from_vec_empty_row_error ... ok [INFO] [stdout] test from_rows ... ok [INFO] [stdout] test in_direction ... ok [INFO] [stdout] test index_as_ref ... ok [INFO] [stdout] test from_vec_error ... ok [INFO] [stdout] test indices ... ok [INFO] [stdout] test into_iter_is_fused ... ok [INFO] [stdout] test items ... ok [INFO] [stdout] test is_empty ... ok [INFO] [stdout] test items_mut ... ok [INFO] [stdout] test iter ... ok [INFO] [stdout] test iter_back ... ok [INFO] [stdout] test extend_empty_row_error ... ok [INFO] [stdout] test macro_trailing_comma ... ok [INFO] [stdout] test map ... ok [INFO] [stdout] test matrix_macro ... ok [INFO] [stdout] test neighbours ... ok [INFO] [stdout] test no_rows_rotated_twice ... ok [INFO] [stdout] test extend_bad_size_error ... ok [INFO] [stdout] test from_fn ... ok [INFO] [stdout] test from_vec_panic ... ok [INFO] [stdout] test keys ... ok [INFO] [stdout] test into_iter ... ok [INFO] [stdout] test non_square_rotate ... ok [INFO] [stdout] test slice ... ok [INFO] [stdout] test square_from_vec_panic ... ok [INFO] [stdout] test to_vec ... ok [INFO] [stdout] test slice_err ... ok [INFO] [stdout] test transpose_in_place_empty ... ok [INFO] [stdout] test square_rotate ... ok [INFO] [stdout] test transpose ... ok [INFO] [stdout] test sm ... ok [INFO] [stdout] test transpose_in_place_square ... ok [INFO] [stdout] test set_slice ... ok [INFO] [stdout] test transpose_in_place_non_square ... ok [INFO] [stdout] test square_from_vec ... ok [INFO] [stdout] test values_mut ... ok [INFO] [stdout] test from_iter_error - should panic ... ok [INFO] [stdout] test matrix_macro_inconsistent_panic_2 - should panic ... ok [INFO] [stdout] test new_empty_row_panic - should panic ... ok [INFO] [stdout] test no_rows_rotated_ccw_panic - should panic ... ok [INFO] [stdout] test matrix_macro_inconsistent_panic - should panic ... ok [INFO] [stdout] test no_rows_rotated_cw_panic - should panic ... ok [INFO] [stdout] test no_rows_transposed_panic - should panic ... ok [INFO] [stdout] test values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/pathfinding.rs (/opt/rustwide/target/debug/deps/pathfinding-fb1eb57e2a0f1f5b) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test ex1::bfs_loops ... ok [INFO] [stdout] test ex1::bfs_reach_is_fused ... ok [INFO] [stdout] test ex1::dfs_ok ... ok [INFO] [stdout] test ex1::dfs_reach_is_fused ... ok [INFO] [stdout] test ex1::dfs_loop_ok ... ok [INFO] [stdout] test ex1::bfs_remaining_nodes ... ok [INFO] [stdout] test ex1::dfs_remaining_nodes ... ok [INFO] [stdout] test ex1::dijkstra_ok ... ok [INFO] [stdout] test ex2::astar_bag_path_single_ok ... ok [INFO] [stdout] test ex2::astar_bag_iter_is_fused ... ok [INFO] [stdout] test ex2::astar_bag_path_multiple_ok ... ok [INFO] [stdout] test ex1::fringe_ok ... ok [INFO] [stdout] test ex2::bfs_bidirectional_no_path ... ok [INFO] [stdout] test ex2::bfs_no_path ... ok [INFO] [stdout] test ex2::bfs_path_ok ... ok [INFO] [stdout] test ex2::dfs_no_path ... ok [INFO] [stdout] test ex2::astar_no_path ... ok [INFO] [stdout] test ex2::dfs_path_ok ... ok [INFO] [stdout] test ex2::dijkstra_no_path ... ok [INFO] [stdout] test ex2::dijkstra_path_ok ... ok [INFO] [stdout] test ex2::bfs_bidirectional_path_ok ... ok [INFO] [stdout] test ex2::fringe_no_path ... ok [INFO] [stdout] test ex2::fringe_path_ok ... ok [INFO] [stdout] test ex2::astar_path_ok ... ok [INFO] [stdout] test ex1::djkstra_loop_ok ... ok [INFO] [stdout] test ex2::iddfs_path_ok ... ok [INFO] [stdout] test ex2::idastar_path_ok ... ok [INFO] [stdout] test ex2::idastar_no_path ... ok [INFO] [stdout] test ex2::iddfs_no_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s [INFO] [stdout] [INFO] [stderr] Running tests/prim.rs (/opt/rustwide/target/debug/deps/prim-1cb5c44544134773) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test another_test ... ok [INFO] [stdout] test base_test ... ok [INFO] [stdout] test geeksforgeeks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/r299.rs (/opt/rustwide/target/debug/deps/r299-b0b3bee9de353b1e) [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s [INFO] [stdout] [INFO] [stderr] Running tests/strongly_connected_components.rs (/opt/rustwide/target/debug/deps/strongly_connected_components-25863f3bf716eb71) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test all_scc ... ok [INFO] [stdout] test empty_scc ... ok [INFO] [stdout] test loops ... ok [INFO] [stdout] test single_scc ... ok [INFO] [stdout] test individual_scc ... ok [INFO] [stdout] test some_scc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/topological_sort.rs (/opt/rustwide/target/debug/deps/topological_sort-66c16e2a5a2efeca) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test empty ... ok [INFO] [stdout] test tsig_empty_graph ... ok [INFO] [stdout] test complexity ... ok [INFO] [stdout] test tsig_graph_with_no_edges ... ok [INFO] [stdout] test tsig_chain_then_cycle ... ok [INFO] [stdout] test tsig_diamond ... ok [INFO] [stdout] test tsig_nothing_but_a_cycle ... ok [INFO] [stdout] test tsig_multiple_layers ... ok [INFO] [stdout] test tsig_self_edge ... ok [INFO] [stderr] Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-9fb3a54c40cf6ff7) [INFO] [stdout] test order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling libc v0.2.133 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking memchr v2.6.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Checking either v1.0.0 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking itoa v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking plotters-backend v0.3.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking ciborium-io v0.2.0 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking same-file v1.0.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking clap_builder v4.5.17 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking equivalent v1.0.0 [INFO] [stderr] Checking plotters-svg v0.3.0 [INFO] [stderr] Checking walkdir v2.3.0 [INFO] [stderr] Checking hashbrown v0.14.1 [INFO] [stderr] Checking anes v0.1.4 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking ciborium-ll v0.2.0 [INFO] [stderr] Checking once_cell v1.20.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking oorandom v11.1.0 [INFO] [stderr] Checking aho-corasick v1.0.0 [INFO] [stderr] Compiling codspeed-criterion-compat v2.7.2 [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking movingai v1.3.1 [INFO] [stderr] Checking version_check v0.9.5 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking indexmap v2.5.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking noisy_float v0.2.0 [INFO] [stderr] Checking clap v4.5.17 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v2.0.3 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking pathfinding v4.14.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/directed/edmonds_karp.rs:397:5 [INFO] [stderr] | [INFO] [stderr] 397 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/directed/edmonds_karp.rs:486:5 [INFO] [stderr] | [INFO] [stderr] 486 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/directed/edmonds_karp.rs:503:5 [INFO] [stderr] | [INFO] [stderr] 503 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/grid.rs:593:5 [INFO] [stderr] | [INFO] [stderr] 593 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/grid.rs:647:5 [INFO] [stderr] | [INFO] [stderr] 647 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:259:5 [INFO] [stderr] | [INFO] [stderr] 259 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:784:5 [INFO] [stderr] | [INFO] [stderr] 784 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:793:5 [INFO] [stderr] | [INFO] [stderr] 793 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:815:5 [INFO] [stderr] | [INFO] [stderr] 815 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:931:5 [INFO] [stderr] | [INFO] [stderr] 931 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/grid.rs:336:24 [INFO] [stderr] | [INFO] [stderr] 336 | pub const fn edges(&self) -> EdgesIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 336 | pub const fn edges(&self) -> EdgesIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/grid.rs:445:17 [INFO] [stderr] | [INFO] [stderr] 445 | pub fn iter(&self) -> GridIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 445 | pub fn iter(&self) -> GridIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:644:19 [INFO] [stderr] | [INFO] [stderr] 644 | pub fn values(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 644 | pub fn values(&self) -> Iter<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/matrix.rs:649:23 [INFO] [stderr] | [INFO] [stderr] 649 | pub fn values_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 649 | pub fn values_mut(&mut self) -> IterMut<'_, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `pathfinding` (lib) generated 14 warnings (run `cargo fix --lib -p pathfinding` to apply 14 suggestions) [INFO] [stderr] Checking ciborium v0.2.0 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking codspeed v2.7.2 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking pathfinding-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/pathfinding) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] test tests/ui/matrix.rs ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: no rules expected `,` [INFO] [stderr] --> tests/ui/matrix.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | _ = matrix!(,); [INFO] [stderr] | ^ no rules expected this token in macro call [INFO] [stderr] | [INFO] [stderr] = note: while trying to match end of macro [INFO] [stderr] [INFO] [stderr] error: no rules expected `,` [INFO] [stderr] --> tests/ui/matrix.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | _ = matrix!( [1, 2], [3, 4], ,); [INFO] [stderr] | ^ no rules expected this token in macro call [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$b:expr` [INFO] [stderr] --> src/matrix.rs [INFO] [stderr] | [INFO] [stderr] | ($a:expr $(, $b: expr)*$(,)?) => {{ [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: no rules expected `,` [INFO] [stderr] --> tests/ui/matrix.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | _ = matrix!(,); [INFO] [stderr] | ^ no rules expected this token in macro call [INFO] [stderr] | [INFO] [stderr] = note: while trying to match end of macro [INFO] [stderr] [INFO] [stderr] error: no rules expected `,` [INFO] [stderr] --> tests/ui/matrix.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | _ = matrix!( [1, 2], [3, 4], ,); [INFO] [stderr] | ^ no rules expected this token in macro call [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$b:expr` [INFO] [stderr] --> src/matrix.rs [INFO] [stderr] | [INFO] [stderr] | ($a:expr $(, $b: expr)*$(,)?) => {{ [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning [INFO] [stderr] your test with the environment variable TRYBUILD=overwrite [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] test ui ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ui stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ui' (248) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/run.rs:101:13: [INFO] [stdout] 1 of 1 tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64d8a8b0d692 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64d8a8b0d692 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64d8a8b0d692 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64d8a8b0d692 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64d8a8b1f27f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64d8a8b1f27f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64d8a8ad6fe1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64d8a8ad6fe1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64d8a8ae4c32 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64d8a8aea2af - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64d8a8aea141 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64d8a8aa76ae - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x64d8a8aa76ae - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64d8a8aea96f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x64d8a8aea96f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64d8a8aea7ca - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x64d8a8ae4d79 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64d8a8aca5ed - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x64d8a8b28c10 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x64d8a882b593 - trybuild::run::::run::h0813af1da9cad087 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/run.rs:101:13 [INFO] [stdout] 20: 0x64d8a8826738 - ::drop::h03f51a329f718589 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/lib.rs:319:38 [INFO] [stdout] 21: 0x64d8a87cbf07 - core::ptr::drop_in_place::h77ab740ead9609c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 22: 0x64d8a87cbd36 - ui::ui::h1407f588d77dd307 [INFO] [stdout] at /opt/rustwide/workdir/tests/ui.rs:6:5 [INFO] [stdout] 23: 0x64d8a87cbd67 - ui::ui::{{closure}}::h9acfcd81047c532c [INFO] [stdout] at /opt/rustwide/workdir/tests/ui.rs:2:8 [INFO] [stdout] 24: 0x64d8a87cbe66 - core::ops::function::FnOnce::call_once::h4140ad59d2792d5c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x64d8a8aa748b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x64d8a8aa748b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x64d8a8abd0b5 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x64d8a8abd0b5 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x64d8a8abd0b5 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x64d8a8abd0b5 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x64d8a8abd0b5 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x64d8a8abd0b5 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x64d8a8abd0b5 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x64d8a8a938c4 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x64d8a8a938c4 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x64d8a8a9726a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x64d8a8a9726a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x64d8a8a9726a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x64d8a8a9726a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x64d8a8a9726a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x64d8a8a9726a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x64d8a8a9726a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x64d8a8adf72f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x64d8a8adf72f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7fcdf11f2aa4 - [INFO] [stdout] 46: 0x7fcdf127fa34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ui [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.60s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test ui` [INFO] running `Command { std: "docker" "inspect" "f9c089ec2472dab20fb3effb1a225d8d1f3f5452440f532e1200718c3d1a23b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9c089ec2472dab20fb3effb1a225d8d1f3f5452440f532e1200718c3d1a23b2", kill_on_drop: false }` [INFO] [stdout] f9c089ec2472dab20fb3effb1a225d8d1f3f5452440f532e1200718c3d1a23b2