[INFO] updating cached repository zaubermaerchen/roco [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zaubermaerchen/roco [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zaubermaerchen/roco" "work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zaubermaerchen/roco" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zaubermaerchen/roco"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zaubermaerchen/roco'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19b86d9255b1c403f2f93cc239cb302ea0f7c48d [INFO] sha for GitHub repo zaubermaerchen/roco: 19b86d9255b1c403f2f93cc239cb302ea0f7c48d [INFO] validating manifest of zaubermaerchen/roco 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 zaubermaerchen/roco 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 zaubermaerchen/roco [INFO] finished frobbing zaubermaerchen/roco [INFO] frobbed toml for zaubermaerchen/roco written to work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco/Cargo.toml [INFO] started frobbing zaubermaerchen/roco [INFO] finished frobbing zaubermaerchen/roco [INFO] frobbed toml for zaubermaerchen/roco written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zaubermaerchen/roco/Cargo.toml [INFO] crate zaubermaerchen/roco 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 zaubermaerchen/roco against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 92a0a361880a90a01c9df5c3aab859422cd1114a289fd6875358c3f2bb30883e [INFO] running `"docker" "start" "-a" "92a0a361880a90a01c9df5c3aab859422cd1114a289fd6875358c3f2bb30883e"` [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling roco v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:47:28 [INFO] [stderr] | [INFO] [stderr] 47 | let path: PathBuf = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | writeln!(&mut std::io::stderr(), "{}", e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/yaml_parser.rs:13:4 [INFO] [stderr] | [INFO] [stderr] 13 | writeln!(&mut std::io::stderr(), "{}", e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.24s [INFO] running `"docker" "inspect" "92a0a361880a90a01c9df5c3aab859422cd1114a289fd6875358c3f2bb30883e"` [INFO] running `"docker" "rm" "-f" "92a0a361880a90a01c9df5c3aab859422cd1114a289fd6875358c3f2bb30883e"` [INFO] [stdout] 92a0a361880a90a01c9df5c3aab859422cd1114a289fd6875358c3f2bb30883e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ff9526f1b8af9db1b716027af5a25f3b90048c977da6e961be8122ba7b163d5c [INFO] running `"docker" "start" "-a" "ff9526f1b8af9db1b716027af5a25f3b90048c977da6e961be8122ba7b163d5c"` [INFO] [stderr] Compiling roco v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:47:28 [INFO] [stderr] | [INFO] [stderr] 47 | let path: PathBuf = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | writeln!(&mut std::io::stderr(), "{}", e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/yaml_parser.rs:13:4 [INFO] [stderr] | [INFO] [stderr] 13 | writeln!(&mut std::io::stderr(), "{}", e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "ff9526f1b8af9db1b716027af5a25f3b90048c977da6e961be8122ba7b163d5c"` [INFO] running `"docker" "rm" "-f" "ff9526f1b8af9db1b716027af5a25f3b90048c977da6e961be8122ba7b163d5c"` [INFO] [stdout] ff9526f1b8af9db1b716027af5a25f3b90048c977da6e961be8122ba7b163d5c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/zaubermaerchen/roco:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 5c4284f2f49bac2a4e30b49b5e107e39c6e084bc0810291c9d1ef51c3b77d0bd [INFO] running `"docker" "start" "-a" "5c4284f2f49bac2a4e30b49b5e107e39c6e084bc0810291c9d1ef51c3b77d0bd"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Running /opt/crater/target/debug/deps/roco-3b42541b143a2187 [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" "5c4284f2f49bac2a4e30b49b5e107e39c6e084bc0810291c9d1ef51c3b77d0bd"` [INFO] running `"docker" "rm" "-f" "5c4284f2f49bac2a4e30b49b5e107e39c6e084bc0810291c9d1ef51c3b77d0bd"` [INFO] [stdout] 5c4284f2f49bac2a4e30b49b5e107e39c6e084bc0810291c9d1ef51c3b77d0bd