[INFO] crate tokio-timer 0.2.8 is already in cache
[INFO] extracting crate tokio-timer 0.2.8 into work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/tokio-timer/0.2.8
[INFO] extracting crate tokio-timer 0.2.8 into work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/tokio-timer/0.2.8
[INFO] validating manifest of tokio-timer-0.2.8 on toolchain master#df25d79a33b0c82b716699a75a41bfdc6089850a
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of tokio-timer-0.2.8 on toolchain try#424a4ae163d6517f301cd4048a4b5dd785be5b2f
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing tokio-timer-0.2.8
[INFO] finished frobbing tokio-timer-0.2.8
[INFO] frobbed toml for tokio-timer-0.2.8 written to work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/tokio-timer/0.2.8/Cargo.toml
[INFO] started frobbing tokio-timer-0.2.8
[INFO] finished frobbing tokio-timer-0.2.8
[INFO] frobbed toml for tokio-timer-0.2.8 written to work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/tokio-timer/0.2.8/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] checking tokio-timer-0.2.8 against master#df25d79a33b0c82b716699a75a41bfdc6089850a for pr-59928
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-59928/worker-5/master#df25d79a33b0c82b716699a75a41bfdc6089850a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/tokio-timer/0.2.8:/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" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 66fe8cc31ec3391c8a31638a732f28b73e3b50dbdb711046a9fbcc0ba90edfaa
[INFO] running `"docker" "start" "-a" "66fe8cc31ec3391c8a31638a732f28b73e3b50dbdb711046a9fbcc0ba90edfaa"`
[INFO] [stderr] Checking tokio-mock-task v0.1.1
[INFO] [stderr] Checking tokio-timer v0.2.8 (/opt/crater/workdir)
[INFO] [stderr] error: unused doc comment
[INFO] [stderr] --> src/clock/clock.rs:20:1
[INFO] [stderr] |
[INFO] [stderr] 20 | /// Thread-local tracking the current clock
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | thread_local!(static CLOCK: Cell