[INFO] updating cached repository https://github.com/nak3/cask-cli [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] 790308f71f78c4a24a6fac72fd670ed048b34bb9 [INFO] testing nak3/cask-cli against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnak3%2Fcask-cli" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nak3/cask-cli on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nak3/cask-cli [INFO] finished tweaking git repo https://github.com/nak3/cask-cli [INFO] tweaked toml for git repo https://github.com/nak3/cask-cli written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nak3/cask-cli already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 94d4261f569468fcc73e7003470b40348bc0e95a4f0e2ef56da75af062891cf2 [INFO] running `"docker" "start" "-a" "94d4261f569468fcc73e7003470b40348bc0e95a4f0e2ef56da75af062891cf2"` [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling encode_unicode v0.3.1 [INFO] [stderr] Compiling cmake v0.1.26 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling fs2 v0.4.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling xxhash-sys v0.1.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling shrust v0.0.4 [INFO] [stderr] Compiling xxhash2 v0.1.0 [INFO] [stderr] Compiling cask v0.7.1 (https://github.com/andresilva/cask#f6cfae9f) [INFO] [stderr] Compiling cask-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/operation.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | let mut shell = Shell::new((cask.clone())); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.87s [INFO] running `"docker" "inspect" "94d4261f569468fcc73e7003470b40348bc0e95a4f0e2ef56da75af062891cf2"` [INFO] running `"docker" "rm" "-f" "94d4261f569468fcc73e7003470b40348bc0e95a4f0e2ef56da75af062891cf2"` [INFO] [stdout] 94d4261f569468fcc73e7003470b40348bc0e95a4f0e2ef56da75af062891cf2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] cb9b50435f883b6719d210b29acd69a91ba3c8b90dc8869fc36e70f68db88571 [INFO] running `"docker" "start" "-a" "cb9b50435f883b6719d210b29acd69a91ba3c8b90dc8869fc36e70f68db88571"` [INFO] [stderr] Compiling cask-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/operation.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | let mut shell = Shell::new((cask.clone())); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `"docker" "inspect" "cb9b50435f883b6719d210b29acd69a91ba3c8b90dc8869fc36e70f68db88571"` [INFO] running `"docker" "rm" "-f" "cb9b50435f883b6719d210b29acd69a91ba3c8b90dc8869fc36e70f68db88571"` [INFO] [stdout] cb9b50435f883b6719d210b29acd69a91ba3c8b90dc8869fc36e70f68db88571 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 7daaa1b73b92a1377e05e8e61436414baf9ff47139c21411bf65d53fef4fa78b [INFO] running `"docker" "start" "-a" "7daaa1b73b92a1377e05e8e61436414baf9ff47139c21411bf65d53fef4fa78b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cask_cli-799b2aad25de0f66 [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" "7daaa1b73b92a1377e05e8e61436414baf9ff47139c21411bf65d53fef4fa78b"` [INFO] running `"docker" "rm" "-f" "7daaa1b73b92a1377e05e8e61436414baf9ff47139c21411bf65d53fef4fa78b"` [INFO] [stdout] 7daaa1b73b92a1377e05e8e61436414baf9ff47139c21411bf65d53fef4fa78b