[INFO] updating cached repository LucioFranco/mockwatchlogs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LucioFranco/mockwatchlogs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LucioFranco/mockwatchlogs" "work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/gh/LucioFranco/mockwatchlogs"` [INFO] [stderr] Cloning into 'work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/gh/LucioFranco/mockwatchlogs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LucioFranco/mockwatchlogs" "work/ex/pr-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/gh/LucioFranco/mockwatchlogs"` [INFO] [stderr] Cloning into 'work/ex/pr-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/gh/LucioFranco/mockwatchlogs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 61e38d4caa0488772d6f3776b903580a7e5e053b [INFO] sha for GitHub repo LucioFranco/mockwatchlogs: 61e38d4caa0488772d6f3776b903580a7e5e053b [INFO] validating manifest of LucioFranco/mockwatchlogs on toolchain master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of LucioFranco/mockwatchlogs on toolchain try#097e26225c5cc28d3042ad4c80eac7c488f78ee7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing LucioFranco/mockwatchlogs [INFO] finished frobbing LucioFranco/mockwatchlogs [INFO] frobbed toml for LucioFranco/mockwatchlogs written to work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/gh/LucioFranco/mockwatchlogs/Cargo.toml [INFO] started frobbing LucioFranco/mockwatchlogs [INFO] finished frobbing LucioFranco/mockwatchlogs [INFO] frobbed toml for LucioFranco/mockwatchlogs written to work/ex/pr-60932/sources/try#097e26225c5cc28d3042ad4c80eac7c488f78ee7/gh/LucioFranco/mockwatchlogs/Cargo.toml [INFO] crate LucioFranco/mockwatchlogs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+097e26225c5cc28d3042ad4c80eac7c488f78ee7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking LucioFranco/mockwatchlogs against master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4 for pr-60932 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60932/worker-6/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60932/sources/master#548add7f61bfcbe3bea3f5ccefb53c84da8fefe4/gh/LucioFranco/mockwatchlogs:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+548add7f61bfcbe3bea3f5ccefb53c84da8fefe4-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c042bb7c59e1c179bac2d29bf21b4a108b1b5a889e6d3a2f6aa7fae56bab2f14 [INFO] running `"docker" "start" "-a" "c042bb7c59e1c179bac2d29bf21b4a108b1b5a889e6d3a2f6aa7fae56bab2f14"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Checking tokio-trace-core v0.1.0 (https://github.com/tokio-rs/tokio#e28856cf) [INFO] [stderr] Checking tower-service v0.2.0 (https://github.com/tower-rs/tower#fb01af2a) [INFO] [stderr] Compiling rusoto_core v0.36.0 [INFO] [stderr] Compiling syn v0.15.27 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tower-layer v0.1.0 (https://github.com/tower-rs/tower#fb01af2a) [INFO] [stderr] Checking tower-add-origin v0.1.0 (https://github.com/tower-rs/tower-http#786816a0) [INFO] [stderr] Checking tower-util v0.1.0 (https://github.com/tower-rs/tower#fb01af2a) [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-trace v0.0.1 (https://github.com/tokio-rs/tokio#e28856cf) [INFO] [stderr] Checking tokio-trace-fmt v0.1.0 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Checking tower-retry v0.1.0 (https://github.com/tower-rs/tower#fb01af2a) [INFO] [stderr] Checking tower-http v0.1.0 (https://github.com/tower-rs/tower-http#786816a0) [INFO] [stderr] Checking tokio-trace-subscriber v0.0.1 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Checking tokio v0.1.16 [INFO] [stderr] Checking tokio-trace-log v0.0.1 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Checking tokio-trace-env-logger v0.1.0 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Checking tokio-trace-futures v0.0.1 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Checking tokio-trace-tower-http v0.1.0 (https://github.com/tokio-rs/tokio-trace-nursery#ad5e1eb4) [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking tower-hyper v0.1.0 (https://github.com/tower-rs/tower-hyper#82687373) [INFO] [stderr] Checking serde v1.0.89 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking rusoto_credential v0.15.0 [INFO] [stderr] Checking mockwatchlogs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking rusoto_logs v0.36.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "c042bb7c59e1c179bac2d29bf21b4a108b1b5a889e6d3a2f6aa7fae56bab2f14"` [INFO] running `"docker" "rm" "-f" "c042bb7c59e1c179bac2d29bf21b4a108b1b5a889e6d3a2f6aa7fae56bab2f14"` [INFO] [stdout] c042bb7c59e1c179bac2d29bf21b4a108b1b5a889e6d3a2f6aa7fae56bab2f14