[INFO] fetching crate allocator_api 0.6.0...
[INFO] checking allocator_api-0.6.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate allocator_api 0.6.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate allocator_api 0.6.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate allocator_api 0.6.0
[INFO] finished tweaking crates.io crate allocator_api 0.6.0
[INFO] tweaked toml for crates.io crate allocator_api 0.6.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ecab369cc911baba860ce2e70f40f8d3b16fde3a8e4c361a197e9fa39caf7b84
[INFO] running `Command { std: "docker" "start" "-a" "ecab369cc911baba860ce2e70f40f8d3b16fde3a8e4c361a197e9fa39caf7b84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecab369cc911baba860ce2e70f40f8d3b16fde3a8e4c361a197e9fa39caf7b84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecab369cc911baba860ce2e70f40f8d3b16fde3a8e4c361a197e9fa39caf7b84", kill_on_drop: false }`
[INFO] [stdout] ecab369cc911baba860ce2e70f40f8d3b16fde3a8e4c361a197e9fa39caf7b84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb555af2976c7a941b8a8cac122425af7c52ca1d76af5aae1e65c4c06aec80c5
[INFO] running `Command { std: "docker" "start" "-a" "bb555af2976c7a941b8a8cac122425af7c52ca1d76af5aae1e65c4c06aec80c5", kill_on_drop: false }`
[INFO] [stderr]     Checking allocator_api v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/boxed.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | /// A pointer type for heap allocation.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating
[INFO] [stdout] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases
[INFO] [stdout] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque.
[INFO] [stdout] 18 | | /// In particular:
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of
[INFO] [stdout] 41 | | /// this type.
[INFO] [stdout]    | |_-------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `allow`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[allow(missing_debug_implementations)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `global_alloc`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | global_alloc! {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/boxed.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | /// A pointer type for heap allocation.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating
[INFO] [stdout] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases
[INFO] [stdout] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque.
[INFO] [stdout] 18 | | /// In particular:
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of
[INFO] [stdout] 41 | | /// this type.
[INFO] [stdout]    | |_-------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `allow`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[allow(missing_debug_implementations)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `global_alloc`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | global_alloc! {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::alloc::*`
[INFO] [stdout]    --> src/liballoc/raw_vec.rs:764:17
[INFO] [stdout]     |
[INFO] [stdout] 764 |         pub use crate::alloc::*;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use core::alloc::{Layout, LayoutErr};
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn layouterr() -> LayoutErr {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr>;
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn array<T>(n: usize) -> Result<Self, LayoutErr>;
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:87:57
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> {
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]    --> src/libcore/alloc.rs:103:43
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn array<T>(n: usize) -> Result<Self, LayoutErr> {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]  --> src/liballoc/collections/mod.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::alloc::{AllocErr, LayoutErr};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl From<LayoutErr> for CollectionAllocErr {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn from(_: LayoutErr) -> Self {
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use core::alloc::{Layout, LayoutErr};
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn layouterr() -> LayoutErr {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr>;
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn array<T>(n: usize) -> Result<Self, LayoutErr>;
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:87:57
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> {
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]    --> src/libcore/alloc.rs:103:43
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn array<T>(n: usize) -> Result<Self, LayoutErr> {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]  --> src/liballoc/collections/mod.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::alloc::{AllocErr, LayoutErr};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl From<LayoutErr> for CollectionAllocErr {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn from(_: LayoutErr) -> Self {
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "bb555af2976c7a941b8a8cac122425af7c52ca1d76af5aae1e65c4c06aec80c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb555af2976c7a941b8a8cac122425af7c52ca1d76af5aae1e65c4c06aec80c5", kill_on_drop: false }`
[INFO] [stdout] bb555af2976c7a941b8a8cac122425af7c52ca1d76af5aae1e65c4c06aec80c5
[INFO] checking allocator_api-0.6.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate allocator_api 0.6.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate allocator_api 0.6.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate allocator_api 0.6.0
[INFO] finished tweaking crates.io crate allocator_api 0.6.0
[INFO] tweaked toml for crates.io crate allocator_api 0.6.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] decd8e4733920c1e33b818fa8be6e40aebf8b5de0bdbf47b0e6dc3fcae507c78
[INFO] running `Command { std: "docker" "start" "-a" "decd8e4733920c1e33b818fa8be6e40aebf8b5de0bdbf47b0e6dc3fcae507c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "decd8e4733920c1e33b818fa8be6e40aebf8b5de0bdbf47b0e6dc3fcae507c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "decd8e4733920c1e33b818fa8be6e40aebf8b5de0bdbf47b0e6dc3fcae507c78", kill_on_drop: false }`
[INFO] [stdout] decd8e4733920c1e33b818fa8be6e40aebf8b5de0bdbf47b0e6dc3fcae507c78
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 111fa6c2b3f64e049e7537a6fc5c8a7e72a0eb1a3b7cfcb95e03a7c54e97722d
[INFO] running `Command { std: "docker" "start" "-a" "111fa6c2b3f64e049e7537a6fc5c8a7e72a0eb1a3b7cfcb95e03a7c54e97722d", kill_on_drop: false }`
[INFO] [stderr]     Checking allocator_api v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/boxed.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | /// A pointer type for heap allocation.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating
[INFO] [stdout] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases
[INFO] [stdout] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque.
[INFO] [stdout] 18 | | /// In particular:
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of
[INFO] [stdout] 41 | | /// this type.
[INFO] [stdout]    | |_-------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/boxed.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | /// A pointer type for heap allocation.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `allow`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[allow(missing_debug_implementations)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `global_alloc`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | global_alloc! {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating
[INFO] [stdout] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases
[INFO] [stdout] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque.
[INFO] [stdout] 18 | | /// In particular:
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of
[INFO] [stdout] 41 | | /// this type.
[INFO] [stdout]    | |_-------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `allow`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[allow(missing_debug_implementations)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `global_alloc`
[INFO] [stdout]   --> src/liballoc/raw_vec.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | global_alloc! {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::alloc::*`
[INFO] [stdout]    --> src/liballoc/raw_vec.rs:764:17
[INFO] [stdout]     |
[INFO] [stdout] 764 |         pub use crate::alloc::*;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use core::alloc::{Layout, LayoutErr};
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn layouterr() -> LayoutErr {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr>;
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn array<T>(n: usize) -> Result<Self, LayoutErr>;
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:87:57
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> {
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]    --> src/libcore/alloc.rs:103:43
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn array<T>(n: usize) -> Result<Self, LayoutErr> {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use core::alloc::{Layout, LayoutErr};
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn layouterr() -> LayoutErr {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:19:57
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr>;
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn array<T>(n: usize) -> Result<Self, LayoutErr>;
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/libcore/alloc.rs:87:57
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> {
[INFO] [stdout]    |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]    --> src/libcore/alloc.rs:103:43
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn array<T>(n: usize) -> Result<Self, LayoutErr> {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]  --> src/liballoc/collections/mod.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::alloc::{AllocErr, LayoutErr};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl From<LayoutErr> for CollectionAllocErr {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn from(_: LayoutErr) -> Self {
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]  --> src/liballoc/collections/mod.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::alloc::{AllocErr, LayoutErr};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl From<LayoutErr> for CollectionAllocErr {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::alloc::LayoutErr`: Name does not follow std convention, use LayoutError
[INFO] [stdout]   --> src/liballoc/collections/mod.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn from(_: LayoutErr) -> Self {
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "111fa6c2b3f64e049e7537a6fc5c8a7e72a0eb1a3b7cfcb95e03a7c54e97722d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "111fa6c2b3f64e049e7537a6fc5c8a7e72a0eb1a3b7cfcb95e03a7c54e97722d", kill_on_drop: false }`
[INFO] [stdout] 111fa6c2b3f64e049e7537a6fc5c8a7e72a0eb1a3b7cfcb95e03a7c54e97722d
