[INFO] cloning repository mcginty/shoop [INFO] running `"git" "clone" "--bare" "git://github.com/mcginty/shoop.git" "work/cache/sources/gh/mcginty/shoop"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mcginty/shoop'... [INFO] running `"git" "clone" "work/cache/sources/gh/mcginty/shoop" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/mcginty/shoop"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/mcginty/shoop'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mcginty/shoop" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/mcginty/shoop"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/mcginty/shoop'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b263bb1ee3e27122ce94cc1fe450cda313afeb2e [INFO] sha for GitHub repo mcginty/shoop: b263bb1ee3e27122ce94cc1fe450cda313afeb2e [INFO] validating manifest of mcginty/shoop on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mcginty/shoop on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mcginty/shoop [INFO] finished frobbing mcginty/shoop [INFO] frobbed toml for mcginty/shoop written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/mcginty/shoop/Cargo.toml [INFO] started frobbing mcginty/shoop [INFO] finished frobbing mcginty/shoop [INFO] frobbed toml for mcginty/shoop written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/mcginty/shoop/Cargo.toml [INFO] crate mcginty/shoop already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mcginty/shoop against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-1/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/mcginty/shoop:/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=forbid" "-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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 82311e4ef415231e28148bc5d2e0824cfd2a44a12012f9aeb80d3f229a29c8e6 [INFO] running `"docker" "start" "-a" "82311e4ef415231e28148bc5d2e0824cfd2a44a12012f9aeb80d3f229a29c8e6"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Checking rgb v0.8.13 [INFO] [stderr] Compiling libudt4-sys v0.2.0 [INFO] [stderr] Compiling shoop v0.1.1 (/opt/crater/workdir) [INFO] [stderr] Checking unix-daemonize v0.1.2 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling structopt-derive v0.2.17 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking structopt v0.2.17 [INFO] [stderr] Checking udt v0.2.0 [INFO] [stderr] warning: unused imports: `Distribution`, `Uniform` [INFO] [stderr] --> src/connection/crypto.rs:192:37 [INFO] [stderr] | [INFO] [stderr] 192 | use ::rand::distributions::{Distribution, Uniform}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.19s [INFO] running `"docker" "inspect" "82311e4ef415231e28148bc5d2e0824cfd2a44a12012f9aeb80d3f229a29c8e6"` [INFO] running `"docker" "rm" "-f" "82311e4ef415231e28148bc5d2e0824cfd2a44a12012f9aeb80d3f229a29c8e6"` [INFO] [stdout] 82311e4ef415231e28148bc5d2e0824cfd2a44a12012f9aeb80d3f229a29c8e6