[INFO] updating cached repository https://github.com/yegorov-boris/feed
[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] 510d1b79cb0f9e03daef322cf6bd583279f3f7fa
[INFO] checking yegorov-boris/feed against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyegorov-boris%2Ffeed" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/yegorov-boris/feed 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/yegorov-boris/feed
[INFO] finished tweaking git repo https://github.com/yegorov-boris/feed
[INFO] tweaked toml for git repo https://github.com/yegorov-boris/feed written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/yegorov-boris/feed already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 6ba23d745313a43e1b7196bfdad5dabd682da949126655a34f53d186ac775ed1
[INFO] running `"docker" "start" "-a" "6ba23d745313a43e1b7196bfdad5dabd682da949126655a34f53d186ac775ed1"`
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]    Compiling serde_derive v1.0.102
[INFO] [stderr]     Checking hyper-router v0.5.0
[INFO] [stderr]     Checking feed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `Method`
[INFO] [stderr]  --> src/handlers/profiles.rs:1:38
[INFO] [stderr]   |
[INFO] [stderr] 1 | use hyper::{Request, Response, Body, Method};
[INFO] [stderr]   |                                      ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Method`
[INFO] [stderr]  --> src/handlers/posts.rs:1:38
[INFO] [stderr]   |
[INFO] [stderr] 1 | use hyper::{Request, Response, Body, Method};
[INFO] [stderr]   |                                      ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Method`
[INFO] [stderr]  --> src/handlers/profiles.rs:1:38
[INFO] [stderr]   |
[INFO] [stderr] 1 | use hyper::{Request, Response, Body, Method};
[INFO] [stderr]   |                                      ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Method`
[INFO] [stderr]  --> src/handlers/posts.rs:1:38
[INFO] [stderr]   |
[INFO] [stderr] 1 | use hyper::{Request, Response, Body, Method};
[INFO] [stderr]   |                                      ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `&hyper::Body: std::io::Read` is not satisfied
[INFO] [stderr]     --> src/handlers/profiles.rs:8:56
[INFO] [stderr]      |
[INFO] [stderr] 8    |     let profile : r::Profile = serde_json::from_reader(b).unwrap();
[INFO] [stderr]      |                                                        ^ the trait `std::io::Read` is not implemented for `&hyper::Body`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.41/src/de.rs:2257:8
[INFO] [stderr]      |
[INFO] [stderr] 2257 |     R: io::Read,
[INFO] [stderr]      |        -------- required by this bound in `serde_json::from_reader`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `&hyper::Body: std::io::Read` is not satisfied
[INFO] [stderr]     --> src/handlers/profiles.rs:8:56
[INFO] [stderr]      |
[INFO] [stderr] 8    |     let profile : r::Profile = serde_json::from_reader(b).unwrap();
[INFO] [stderr]      |                                                        ^ the trait `std::io::Read` is not implemented for `&hyper::Body`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.41/src/de.rs:2257:8
[INFO] [stderr]      |
[INFO] [stderr] 2257 |     R: io::Read,
[INFO] [stderr]      |        -------- required by this bound in `serde_json::from_reader`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `feed`.
[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: could not compile `feed`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6ba23d745313a43e1b7196bfdad5dabd682da949126655a34f53d186ac775ed1"`
[INFO] running `"docker" "rm" "-f" "6ba23d745313a43e1b7196bfdad5dabd682da949126655a34f53d186ac775ed1"`
[INFO] [stdout] 6ba23d745313a43e1b7196bfdad5dabd682da949126655a34f53d186ac775ed1
