[INFO] updating cached repository https://github.com/mitsuhiko/unbox [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] 2ed7338b491e5a258c17d076245f2e3c62510d8b [INFO] testing mitsuhiko/unbox against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmitsuhiko%2Funbox" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mitsuhiko/unbox on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mitsuhiko/unbox [INFO] finished tweaking git repo https://github.com/mitsuhiko/unbox [INFO] tweaked toml for git repo https://github.com/mitsuhiko/unbox written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mitsuhiko/unbox already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 201424d105c29f93c170b10b09273864b137986254e5f704feb44ae77dadd039 [INFO] running `"docker" "start" "-a" "201424d105c29f93c170b10b09273864b137986254e5f704feb44ae77dadd039"` [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling strum v0.13.0 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling miniz_oxide v0.2.0 [INFO] [stderr] Compiling lzma-sys v0.1.12 [INFO] [stderr] Compiling ar v0.6.2 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling xz2 v0.1.6 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling tree_magic v0.2.1 [INFO] [stderr] Compiling zip v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling cab v0.2.0 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling console v0.7.2 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling strum_macros v0.13.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling goblin v0.0.19 [INFO] [stderr] Compiling unbox v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/archive.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/archive.rs:60:45 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn create>(archive: &Archive, dst: &P) -> Result { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Archive` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/cli.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.39s [INFO] running `"docker" "inspect" "201424d105c29f93c170b10b09273864b137986254e5f704feb44ae77dadd039"` [INFO] running `"docker" "rm" "-f" "201424d105c29f93c170b10b09273864b137986254e5f704feb44ae77dadd039"` [INFO] [stdout] 201424d105c29f93c170b10b09273864b137986254e5f704feb44ae77dadd039 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c85c3ff9edc6800b9efa2f9626aeda8a9bf1c828e4cc1eacf3f63a9b1e9e7623 [INFO] running `"docker" "start" "-a" "c85c3ff9edc6800b9efa2f9626aeda8a9bf1c828e4cc1eacf3f63a9b1e9e7623"` [INFO] [stderr] Compiling unbox v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/archive.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/archive.rs:60:45 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn create>(archive: &Archive, dst: &P) -> Result { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Archive` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/cli.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.54s [INFO] running `"docker" "inspect" "c85c3ff9edc6800b9efa2f9626aeda8a9bf1c828e4cc1eacf3f63a9b1e9e7623"` [INFO] running `"docker" "rm" "-f" "c85c3ff9edc6800b9efa2f9626aeda8a9bf1c828e4cc1eacf3f63a9b1e9e7623"` [INFO] [stdout] c85c3ff9edc6800b9efa2f9626aeda8a9bf1c828e4cc1eacf3f63a9b1e9e7623 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] cf834e917b790f7cb4cdc1c57a11b1ffa4019e2c2588bb9cab933aef85b9fe7b [INFO] running `"docker" "start" "-a" "cf834e917b790f7cb4cdc1c57a11b1ffa4019e2c2588bb9cab933aef85b9fe7b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/unbox-3ddb9ae9b7239b57 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test utils::test_increment_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cf834e917b790f7cb4cdc1c57a11b1ffa4019e2c2588bb9cab933aef85b9fe7b"` [INFO] running `"docker" "rm" "-f" "cf834e917b790f7cb4cdc1c57a11b1ffa4019e2c2588bb9cab933aef85b9fe7b"` [INFO] [stdout] cf834e917b790f7cb4cdc1c57a11b1ffa4019e2c2588bb9cab933aef85b9fe7b