[INFO] updating cached repository https://github.com/maniacalmm/tokio-examples
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] ba5b987a617d3a211605027b1f732d07f9378085
[INFO] checking maniacalmm/tokio-examples against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaniacalmm%2Ftokio-examples" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maniacalmm/tokio-examples on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/maniacalmm/tokio-examples
[INFO] finished tweaking git repo https://github.com/maniacalmm/tokio-examples
[INFO] tweaked toml for git repo https://github.com/maniacalmm/tokio-examples written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/maniacalmm/tokio-examples already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9ae396b7f4aa775ce6caf7c113f5d8fe05c6dc06cc60d75d3dfcbc29b68a9be6
[INFO] running `"docker" "start" "-a" "9ae396b7f4aa775ce6caf7c113f5d8fe05c6dc06cc60d75d3dfcbc29b68a9be6"`
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking tokio-threadpool v0.1.13
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking tokio-fs v0.1.6
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.18
[INFO] [stderr]     Checking sketch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find value `read` in this scope
[INFO] [stderr]   --> examples/connect.rs:31:22
[INFO] [stderr]    |
[INFO] [stderr] 31 |     thread::spawn(|| read)
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use core::ptr::read;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::fs::read;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::ptr::read;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use tokio::fs::read;
[INFO] [stderr]    |
[INFO] [stderr]      and 2 other candidates
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]  --> examples/connect.rs:7:27
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::io::{self, Read, Write};
[INFO] [stderr]   |                           ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> examples/connect.rs:14:29
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn main() -> Result<(), Box<std::error::Error>> {
[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]  --> examples/hello_world.rs:6:33
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn main() -> Result<(), Box<std::error::Error>> {
[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]   --> examples/echo.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn main() -> Result<(), Box<std::error::Error>> {
[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] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `sketch`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "9ae396b7f4aa775ce6caf7c113f5d8fe05c6dc06cc60d75d3dfcbc29b68a9be6"`
[INFO] running `"docker" "rm" "-f" "9ae396b7f4aa775ce6caf7c113f5d8fe05c6dc06cc60d75d3dfcbc29b68a9be6"`
[INFO] [stdout] 9ae396b7f4aa775ce6caf7c113f5d8fe05c6dc06cc60d75d3dfcbc29b68a9be6
