[INFO] updating cached repository https://github.com/japaric/particle-tools [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6fe4834581696ae8c07925bd32ef2360ab051aa0 [INFO] testing japaric/particle-tools against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaparic%2Fparticle-tools" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/japaric/particle-tools on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/japaric/particle-tools [INFO] finished tweaking git repo https://github.com/japaric/particle-tools [INFO] tweaked toml for git repo https://github.com/japaric/particle-tools written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/japaric/particle-tools already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5c5a2078388f35b89b60a26f989680f4d7046136033fc3f995c1da092d1f6af8 [INFO] running `"docker" "start" "-a" "5c5a2078388f35b89b60a26f989680f4d7046136033fc3f995c1da092d1f6af8"` [INFO] [stderr] Compiling typenum v1.5.2 [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling clap v2.24.2 [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/rustwide/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 12.24s [INFO] running `"docker" "inspect" "5c5a2078388f35b89b60a26f989680f4d7046136033fc3f995c1da092d1f6af8"` [INFO] running `"docker" "rm" "-f" "5c5a2078388f35b89b60a26f989680f4d7046136033fc3f995c1da092d1f6af8"` [INFO] [stdout] 5c5a2078388f35b89b60a26f989680f4d7046136033fc3f995c1da092d1f6af8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 333d45c1ad0cbdc4f16d8199a18a0cb736a2c52a955788e85f84f7b738c96201 [INFO] running `"docker" "start" "-a" "333d45c1ad0cbdc4f16d8199a18a0cb736a2c52a955788e85f84f7b738c96201"` [INFO] [stderr] Compiling particle-tools v0.1.0 (/opt/rustwide/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.98s [INFO] running `"docker" "inspect" "333d45c1ad0cbdc4f16d8199a18a0cb736a2c52a955788e85f84f7b738c96201"` [INFO] running `"docker" "rm" "-f" "333d45c1ad0cbdc4f16d8199a18a0cb736a2c52a955788e85f84f7b738c96201"` [INFO] [stdout] 333d45c1ad0cbdc4f16d8199a18a0cb736a2c52a955788e85f84f7b738c96201 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] c5168a8b8e9aa82469842cc1a3345d85618d0ac72aafc12c7499832f5aaf7a75 [INFO] running `"docker" "start" "-a" "c5168a8b8e9aa82469842cc1a3345d85618d0ac72aafc12c7499832f5aaf7a75"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/elf2bin-b5ae46d6f38f8024 [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" "c5168a8b8e9aa82469842cc1a3345d85618d0ac72aafc12c7499832f5aaf7a75"` [INFO] running `"docker" "rm" "-f" "c5168a8b8e9aa82469842cc1a3345d85618d0ac72aafc12c7499832f5aaf7a75"` [INFO] [stdout] c5168a8b8e9aa82469842cc1a3345d85618d0ac72aafc12c7499832f5aaf7a75