[INFO] fetching crate trc 1.2.4...
[INFO] testing trc-1.2.4 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-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 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 68 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5094ca325953437d2bbc0ea675eae9a32fe7a0db42af79e2ad1b4832718cb6f1
[INFO] running `Command { std: "docker" "start" "-a" "5094ca325953437d2bbc0ea675eae9a32fe7a0db42af79e2ad1b4832718cb6f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5094ca325953437d2bbc0ea675eae9a32fe7a0db42af79e2ad1b4832718cb6f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5094ca325953437d2bbc0ea675eae9a32fe7a0db42af79e2ad1b4832718cb6f1", kill_on_drop: false }`
[INFO] [stdout] 5094ca325953437d2bbc0ea675eae9a32fe7a0db42af79e2ad1b4832718cb6f1
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f79a1a63e768e6031f2e39de5e15d1ccf1dd1815a188d8cebfbfcc86b26c866b
[INFO] running `Command { std: "docker" "start" "-a" "f79a1a63e768e6031f2e39de5e15d1ccf1dd1815a188d8cebfbfcc86b26c866b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[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 32 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.06s
[INFO] running `Command { std: "docker" "inspect" "f79a1a63e768e6031f2e39de5e15d1ccf1dd1815a188d8cebfbfcc86b26c866b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f79a1a63e768e6031f2e39de5e15d1ccf1dd1815a188d8cebfbfcc86b26c866b", kill_on_drop: false }`
[INFO] [stdout] f79a1a63e768e6031f2e39de5e15d1ccf1dd1815a188d8cebfbfcc86b26c866b
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a62c90682015b4c3d15d45beadee4463eb524cb1d905e1139d4709eb481cc82
[INFO] running `Command { std: "docker" "start" "-a" "1a62c90682015b4c3d15d45beadee4463eb524cb1d905e1139d4709eb481cc82", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[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 32 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[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 32 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 13.52s
[INFO] running `Command { std: "docker" "inspect" "1a62c90682015b4c3d15d45beadee4463eb524cb1d905e1139d4709eb481cc82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a62c90682015b4c3d15d45beadee4463eb524cb1d905e1139d4709eb481cc82", kill_on_drop: false }`
[INFO] [stdout] 1a62c90682015b4c3d15d45beadee4463eb524cb1d905e1139d4709eb481cc82
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4a14efafa3885f9b4930bf70cbba841505cd02a7aea977ab61f3ed890f18c440
[INFO] running `Command { std: "docker" "start" "-a" "4a14efafa3885f9b4930bf70cbba841505cd02a7aea977ab61f3ed890f18c440", 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 32 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trc-f3691a07082a0a22)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test tests::readme_single_weak ... ok
[INFO] [stdout] test tests::test_dyn ... ok
[INFO] [stdout] test tests::readme_single_trc ... ok
[INFO] [stdout] test tests::test_dyn2 ... ok
[INFO] [stdout] test tests::readme_multi_weak ... ok
[INFO] [stdout] test tests::readme_multi_trc ... ok
[INFO] [stdout] test tests::test_ex3 ... ok
[INFO] [stdout] test tests::test_ex1 ... ok
[INFO] [stdout] test tests::test_ex2 ... ok
[INFO] [stdout] test tests::test_from_slice ... ok
[INFO] [stdout] test tests::test_ex4 ... ok
[INFO] [stdout] test tests::test_multithread1 ... ok
[INFO] [stdout] test tests::test_multithread2 ... ok
[INFO] [stdout] test tests::test_refcount ... ok
[INFO] [stdout] test tests::test_singlethreaded ... ok
[INFO] [stdout] test tests::test_multithread_weak ... ok
[INFO] [stdout] test tests::test_weak ... ok
[INFO] [stdout] test tests::test_singlethreaded2 ... ok
[INFO] [stdout] test tests::test_ub_weak_as_ptr ... ok
[INFO] [stdout] test tests::test_weak_drop ... ok
[INFO] [stdout] test tests::test_rc_issue_uninit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests trc
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 74 tests
[INFO] [stdout] test src/lib.rs - SharedTrc (line 179) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::gt (line 1780) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::deref (line 870) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<MaybeUninit<T>>::assume_init (line 808) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::from_trc (line 256) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::eq (line 1915) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::from_raw (line 665) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::from (line 445) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::from (line 427) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::as_ptr (line 503) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::cmp (line 1853) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::ge (line 1744) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::clone (line 365) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::increment_local_count (line 728) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::decrement_local_count (line 705) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::from_raw (line 651) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::partial_cmp (line 1816) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::atomic_count (line 302) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::new_uninit (line 569) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::le (line 1762) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::new_cyclic (line 604) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::weak_count (line 462) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::ne (line 1933) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::into_raw (line 521) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::lt (line 1798) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::new (line 545) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<[MaybeUninit<T>]>::assume_init (line 837) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::as_ptr (line 1321) ... ok
[INFO] [stdout] test src/lib.rs - Trc (line 116) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::to_trc (line 279) ... ok
[INFO] [stdout] test src/lib.rs - Trc<MaybeUninit<T>>::assume_init (line 1185) ... ok
[INFO] [stdout] test src/lib.rs - Trc (line 126) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::downgrade (line 1437) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<[T]>::new_uninit_slice (line 756) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::atomic_count (line 1258) ... ok
[INFO] [stdout] test src/lib.rs - SharedTrc<T>::ptr_eq (line 484) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::clone (line 1516) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::from (line 407) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::get_mut (line 1338) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::eq (line 1878) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::deref (line 1462) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::local_count (line 1245) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::cmp (line 1835) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::lt (line 1707) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::from (line 1623) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::new (line 915) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::ge (line 1656) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::le (line 1673) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::ne (line 1895) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::partial_cmp (line 1724) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::new_cyclic (line 977) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::ptr_eq (line 1305) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::try_unwrap (line 1034) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::try_unwrap (line 1043) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::new_uninit (line 942) ... ok
[INFO] [stdout] test src/lib.rs - Trc<[T]>::from (line 2164) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::weak_count (line 1285) ... ok
[INFO] [stdout] test src/lib.rs - Weak (line 220) ... ok
[INFO] [stdout] test src/lib.rs - Trc<[MaybeUninit<T>]>::assume_init (line 1214) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::into_inner (line 1081) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::unwrap_or_clone (line 1378) ... ok
[INFO] [stdout] test src/lib.rs - Trc<[T]>::from_iter (line 2182) ... ok
[INFO] [stdout] test src/lib.rs - Trc<T>::gt (line 1690) ... ok
[INFO] [stdout] test src/lib.rs - Trc<[T]>::new_uninit_slice (line 1133) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::as_ptr (line 2287) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::into_raw (line 2306) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::clone (line 2461) ... ok
[INFO] [stdout] test src/lib.rs - Weak (line 231) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::new (line 2381) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::from_raw (line 2348) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::upgrade (line 2238) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::weak_count (line 2437) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::atomic_count (line 2409) ... ok
[INFO] [stdout] test src/lib.rs - Weak<T>::from_raw (line 2336) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4a14efafa3885f9b4930bf70cbba841505cd02a7aea977ab61f3ed890f18c440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a14efafa3885f9b4930bf70cbba841505cd02a7aea977ab61f3ed890f18c440", kill_on_drop: false }`
[INFO] [stdout] 4a14efafa3885f9b4930bf70cbba841505cd02a7aea977ab61f3ed890f18c440
