[INFO] crate crates-mirror 0.2.1 is already in cache [INFO] extracting crate crates-mirror 0.2.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/crates-mirror/0.2.1 [INFO] extracting crate crates-mirror 0.2.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crates-mirror/0.2.1 [INFO] validating manifest of crates-mirror-0.2.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of crates-mirror-0.2.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing crates-mirror-0.2.1 [INFO] finished frobbing crates-mirror-0.2.1 [INFO] frobbed toml for crates-mirror-0.2.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/crates-mirror/0.2.1/Cargo.toml [INFO] started frobbing crates-mirror-0.2.1 [INFO] finished frobbing crates-mirror-0.2.1 [INFO] frobbed toml for crates-mirror-0.2.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crates-mirror/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing crates-mirror-0.2.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/crates-mirror/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] d1fe964f087ee3ec0a58bffbda900fb4625bf7528729bd90ccdb925cc9111487 [INFO] running `"docker" "start" "-a" "d1fe964f087ee3ec0a58bffbda900fb4625bf7528729bd90ccdb925cc9111487"` [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling generic-array v0.5.1 [INFO] [stderr] Compiling curl v0.4.22 [INFO] [stderr] Compiling digest-buffer v0.1.2 [INFO] [stderr] Compiling digest v0.2.1 [INFO] [stderr] Compiling sha2 v0.2.0 [INFO] [stderr] Compiling crates-mirror v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/main.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 25 | use std::fs::{create_dir_all, File}; [INFO] [stderr] | ---- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 70 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(unused_imports)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: the item `Read` is imported redundantly [INFO] [stderr] --> src/main.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 26 | use std::io::{BufWriter, Write, Read, BufReader, BufRead}; [INFO] [stderr] | ---- the item `Read` is already imported here [INFO] [stderr] ... [INFO] [stderr] 71 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.97s [INFO] running `"docker" "inspect" "d1fe964f087ee3ec0a58bffbda900fb4625bf7528729bd90ccdb925cc9111487"` [INFO] running `"docker" "rm" "-f" "d1fe964f087ee3ec0a58bffbda900fb4625bf7528729bd90ccdb925cc9111487"` [INFO] [stdout] d1fe964f087ee3ec0a58bffbda900fb4625bf7528729bd90ccdb925cc9111487 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/crates-mirror/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f03e19ef0d38a3e854761c00821057aa9d55945ea47d7f096ca95a4732e4e72a [INFO] running `"docker" "start" "-a" "f03e19ef0d38a3e854761c00821057aa9d55945ea47d7f096ca95a4732e4e72a"` [INFO] [stderr] Compiling crates-mirror v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/main.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 25 | use std::fs::{create_dir_all, File}; [INFO] [stderr] | ---- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 70 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(unused_imports)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: the item `Read` is imported redundantly [INFO] [stderr] --> src/main.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 26 | use std::io::{BufWriter, Write, Read, BufReader, BufRead}; [INFO] [stderr] | ---- the item `Read` is already imported here [INFO] [stderr] ... [INFO] [stderr] 71 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `"docker" "inspect" "f03e19ef0d38a3e854761c00821057aa9d55945ea47d7f096ca95a4732e4e72a"` [INFO] running `"docker" "rm" "-f" "f03e19ef0d38a3e854761c00821057aa9d55945ea47d7f096ca95a4732e4e72a"` [INFO] [stdout] f03e19ef0d38a3e854761c00821057aa9d55945ea47d7f096ca95a4732e4e72a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/crates-mirror/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 60461c400219e95f001124733e6d5cc0f9a0bd3e2c02e745a3cfdf3cec61db0c [INFO] running `"docker" "start" "-a" "60461c400219e95f001124733e6d5cc0f9a0bd3e2c02e745a3cfdf3cec61db0c"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/crates_mirror-1a327e8a32661de7 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "60461c400219e95f001124733e6d5cc0f9a0bd3e2c02e745a3cfdf3cec61db0c"` [INFO] running `"docker" "rm" "-f" "60461c400219e95f001124733e6d5cc0f9a0bd3e2c02e745a3cfdf3cec61db0c"` [INFO] [stdout] 60461c400219e95f001124733e6d5cc0f9a0bd3e2c02e745a3cfdf3cec61db0c