[INFO] updating cached repository koenw/resh [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/koenw/resh [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/koenw/resh" "work/ex/beta-1.37-6/sources/1.36.0/gh/koenw/resh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/koenw/resh'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/koenw/resh" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d4380a44c713f0831cf8d85c5c1cacd0990cc8b9 [INFO] sha for GitHub repo koenw/resh: d4380a44c713f0831cf8d85c5c1cacd0990cc8b9 [INFO] validating manifest of koenw/resh on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of koenw/resh on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing koenw/resh [INFO] finished frobbing koenw/resh [INFO] frobbed toml for koenw/resh written to work/ex/beta-1.37-6/sources/1.36.0/gh/koenw/resh/Cargo.toml [INFO] started frobbing koenw/resh [INFO] finished frobbing koenw/resh [INFO] frobbed toml for koenw/resh written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh/Cargo.toml [INFO] crate koenw/resh already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/koenw/resh/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing koenw/resh against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] ca4350f2782e66ec4d6dad098a9722a4c1da82344343da928c90e9e5574a3cb8 [INFO] running `"docker" "start" "-a" "ca4350f2782e66ec4d6dad098a9722a4c1da82344343da928c90e9e5574a3cb8"` [INFO] [stderr] Compiling resh v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:27:74 [INFO] [stderr] | [INFO] [stderr] 27 | fn read_config>(path: P) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:37:50 [INFO] [stderr] | [INFO] [stderr] 37 | fn run_command(command: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | .arg((Arg::with_name("command") [INFO] [stderr] | ______________^ [INFO] [stderr] 55 | | .short("-c") [INFO] [stderr] 56 | | .help("Alias of command to execute") [INFO] [stderr] 57 | | .value_name("COMMAND"))) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 54 | .arg(Arg::with_name("command") [INFO] [stderr] 55 | .short("-c") [INFO] [stderr] 56 | .help("Alias of command to execute") [INFO] [stderr] 57 | .value_name("COMMAND")) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.58s [INFO] running `"docker" "inspect" "ca4350f2782e66ec4d6dad098a9722a4c1da82344343da928c90e9e5574a3cb8"` [INFO] running `"docker" "rm" "-f" "ca4350f2782e66ec4d6dad098a9722a4c1da82344343da928c90e9e5574a3cb8"` [INFO] [stdout] ca4350f2782e66ec4d6dad098a9722a4c1da82344343da928c90e9e5574a3cb8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 856c212baa77d5ac48f4defb08e90b5cf5dc8fca566e1f3e7135b8abcdcf958f [INFO] running `"docker" "start" "-a" "856c212baa77d5ac48f4defb08e90b5cf5dc8fca566e1f3e7135b8abcdcf958f"` [INFO] [stderr] Compiling resh v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:27:74 [INFO] [stderr] | [INFO] [stderr] 27 | fn read_config>(path: P) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:37:50 [INFO] [stderr] | [INFO] [stderr] 37 | fn run_command(command: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | .arg((Arg::with_name("command") [INFO] [stderr] | ______________^ [INFO] [stderr] 55 | | .short("-c") [INFO] [stderr] 56 | | .help("Alias of command to execute") [INFO] [stderr] 57 | | .value_name("COMMAND"))) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 54 | .arg(Arg::with_name("command") [INFO] [stderr] 55 | .short("-c") [INFO] [stderr] 56 | .help("Alias of command to execute") [INFO] [stderr] 57 | .value_name("COMMAND")) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "856c212baa77d5ac48f4defb08e90b5cf5dc8fca566e1f3e7135b8abcdcf958f"` [INFO] running `"docker" "rm" "-f" "856c212baa77d5ac48f4defb08e90b5cf5dc8fca566e1f3e7135b8abcdcf958f"` [INFO] [stdout] 856c212baa77d5ac48f4defb08e90b5cf5dc8fca566e1f3e7135b8abcdcf958f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/koenw/resh:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 0fad2e149acb089d6a1b3d9f72bf12b092ec6249924f93d8f4a4dc3e918b22e1 [INFO] running `"docker" "start" "-a" "0fad2e149acb089d6a1b3d9f72bf12b092ec6249924f93d8f4a4dc3e918b22e1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/resh-bbfc55c2474c83e3 [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" "0fad2e149acb089d6a1b3d9f72bf12b092ec6249924f93d8f4a4dc3e918b22e1"` [INFO] running `"docker" "rm" "-f" "0fad2e149acb089d6a1b3d9f72bf12b092ec6249924f93d8f4a4dc3e918b22e1"` [INFO] [stdout] 0fad2e149acb089d6a1b3d9f72bf12b092ec6249924f93d8f4a4dc3e918b22e1