[INFO] updating cached repository https://github.com/abhaydgarg/disktree [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] ce0af345d800d12fcd7a68fa961977f55e8e97d9 [INFO] testing abhaydgarg/disktree against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabhaydgarg%2Fdisktree" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abhaydgarg/disktree 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/abhaydgarg/disktree [INFO] finished tweaking git repo https://github.com/abhaydgarg/disktree [INFO] tweaked toml for git repo https://github.com/abhaydgarg/disktree written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/abhaydgarg/disktree 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 88e443a7da347002a0cc4c609968ea437d4c393d3eeff1938295b1e6968c1b6b [INFO] running `"docker" "start" "-a" "88e443a7da347002a0cc4c609968ea437d4c393d3eeff1938295b1e6968c1b6b"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling strum v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling strum_macros v0.8.0 [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling spinner v0.4.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling spinners v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling byte-unit v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling directory-tree v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.53s [INFO] running `"docker" "inspect" "88e443a7da347002a0cc4c609968ea437d4c393d3eeff1938295b1e6968c1b6b"` [INFO] running `"docker" "rm" "-f" "88e443a7da347002a0cc4c609968ea437d4c393d3eeff1938295b1e6968c1b6b"` [INFO] [stdout] 88e443a7da347002a0cc4c609968ea437d4c393d3eeff1938295b1e6968c1b6b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 8271b53db83cfc6b6c4387359c60469099c6a614985d3becab7693e560d8c818 [INFO] running `"docker" "start" "-a" "8271b53db83cfc6b6c4387359c60469099c6a614985d3becab7693e560d8c818"` [INFO] [stderr] Compiling directory-tree v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "8271b53db83cfc6b6c4387359c60469099c6a614985d3becab7693e560d8c818"` [INFO] running `"docker" "rm" "-f" "8271b53db83cfc6b6c4387359c60469099c6a614985d3becab7693e560d8c818"` [INFO] [stdout] 8271b53db83cfc6b6c4387359c60469099c6a614985d3becab7693e560d8c818 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 5d28e3942f17532ee987e9370e0974cce6c7131a80f1a4245d6146aeaf4a68c8 [INFO] running `"docker" "start" "-a" "5d28e3942f17532ee987e9370e0974cce6c7131a80f1a4245d6146aeaf4a68c8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/directory_tree-45e9ec4cc44b2ecc [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" "5d28e3942f17532ee987e9370e0974cce6c7131a80f1a4245d6146aeaf4a68c8"` [INFO] running `"docker" "rm" "-f" "5d28e3942f17532ee987e9370e0974cce6c7131a80f1a4245d6146aeaf4a68c8"` [INFO] [stdout] 5d28e3942f17532ee987e9370e0974cce6c7131a80f1a4245d6146aeaf4a68c8