[INFO] fetching crate trc 1.2.4... [INFO] testing trc-1.2.4 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate trc 1.2.4 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate trc 1.2.4 [INFO] finished tweaking crates.io crate trc 1.2.4 [INFO] tweaked toml for crates.io crate trc 1.2.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate trc 1.2.4 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 73 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8c15b2de108c6eac71832c6c5dabd316de3b4eb43969c5c5b0798372bb8d12a5 [INFO] running `Command { std: "docker" "start" "-a" "8c15b2de108c6eac71832c6c5dabd316de3b4eb43969c5c5b0798372bb8d12a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c15b2de108c6eac71832c6c5dabd316de3b4eb43969c5c5b0798372bb8d12a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c15b2de108c6eac71832c6c5dabd316de3b4eb43969c5c5b0798372bb8d12a5", kill_on_drop: false }` [INFO] [stdout] 8c15b2de108c6eac71832c6c5dabd316de3b4eb43969c5c5b0798372bb8d12a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] aff86106b8d2fa8d0e7b53e985930f5ffb7afd9630a6776025a24b9cda82571f [INFO] running `Command { std: "docker" "start" "-a" "aff86106b8d2fa8d0e7b53e985930f5ffb7afd9630a6776025a24b9cda82571f", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling trc v1.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:887:11 [INFO] [stdout] | [INFO] [stdout] 887 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:894:15 [INFO] [stdout] | [INFO] [stdout] 894 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:900:11 [INFO] [stdout] | [INFO] [stdout] 900 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:907:15 [INFO] [stdout] | [INFO] [stdout] 907 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1477:11 [INFO] [stdout] | [INFO] [stdout] 1477 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1496:15 [INFO] [stdout] | [INFO] [stdout] 1496 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1525:15 [INFO] [stdout] | [INFO] [stdout] 1525 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:2250:15 [INFO] [stdout] | [INFO] [stdout] 2250 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:497:9 [INFO] [stdout] | [INFO] [stdout] 497 | this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::addr_eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:1315:9 [INFO] [stdout] | [INFO] [stdout] 1315 | this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::addr_eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "aff86106b8d2fa8d0e7b53e985930f5ffb7afd9630a6776025a24b9cda82571f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aff86106b8d2fa8d0e7b53e985930f5ffb7afd9630a6776025a24b9cda82571f", kill_on_drop: false }` [INFO] [stdout] aff86106b8d2fa8d0e7b53e985930f5ffb7afd9630a6776025a24b9cda82571f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 225c523d342719ef81268662b7f6c0391dc13e0980c63e35756729a5051417b3 [INFO] running `Command { std: "docker" "start" "-a" "225c523d342719ef81268662b7f6c0391dc13e0980c63e35756729a5051417b3", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling trc v1.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:887:11 [INFO] [stdout] | [INFO] [stdout] 887 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:894:15 [INFO] [stdout] | [INFO] [stdout] 894 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:900:11 [INFO] [stdout] | [INFO] [stdout] 900 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:907:15 [INFO] [stdout] | [INFO] [stdout] 907 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1477:11 [INFO] [stdout] | [INFO] [stdout] 1477 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1496:15 [INFO] [stdout] | [INFO] [stdout] 1496 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1525:15 [INFO] [stdout] | [INFO] [stdout] 1525 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:2250:15 [INFO] [stdout] | [INFO] [stdout] 2250 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:497:9 [INFO] [stdout] | [INFO] [stdout] 497 | this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::addr_eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:1315:9 [INFO] [stdout] | [INFO] [stdout] 1315 | this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::addr_eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:887:11 [INFO] [stdout] | [INFO] [stdout] 887 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:894:15 [INFO] [stdout] | [INFO] [stdout] 894 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:900:11 [INFO] [stdout] | [INFO] [stdout] 900 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:907:15 [INFO] [stdout] | [INFO] [stdout] 907 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1477:11 [INFO] [stdout] | [INFO] [stdout] 1477 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1496:15 [INFO] [stdout] | [INFO] [stdout] 1496 | #[cfg(not(immortals))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:1525:15 [INFO] [stdout] | [INFO] [stdout] 1525 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `immortals` [INFO] [stdout] --> src/lib.rs:2250:15 [INFO] [stdout] | [INFO] [stdout] 2250 | #[cfg(immortals)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:497:9 [INFO] [stdout] | [INFO] [stdout] 497 | this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::addr_eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stdout] 497 + std::ptr::eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/lib.rs:1315:9 [INFO] [stdout] | [INFO] [stdout] 1315 | this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::addr_eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stdout] 1315 + std::ptr::eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.13s [INFO] running `Command { std: "docker" "inspect" "225c523d342719ef81268662b7f6c0391dc13e0980c63e35756729a5051417b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "225c523d342719ef81268662b7f6c0391dc13e0980c63e35756729a5051417b3", kill_on_drop: false }` [INFO] [stdout] 225c523d342719ef81268662b7f6c0391dc13e0980c63e35756729a5051417b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ad5ca0da7c3b994d1a15e173804775c7fa37abcf62b27a453576f3b5bc6abc33 [INFO] running `Command { std: "docker" "start" "-a" "ad5ca0da7c3b994d1a15e173804775c7fa37abcf62b27a453576f3b5bc6abc33", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:887:11 [INFO] [stderr] | [INFO] [stderr] 887 | #[cfg(immortals)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:894:15 [INFO] [stderr] | [INFO] [stderr] 894 | #[cfg(not(immortals))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:900:11 [INFO] [stderr] | [INFO] [stderr] 900 | #[cfg(immortals)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:907:15 [INFO] [stderr] | [INFO] [stderr] 907 | #[cfg(not(immortals))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:1477:11 [INFO] [stderr] | [INFO] [stderr] 1477 | #[cfg(immortals)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:1496:15 [INFO] [stderr] | [INFO] [stderr] 1496 | #[cfg(not(immortals))] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:1525:15 [INFO] [stderr] | [INFO] [stderr] 1525 | #[cfg(immortals)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `immortals` [INFO] [stderr] --> src/lib.rs:2250:15 [INFO] [stderr] | [INFO] [stderr] 2250 | #[cfg(immortals)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(immortals)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(immortals)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stderr] --> src/lib.rs:497:9 [INFO] [stderr] | [INFO] [stderr] 497 | this.data.as_ptr() == other.data.as_ptr() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stderr] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stderr] | [INFO] [stderr] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stderr] 497 + std::ptr::addr_eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stderr] | [INFO] [stderr] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stderr] | [INFO] [stderr] 497 - this.data.as_ptr() == other.data.as_ptr() [INFO] [stderr] 497 + std::ptr::eq(this.data.as_ptr(), other.data.as_ptr()) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stderr] --> src/lib.rs:1315:9 [INFO] [stderr] | [INFO] [stderr] 1315 | this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stderr] | [INFO] [stderr] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stderr] 1315 + std::ptr::addr_eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stderr] | [INFO] [stderr] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stderr] | [INFO] [stderr] 1315 - this.shared.as_ptr() == other.shared.as_ptr() [INFO] [stderr] 1315 + std::ptr::eq(this.shared.as_ptr(), other.shared.as_ptr()) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `trc` (lib) generated 10 warnings [INFO] [stderr] warning: `trc` (lib test) generated 10 warnings (10 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/trc-93ba7de8a8084344) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test tests::test_dyn2 ... ok [INFO] [stdout] test tests::test_dyn ... ok [INFO] [stdout] test tests::readme_single_weak ... ok [INFO] [stdout] test tests::test_ex1 ... ok [INFO] [stdout] test tests::readme_single_trc ... ok [INFO] [stdout] test tests::readme_multi_weak ... ok [INFO] [stdout] test tests::test_ex3 ... ok [INFO] [stdout] test tests::test_multithread1 ... ok [INFO] [stdout] test tests::test_singlethreaded ... ok [INFO] [stdout] test tests::test_weak ... ok [INFO] [stdout] test tests::test_ex4 ... ok [INFO] [stdout] test tests::test_multithread2 ... ok [INFO] [stdout] test tests::test_rc_issue_uninit ... ok [INFO] [stdout] test tests::test_ex2 ... ok [INFO] [stdout] test tests::readme_multi_trc ... ok [INFO] [stdout] test tests::test_multithread_weak ... ok [INFO] [stdout] test tests::test_ub_weak_as_ptr ... ok [INFO] [stdout] test tests::test_weak_drop ... ok [INFO] [stdout] test tests::test_refcount ... ok [INFO] [stdout] test tests::test_singlethreaded2 ... ok [INFO] [stdout] test tests::test_from_slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Doc-tests trc [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test src/lib.rs - SharedTrc::from_raw (line 665) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::gt (line 1780) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::from_raw (line 651) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::from (line 445) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc (line 179) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::as_ptr (line 503) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::eq (line 1915) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::clone (line 365) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::ge (line 1744) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::from_trc (line 256) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::increment_local_count (line 728) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::deref (line 870) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::from (line 427) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::atomic_count (line 302) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::cmp (line 1853) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc>::assume_init (line 808) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::into_raw (line 521) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::lt (line 1798) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::partial_cmp (line 1816) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::ne (line 1933) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::le (line 1762) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::new (line 545) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::decrement_local_count (line 705) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc<[T]>::new_uninit_slice (line 756) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::new_cyclic (line 604) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::weak_count (line 462) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::ptr_eq (line 484) ... ok [INFO] [stdout] test src/lib.rs - Trc>::assume_init (line 1185) ... ok [INFO] [stdout] test src/lib.rs - Trc::atomic_count (line 1258) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::to_trc (line 279) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc::new_uninit (line 569) ... ok [INFO] [stdout] test src/lib.rs - Trc (line 116) ... ok [INFO] [stdout] test src/lib.rs - Trc::cmp (line 1835) ... ok [INFO] [stdout] test src/lib.rs - SharedTrc<[MaybeUninit]>::assume_init (line 837) ... ok [INFO] [stdout] test src/lib.rs - Trc::eq (line 1878) ... ok [INFO] [stdout] test src/lib.rs - Trc (line 126) ... ok [INFO] [stdout] test src/lib.rs - Trc::deref (line 1462) ... ok [INFO] [stdout] test src/lib.rs - Trc::le (line 1673) ... ok [INFO] [stdout] test src/lib.rs - Trc::as_ptr (line 1321) ... ok [INFO] [stdout] test src/lib.rs - Trc::ge (line 1656) ... ok [INFO] [stdout] test src/lib.rs - Trc::local_count (line 1245) ... ok [INFO] [stdout] test src/lib.rs - Trc::ne (line 1895) ... ok [INFO] [stdout] test src/lib.rs - Trc::gt (line 1690) ... ok [INFO] [stdout] test src/lib.rs - Trc::downgrade (line 1437) ... ok [INFO] [stdout] test src/lib.rs - Trc::from (line 1623) ... ok [INFO] [stdout] test src/lib.rs - Trc::clone (line 1516) ... ok [INFO] [stdout] test src/lib.rs - Trc::into_inner (line 1081) ... ok [INFO] [stdout] test src/lib.rs - Trc::lt (line 1707) ... ok [INFO] [stdout] test src/lib.rs - Trc::get_mut (line 1338) ... ok [INFO] [stdout] test src/lib.rs - Trc::from (line 407) ... ok [INFO] [stdout] test src/lib.rs - Trc::weak_count (line 1285) ... ok [INFO] [stdout] test src/lib.rs - Trc::try_unwrap (line 1034) ... ok [INFO] [stdout] test src/lib.rs - Trc::new_cyclic (line 977) ... ok [INFO] [stdout] test src/lib.rs - Trc::new_uninit (line 942) ... ok [INFO] [stdout] test src/lib.rs - Trc::new (line 915) ... ok [INFO] [stdout] test src/lib.rs - Trc::partial_cmp (line 1724) ... ok [INFO] [stdout] test src/lib.rs - Trc::try_unwrap (line 1043) ... ok [INFO] [stdout] test src/lib.rs - Weak::as_ptr (line 2287) ... ok [INFO] [stdout] test src/lib.rs - Weak (line 231) ... ok [INFO] [stdout] test src/lib.rs - Trc::ptr_eq (line 1305) ... ok [INFO] [stdout] test src/lib.rs - Weak::clone (line 2461) ... ok [INFO] [stdout] test src/lib.rs - Weak::from_raw (line 2336) ... ok [INFO] [stdout] test src/lib.rs - Trc<[T]>::from_iter (line 2182) ... ok [INFO] [stdout] test src/lib.rs - Weak::new (line 2381) ... ok [INFO] [stdout] test src/lib.rs - Weak::atomic_count (line 2409) ... ok [INFO] [stdout] test src/lib.rs - Weak::into_raw (line 2306) ... ok [INFO] [stdout] test src/lib.rs - Weak::from_raw (line 2348) ... ok [INFO] [stdout] test src/lib.rs - Trc<[T]>::new_uninit_slice (line 1133) ... ok [INFO] [stdout] test src/lib.rs - Trc::unwrap_or_clone (line 1378) ... ok [INFO] [stdout] test src/lib.rs - Weak::weak_count (line 2437) ... ok [INFO] [stdout] test src/lib.rs - Trc<[T]>::from (line 2164) ... ok [INFO] [stdout] test src/lib.rs - Weak (line 220) ... ok [INFO] [stdout] test src/lib.rs - Trc<[MaybeUninit]>::assume_init (line 1214) ... ok [INFO] [stdout] test src/lib.rs - Weak::upgrade (line 2238) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ad5ca0da7c3b994d1a15e173804775c7fa37abcf62b27a453576f3b5bc6abc33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad5ca0da7c3b994d1a15e173804775c7fa37abcf62b27a453576f3b5bc6abc33", kill_on_drop: false }` [INFO] [stdout] ad5ca0da7c3b994d1a15e173804775c7fa37abcf62b27a453576f3b5bc6abc33