[INFO] updating cached repository japaric/particle-tools [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/japaric/particle-tools [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/japaric/particle-tools" "work/ex/beta-1.38-1/sources/1.37.0/gh/japaric/particle-tools"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/japaric/particle-tools'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/japaric/particle-tools" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6fe4834581696ae8c07925bd32ef2360ab051aa0 [INFO] sha for GitHub repo japaric/particle-tools: 6fe4834581696ae8c07925bd32ef2360ab051aa0 [INFO] validating manifest of japaric/particle-tools on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of japaric/particle-tools on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing japaric/particle-tools [INFO] finished frobbing japaric/particle-tools [INFO] frobbed toml for japaric/particle-tools written to work/ex/beta-1.38-1/sources/1.37.0/gh/japaric/particle-tools/Cargo.toml [INFO] started frobbing japaric/particle-tools [INFO] finished frobbing japaric/particle-tools [INFO] frobbed toml for japaric/particle-tools written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools/Cargo.toml [INFO] crate japaric/particle-tools already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing japaric/particle-tools against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] d58f812d4170853b41441d7da5f19eb9f52832f96d04ca277682c80f54c48337 [INFO] running `"docker" "start" "-a" "d58f812d4170853b41441d7da5f19eb9f52832f96d04ca277682c80f54c48337"` [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling typenum v1.5.2 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling crc v1.4.0 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling generic-array v0.7.2 [INFO] [stderr] Compiling digest v0.5.2 [INFO] [stderr] Compiling digest-buffer v0.3.1 [INFO] [stderr] Compiling sha2 v0.5.2 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling particle-tools v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/bin/elf2bin.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 14 | use std::io::{Read, Write}; [INFO] [stderr] | ----- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 28 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.71s [INFO] running `"docker" "inspect" "d58f812d4170853b41441d7da5f19eb9f52832f96d04ca277682c80f54c48337"` [INFO] running `"docker" "rm" "-f" "d58f812d4170853b41441d7da5f19eb9f52832f96d04ca277682c80f54c48337"` [INFO] [stdout] d58f812d4170853b41441d7da5f19eb9f52832f96d04ca277682c80f54c48337 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0ae9c32ab4ac5658be0bcb5054b85d553b7fb4d59d7097e2b54ad2ac5285513d [INFO] running `"docker" "start" "-a" "0ae9c32ab4ac5658be0bcb5054b85d553b7fb4d59d7097e2b54ad2ac5285513d"` [INFO] [stderr] Compiling particle-tools v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/bin/elf2bin.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 14 | use std::io::{Read, Write}; [INFO] [stderr] | ----- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 28 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "0ae9c32ab4ac5658be0bcb5054b85d553b7fb4d59d7097e2b54ad2ac5285513d"` [INFO] running `"docker" "rm" "-f" "0ae9c32ab4ac5658be0bcb5054b85d553b7fb4d59d7097e2b54ad2ac5285513d"` [INFO] [stdout] 0ae9c32ab4ac5658be0bcb5054b85d553b7fb4d59d7097e2b54ad2ac5285513d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/japaric/particle-tools:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 089ffe22b1978cd71cada82160ec2887efbb978e336dfbff4681ea5730d58a5a [INFO] running `"docker" "start" "-a" "089ffe22b1978cd71cada82160ec2887efbb978e336dfbff4681ea5730d58a5a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/elf2bin-01b0b6e6b6640e9d [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" "089ffe22b1978cd71cada82160ec2887efbb978e336dfbff4681ea5730d58a5a"` [INFO] running `"docker" "rm" "-f" "089ffe22b1978cd71cada82160ec2887efbb978e336dfbff4681ea5730d58a5a"` [INFO] [stdout] 089ffe22b1978cd71cada82160ec2887efbb978e336dfbff4681ea5730d58a5a