[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] testing yegorov-boris/feed against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyegorov-boris%2Ffeed" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yegorov-boris/feed on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-11/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b7da4892811145252e54a62a689d70c456a62e5c0f073ac6f299a7015f11fb89 [INFO] running `"docker" "start" "-a" "b7da4892811145252e54a62a689d70c456a62e5c0f073ac6f299a7015f11fb89"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling hyper-router v0.5.0 [INFO] [stderr] Compiling 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] 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; 2 warnings emitted [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] running `"docker" "inspect" "b7da4892811145252e54a62a689d70c456a62e5c0f073ac6f299a7015f11fb89"` [INFO] running `"docker" "rm" "-f" "b7da4892811145252e54a62a689d70c456a62e5c0f073ac6f299a7015f11fb89"` [INFO] [stdout] b7da4892811145252e54a62a689d70c456a62e5c0f073ac6f299a7015f11fb89