[INFO] fetching crate qcell 0.5.4... [INFO] testing qcell-0.5.4 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate qcell 0.5.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate qcell 0.5.4 [INFO] finished tweaking crates.io crate qcell 0.5.4 [INFO] tweaked toml for crates.io crate qcell 0.5.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate qcell 0.5.4 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 70 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ff68ba60bf7273adb8ffe592384908fb40cb00af76764c15b66bb0219f2eec6 [INFO] running `Command { std: "docker" "start" "-a" "4ff68ba60bf7273adb8ffe592384908fb40cb00af76764c15b66bb0219f2eec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ff68ba60bf7273adb8ffe592384908fb40cb00af76764c15b66bb0219f2eec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ff68ba60bf7273adb8ffe592384908fb40cb00af76764c15b66bb0219f2eec6", kill_on_drop: false }` [INFO] [stdout] 4ff68ba60bf7273adb8ffe592384908fb40cb00af76764c15b66bb0219f2eec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df98280da7226312f68c3e2ad712b4eb1ad9d1c8955d6ca0c4098ac30c4daea6 [INFO] running `Command { std: "docker" "start" "-a" "df98280da7226312f68c3e2ad712b4eb1ad9d1c8955d6ca0c4098ac30c4daea6", kill_on_drop: false }` [INFO] [stderr] Compiling qcell v0.5.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:410:21 [INFO] [stdout] | [INFO] [stdout] 410 | struct Invariant(fn(T) -> T); [INFO] [stdout] | --------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tlcell.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | struct NotSendOrSync(*const ()); [INFO] [stdout] | ------------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "df98280da7226312f68c3e2ad712b4eb1ad9d1c8955d6ca0c4098ac30c4daea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df98280da7226312f68c3e2ad712b4eb1ad9d1c8955d6ca0c4098ac30c4daea6", kill_on_drop: false }` [INFO] [stdout] df98280da7226312f68c3e2ad712b4eb1ad9d1c8955d6ca0c4098ac30c4daea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b9576d97c14b54b53e4dd717085e90f91a195d1cae0298fe4a7897f92f597ca [INFO] running `Command { std: "docker" "start" "-a" "1b9576d97c14b54b53e4dd717085e90f91a195d1cae0298fe4a7897f92f597ca", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:410:21 [INFO] [stdout] | [INFO] [stdout] 410 | struct Invariant(fn(T) -> T); [INFO] [stdout] | --------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tlcell.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | struct NotSendOrSync(*const ()); [INFO] [stdout] | ------------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling qcell v0.5.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/assertions.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(features = "alloc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 11 - #[cfg(features = "alloc")] [INFO] [stdout] 11 + #[cfg(feature = "alloc")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/assertions.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg(features = "alloc")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 27 - #[cfg(features = "alloc")] [INFO] [stdout] 27 + #[cfg(feature = "alloc")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:410:21 [INFO] [stdout] | [INFO] [stdout] 410 | struct Invariant(fn(T) -> T); [INFO] [stdout] | --------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tlcell.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | struct NotSendOrSync(*const ()); [INFO] [stdout] | ------------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/assertions.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | struct Test(*const i32); [INFO] [stdout] | ---- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.37s [INFO] running `Command { std: "docker" "inspect" "1b9576d97c14b54b53e4dd717085e90f91a195d1cae0298fe4a7897f92f597ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b9576d97c14b54b53e4dd717085e90f91a195d1cae0298fe4a7897f92f597ca", kill_on_drop: false }` [INFO] [stdout] 1b9576d97c14b54b53e4dd717085e90f91a195d1cae0298fe4a7897f92f597ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ae639bb084fadb8ed24d32d86c972a4b536db99801a653f1042037247f433376 [INFO] running `Command { std: "docker" "start" "-a" "ae639bb084fadb8ed24d32d86c972a4b536db99801a653f1042037247f433376", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:410:21 [INFO] [stderr] | [INFO] [stderr] 410 | struct Invariant(fn(T) -> T); [INFO] [stderr] | --------- ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/tlcell.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | struct NotSendOrSync(*const ()); [INFO] [stderr] | ------------- ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] [INFO] [stderr] warning: `qcell` (lib) generated 2 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/assertions.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(features = "alloc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 11 - #[cfg(features = "alloc")] [INFO] [stderr] 11 + #[cfg(feature = "alloc")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/assertions.rs:27:7 [INFO] [stderr] | [INFO] [stderr] 27 | #[cfg(features = "alloc")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 27 - #[cfg(features = "alloc")] [INFO] [stderr] 27 + #[cfg(feature = "alloc")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/assertions.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | struct Test(*const i32); [INFO] [stderr] | ---- ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] [INFO] [stderr] warning: `qcell` (lib test) generated 5 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qcell-64fc92025ead5c46) [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test assertions::test_static_assertions ... ok [INFO] [stdout] test lcell::tests::lcell ... ok [INFO] [stdout] test lcell::tests::lcell_into_inner ... ok [INFO] [stdout] test lcell::tests::lcell_get_mut ... ok [INFO] [stdout] test qcell::tests::qcell_pinned ... ok [INFO] [stdout] test qcell::tests::qcell_fast_ids_pinned ... ok [INFO] [stdout] test lcell::tests::lcell_unsized ... ok [INFO] [stdout] test qcell::tests::qcell_sep_ids_pinned ... ok [INFO] [stdout] test qcell::tests::qcell_unsized_pinned ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_fast_ids ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_get_mut ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_ids ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_into_inner ... ok [INFO] [stdout] test tcell::tests::tcell_unsized ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_sep_ids ... ok [INFO] [stdout] test tcell::tests::tcell_into_inner ... ok [INFO] [stdout] test qcell::tests_with_alloc::qcell_unsized ... ok [INFO] [stdout] test tcell::tests::tcell ... ok [INFO] [stdout] test tcell::tests::tcell_get_mut ... ok [INFO] [stdout] test tlcell::tests::tlcell_into_inner ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_try_new ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_3 ... ok [INFO] [stdout] test tlcell::tests::tlcell ... ok [INFO] [stdout] test tlcell::tests::tlcell_singleton_3 ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_2 ... ok [INFO] [stdout] test tlcell::tests::tlcell_get_mut ... ok [INFO] [stdout] test tlcell::tests::tlcell_singleton_2 ... ok [INFO] [stdout] test tlcell::tests::tlcell_unsized ... ok [INFO] [stdout] test tlcell::tests::tlcell_threads ... ok [INFO] [stdout] test lcell::tests::lcell_rw3_1 - should panic ... ok [INFO] [stdout] test lcell::tests::lcell_rw2 - should panic ... ok [INFO] [stdout] test lcell::tests::lcell_rw3_2 - should panic ... ok [INFO] [stdout] test tcell::tests::tcell_singleton_1 - should panic ... ok [INFO] [stdout] test lcell::tests::lcell_rw3_3 - should panic ... ok [INFO] [stdout] test tlcell::tests::tlcell_singleton_1 - should panic ... ok [INFO] [stdout] test tcell::tests::tcell_threads - should panic ... ok [INFO] [stdout] test tcell::tests::tcell_wait_for_new_in_100_threads ... ok [INFO] [stdout] test tcell::tests::tcell_wait_for_new_timeout ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s [INFO] [stdout] [INFO] [stderr] Doc-tests qcell [INFO] [stdout] [INFO] [stdout] running 141 tests [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 19) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 296) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 270) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 107) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 167) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 137) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 288) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 350) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 263) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 320) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 183) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 340) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 152) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 248) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 59) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 371) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 29) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 93) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 44) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 142) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 121) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 157) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 127) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 304) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 8) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 217) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 330) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 215) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 201) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 236) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 222) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 265) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 18) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 243) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 250) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 227) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 283) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 112) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 363) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 274) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 304) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 8) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 172) ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 77) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 86) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 292) - compile fail ... ok [INFO] [stdout] test src/doctest_lcell.rs - doctest_lcell (line 198) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 54) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 99) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 101) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 218) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 152) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 24) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 16) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 267) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 137) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 184) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 291) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 305) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 201) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 27) ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 36) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 40) ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 57) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 281) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 48) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 167) ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 298) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 236) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 71) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 121) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 177) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 120) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 101) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 160) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 8) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 232) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 246) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 251) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 304) - compile fail ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 68) ... ok [INFO] [stdout] test src/doctest_qcell.rs - doctest_qcell (line 182) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 213) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 347) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 355) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 329) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 321) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 383) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 270) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 412) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 363) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 436) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 400) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 424) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 461) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 70) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 81) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 57) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 140) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 123) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 194) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 141) ... ok [INFO] [stdout] test src/doctest_qcell_noalloc.rs - doctest_qcell_noalloc (line 84) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 195) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 20) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 20) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 241) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 176) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 234) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 288) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 257) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 305) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 214) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 313) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 281) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 350) - compile fail ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 451) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 333) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 411) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 386) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 374) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 84) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 64) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 250) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 362) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 157) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 44) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 104) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 35) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 33) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 73) - compile fail ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 401) ... ok [INFO] [stdout] test src/doctest_tcell.rs - doctest_tcell (line 9) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 267) ... ok [INFO] [stdout] test src/qcell.rs - qcell::QCellOwnerPinned (line 529) ... ok [INFO] [stdout] test src/doctest_tlcell.rs - doctest_tlcell (line 9) ... ok [INFO] [stdout] test src/lib.rs - (line 115) ... ok [INFO] [stdout] test src/lcell.rs - lcell::LCellOwner<'id>::scope (line 55) ... ok [INFO] [stdout] test src/qcell.rs - qcell::QCellOwnerPinned (line 509) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/lib.rs - (line 95) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 141 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ae639bb084fadb8ed24d32d86c972a4b536db99801a653f1042037247f433376", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae639bb084fadb8ed24d32d86c972a4b536db99801a653f1042037247f433376", kill_on_drop: false }` [INFO] [stdout] ae639bb084fadb8ed24d32d86c972a4b536db99801a653f1042037247f433376