[INFO] fetching crate containers 0.9.13...
[INFO] checking containers-0.9.13 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate containers 0.9.13 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate containers 0.9.13 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate containers 0.9.13
[INFO] finished tweaking crates.io crate containers 0.9.13
[INFO] tweaked toml for crates.io crate containers 0.9.13 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded heap v0.1.0
[INFO] [stderr]   Downloaded hash-table v0.2.5
[INFO] [stderr]   Downloaded rel v0.2.0
[INFO] [stderr]   Downloaded quickcheck v0.8.5
[INFO] [stderr]   Downloaded fallible v0.1.3
[INFO] [stderr]   Downloaded loca v0.7.4
[INFO] [stderr]   Downloaded ptr v0.2.3
[INFO] [stderr]   Downloaded abort v0.1.3
[INFO] [stderr]   Downloaded default_allocator v0.3.0
[INFO] [stderr]   Downloaded quickcheck_macros v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1c04204d67bb37365d168a92e460e1459eb95c125eb35ec0c9f4b181e639a22f
[INFO] running `Command { std: "docker" "start" "-a" "1c04204d67bb37365d168a92e460e1459eb95c125eb35ec0c9f4b181e639a22f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c04204d67bb37365d168a92e460e1459eb95c125eb35ec0c9f4b181e639a22f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c04204d67bb37365d168a92e460e1459eb95c125eb35ec0c9f4b181e639a22f", kill_on_drop: false }`
[INFO] [stdout] 1c04204d67bb37365d168a92e460e1459eb95c125eb35ec0c9f4b181e639a22f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 07ddca397ab7b4d8e98192907b9a5f989086638006bb59154f477f05a65ca68f
[INFO] running `Command { std: "docker" "start" "-a" "07ddca397ab7b4d8e98192907b9a5f989086638006bb59154f477f05a65ca68f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling ptr v0.2.3
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling hash-table v0.2.5
[INFO] [stderr]     Checking siphasher v0.2.3
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling containers v0.9.13 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking abort v0.1.3
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking fallible v0.1.3
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking rel v0.2.0
[INFO] [stderr]     Checking heap v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking loca v0.7.4
[INFO] [stderr]     Checking default_allocator v0.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables
[INFO] [stdout]   --> src/collections/b_tree.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     φ: PhantomData<(K, T)>,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage includes 'φ' (U+03C6)
[INFO] [stdout]    = note: please recheck to make sure their usages are indeed what you want
[INFO] [stdout]    = note: `#[warn(mixed_script_confusables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `Box<_, _>`
[INFO] [stdout]   --> src/boxed.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T: ?Sized + fmt::Debug, A: Alloc> fmt::Debug for Box<T, A> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<F> Debug for F
[INFO] [stdout]              where F: FnPtr;
[INFO] [stdout]    = note: downstream crates may implement trait `core::marker::FnPtr` for type `boxed::Box<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `containers` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "07ddca397ab7b4d8e98192907b9a5f989086638006bb59154f477f05a65ca68f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07ddca397ab7b4d8e98192907b9a5f989086638006bb59154f477f05a65ca68f", kill_on_drop: false }`
[INFO] [stdout] 07ddca397ab7b4d8e98192907b9a5f989086638006bb59154f477f05a65ca68f
[INFO] checking containers-0.9.13 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate containers 0.9.13 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate containers 0.9.13 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate containers 0.9.13
[INFO] finished tweaking crates.io crate containers 0.9.13
[INFO] tweaked toml for crates.io crate containers 0.9.13 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97100730691bf953c60a323f7daa95d73c43a6512b3bb7094be34108eb4472a0
[INFO] running `Command { std: "docker" "start" "-a" "97100730691bf953c60a323f7daa95d73c43a6512b3bb7094be34108eb4472a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97100730691bf953c60a323f7daa95d73c43a6512b3bb7094be34108eb4472a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97100730691bf953c60a323f7daa95d73c43a6512b3bb7094be34108eb4472a0", kill_on_drop: false }`
[INFO] [stdout] 97100730691bf953c60a323f7daa95d73c43a6512b3bb7094be34108eb4472a0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d04e4e1febc5661979826a8a2257aacda2947d449439eb05882045379d47d432
[INFO] running `Command { std: "docker" "start" "-a" "d04e4e1febc5661979826a8a2257aacda2947d449439eb05882045379d47d432", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling ptr v0.2.3
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling hash-table v0.2.5
[INFO] [stderr]     Checking siphasher v0.2.3
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling containers v0.9.13 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking abort v0.1.3
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking fallible v0.1.3
[INFO] [stderr]     Checking rel v0.2.0
[INFO] [stderr]     Checking heap v0.1.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking loca v0.7.4
[INFO] [stderr]     Checking default_allocator v0.3.0
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/default_allocator-0.3.0/src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables
[INFO] [stdout]   --> src/collections/b_tree.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     φ: PhantomData<(K, T)>,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage includes 'φ' (U+03C6)
[INFO] [stdout]    = note: please recheck to make sure their usages are indeed what you want
[INFO] [stdout]    = note: `#[warn(mixed_script_confusables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `Box<_, _>`
[INFO] [stdout]   --> src/boxed.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T: ?Sized + fmt::Debug, A: Alloc> fmt::Debug for Box<T, A> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<F> Debug for F
[INFO] [stdout]              where F: FnPtr;
[INFO] [stdout]    = note: downstream crates may implement trait `core::marker::FnPtr` for type `boxed::Box<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `containers` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d04e4e1febc5661979826a8a2257aacda2947d449439eb05882045379d47d432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d04e4e1febc5661979826a8a2257aacda2947d449439eb05882045379d47d432", kill_on_drop: false }`
[INFO] [stdout] d04e4e1febc5661979826a8a2257aacda2947d449439eb05882045379d47d432
