[INFO] updating cached repository https://github.com/dzamlo/treeify [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] 999001b223152441198f117a68fb81f57bc086dd [INFO] testing dzamlo/treeify against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzamlo%2Ftreeify" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dzamlo/treeify 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/dzamlo/treeify [INFO] finished tweaking git repo https://github.com/dzamlo/treeify [INFO] tweaked toml for git repo https://github.com/dzamlo/treeify written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dzamlo/treeify 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] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 0bb83a37336fdebf7f71f0a72aa5d024a30781bfbe45de900b4cbc2a58f0f474 [INFO] running `"docker" "start" "-a" "0bb83a37336fdebf7f71f0a72aa5d024a30781bfbe45de900b4cbc2a58f0f474"` [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling treeify v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | try!(write!(output, "{} ", c)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | try!(write!(output, "{} ", LAST_HORIZONTAL_STR)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | try!(write!(output, "{} ", HORIZONTAL_STR,)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | try!(writeln!(output, "{}", name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | try!(print_line(out, &lasts[..], &*self.name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | try!(child.print(out, lasts)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.48s [INFO] running `"docker" "inspect" "0bb83a37336fdebf7f71f0a72aa5d024a30781bfbe45de900b4cbc2a58f0f474"` [INFO] running `"docker" "rm" "-f" "0bb83a37336fdebf7f71f0a72aa5d024a30781bfbe45de900b4cbc2a58f0f474"` [INFO] [stdout] 0bb83a37336fdebf7f71f0a72aa5d024a30781bfbe45de900b4cbc2a58f0f474 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 0824c4c19df20737619f1a216cddbf3800a12cfcef488f03f35c365220e02b03 [INFO] running `"docker" "start" "-a" "0824c4c19df20737619f1a216cddbf3800a12cfcef488f03f35c365220e02b03"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling treeify v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | try!(write!(output, "{} ", c)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | try!(write!(output, "{} ", LAST_HORIZONTAL_STR)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | try!(write!(output, "{} ", HORIZONTAL_STR,)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | try!(writeln!(output, "{}", name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | try!(print_line(out, &lasts[..], &*self.name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/filetree.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | try!(child.print(out, lasts)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "0824c4c19df20737619f1a216cddbf3800a12cfcef488f03f35c365220e02b03"` [INFO] running `"docker" "rm" "-f" "0824c4c19df20737619f1a216cddbf3800a12cfcef488f03f35c365220e02b03"` [INFO] [stdout] 0824c4c19df20737619f1a216cddbf3800a12cfcef488f03f35c365220e02b03 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] c68f551f02cf1c4ab03843c8c62e3eebdf2aea486d3ee542b827c20e6f751b0c [INFO] running `"docker" "start" "-a" "c68f551f02cf1c4ab03843c8c62e3eebdf2aea486d3ee542b827c20e6f751b0c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/treeify-216759e54edda23d [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test filetree::tests::test_tree_creation1 ... ok [INFO] [stdout] test filetree::tests::test_trees_creation ... ok [INFO] [stdout] test filetree::tests::test_tree_creation2 ... ok [INFO] [stdout] test filetree::tests::test_print_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c68f551f02cf1c4ab03843c8c62e3eebdf2aea486d3ee542b827c20e6f751b0c"` [INFO] running `"docker" "rm" "-f" "c68f551f02cf1c4ab03843c8c62e3eebdf2aea486d3ee542b827c20e6f751b0c"` [INFO] [stdout] c68f551f02cf1c4ab03843c8c62e3eebdf2aea486d3ee542b827c20e6f751b0c