[INFO] crate owasm-std 0.20.1 is already in cache [INFO] checking owasm-std-0.20.1 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate owasm-std 0.20.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate owasm-std 0.20.1 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate owasm-std 0.20.1 [INFO] finished tweaking crates.io crate owasm-std 0.20.1 [INFO] tweaked toml for crates.io crate owasm-std 0.20.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f34127fbedbb702072f8280a7773683e1e1fa7afc0571a5914dbafb012990d9f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f34127fbedbb702072f8280a7773683e1e1fa7afc0571a5914dbafb012990d9f"` [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Checking uint v0.6.1 [INFO] [stderr] Checking owasm-std v0.20.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / ///! Provides primitive fixed size hash types. [INFO] [stderr] 2 | | ///! Based on https://github.com/paritytech/pwasm-std/blob/61db712/src/types.rs [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 3 | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [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/types.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / ///! Provides primitive fixed size hash types. [INFO] [stderr] 2 | | ///! Based on https://github.com/paritytech/pwasm-std/blob/61db712/src/types.rs [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 3 | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [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: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/types.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/types.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/types.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/types.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `"docker" "inspect" "f34127fbedbb702072f8280a7773683e1e1fa7afc0571a5914dbafb012990d9f"` [INFO] running `"docker" "rm" "-f" "f34127fbedbb702072f8280a7773683e1e1fa7afc0571a5914dbafb012990d9f"` [INFO] [stdout] f34127fbedbb702072f8280a7773683e1e1fa7afc0571a5914dbafb012990d9f