[INFO] fetching crate casc-rs 0.1.8... [INFO] checking casc-rs-0.1.8 against master#8a703520e80d87d4423c01f9d4fbc9e5f6533a02 for pr-154205-1 [INFO] extracting crate casc-rs 0.1.8 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate casc-rs 0.1.8 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate casc-rs 0.1.8 [INFO] tweaked toml for crates.io crate casc-rs 0.1.8 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate casc-rs 0.1.8 on toolchain 8a703520e80d87d4423c01f9d4fbc9e5f6533a02 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate casc-rs 0.1.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8df394e7287b7d5f0c751fe5b5cb7d62b6e82e281d0d32df6ec90cc07dd9d002 [INFO] running `Command { std: "docker" "start" "-a" "8df394e7287b7d5f0c751fe5b5cb7d62b6e82e281d0d32df6ec90cc07dd9d002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8df394e7287b7d5f0c751fe5b5cb7d62b6e82e281d0d32df6ec90cc07dd9d002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8df394e7287b7d5f0c751fe5b5cb7d62b6e82e281d0d32df6ec90cc07dd9d002", kill_on_drop: false }` [INFO] [stdout] 8df394e7287b7d5f0c751fe5b5cb7d62b6e82e281d0d32df6ec90cc07dd9d002 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 812d9ab870ca8a73c96c29fed9af1eb58298a8f7865aee5400e12312447b3a8f [INFO] running `Command { std: "docker" "start" "-a" "812d9ab870ca8a73c96c29fed9af1eb58298a8f7865aee5400e12312447b3a8f", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking casc-rs v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/casc_storage.rs:328:28 [INFO] [stdout] | [INFO] [stdout] 328 | reader.read_array::(frame_count as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/casc_storage.rs:395:41 [INFO] [stdout] | [INFO] [stdout] 395 | let block_table_frames = reader.read_array::(frame_count as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:83:37 [INFO] [stdout] | [INFO] [stdout] 83 | let path_table_buf = reader.read_array::(header.path_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | let vfs_table_buf = reader.read_array::(header.vfs_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:89:36 [INFO] [stdout] | [INFO] [stdout] 89 | let cft_table_buf = reader.read_array::(header.cft_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/casc_storage.rs:328:28 [INFO] [stdout] | [INFO] [stdout] 328 | reader.read_array::(frame_count as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/casc_storage.rs:395:41 [INFO] [stdout] | [INFO] [stdout] 395 | let block_table_frames = reader.read_array::(frame_count as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:83:37 [INFO] [stdout] | [INFO] [stdout] 83 | let path_table_buf = reader.read_array::(header.path_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | let vfs_table_buf = reader.read_array::(header.vfs_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/root_handlers/tvfs_root_handler.rs:89:36 [INFO] [stdout] | [INFO] [stdout] 89 | let cft_table_buf = reader.read_array::(header.cft_table_size as usize)?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `ArrayReadExt::read_array(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(read_array)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "812d9ab870ca8a73c96c29fed9af1eb58298a8f7865aee5400e12312447b3a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "812d9ab870ca8a73c96c29fed9af1eb58298a8f7865aee5400e12312447b3a8f", kill_on_drop: false }` [INFO] [stdout] 812d9ab870ca8a73c96c29fed9af1eb58298a8f7865aee5400e12312447b3a8f