[INFO] fetching crate allocator_api 0.6.0... [INFO] checking allocator_api-0.6.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate allocator_api 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate allocator_api 0.6.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3d068a346584e458802bd037f5b95a89780c2bea20064c10949a5c88665b4582 [INFO] running `"docker" "start" "-a" "3d068a346584e458802bd037f5b95a89780c2bea20064c10949a5c88665b4582"` [INFO] [stderr] Checking allocator_api v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/liballoc/boxed.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// A pointer type for heap allocation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 26 | / global_alloc! { [INFO] [stderr] 27 | | pub struct Box { [INFO] [stderr] 28 | | ptr: NonNull, [INFO] [stderr] 29 | | marker: PhantomData, [INFO] [stderr] 30 | | pub(crate) a: A, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/liballoc/raw_vec.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating [INFO] [stderr] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases [INFO] [stderr] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque. [INFO] [stderr] 18 | | /// In particular: [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of [INFO] [stderr] 41 | | /// this type. [INFO] [stderr] | |______________^ [INFO] [stderr] 42 | #[allow(missing_debug_implementations)] [INFO] [stderr] 43 | / global_alloc! { [INFO] [stderr] 44 | | pub struct RawVec { [INFO] [stderr] 45 | | ptr: NonNull, [INFO] [stderr] 46 | | marker: PhantomData, [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/liballoc/boxed.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// A pointer type for heap allocation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 26 | / global_alloc! { [INFO] [stderr] 27 | | pub struct Box { [INFO] [stderr] 28 | | ptr: NonNull, [INFO] [stderr] 29 | | marker: PhantomData, [INFO] [stderr] 30 | | pub(crate) a: A, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/liballoc/raw_vec.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / /// A low-level utility for more ergonomically allocating, reallocating, and deallocating [INFO] [stderr] 16 | | /// a buffer of memory on the heap without having to worry about all the corner cases [INFO] [stderr] 17 | | /// involved. This type is excellent for building your own data structures like Vec and VecDeque. [INFO] [stderr] 18 | | /// In particular: [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// field. This allows zero-sized types to not be special-cased by consumers of [INFO] [stderr] 41 | | /// this type. [INFO] [stderr] | |______________^ [INFO] [stderr] 42 | #[allow(missing_debug_implementations)] [INFO] [stderr] 43 | / global_alloc! { [INFO] [stderr] 44 | | pub struct RawVec { [INFO] [stderr] 45 | | ptr: NonNull, [INFO] [stderr] 46 | | marker: PhantomData, [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `"docker" "inspect" "3d068a346584e458802bd037f5b95a89780c2bea20064c10949a5c88665b4582"` [INFO] running `"docker" "rm" "-f" "3d068a346584e458802bd037f5b95a89780c2bea20064c10949a5c88665b4582"` [INFO] [stdout] 3d068a346584e458802bd037f5b95a89780c2bea20064c10949a5c88665b4582