[INFO] cloning repository https://github.com/maxfindel/rust-basic-todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxfindel/rust-basic-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfindel%2Frust-basic-todo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfindel%2Frust-basic-todo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 00bfe8d3a21d5d19efecf65efae79dbaff962621 [INFO] checking maxfindel/rust-basic-todo against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfindel%2Frust-basic-todo" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maxfindel/rust-basic-todo on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maxfindel/rust-basic-todo [INFO] finished tweaking git repo https://github.com/maxfindel/rust-basic-todo [INFO] tweaked toml for git repo https://github.com/maxfindel/rust-basic-todo written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/maxfindel/rust-basic-todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a50120335c73c674b2dd2e070444764a5386f6b2a2e78dd7f0818239dde718d [INFO] running `Command { std: "docker" "start" "-a" "8a50120335c73c674b2dd2e070444764a5386f6b2a2e78dd7f0818239dde718d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a50120335c73c674b2dd2e070444764a5386f6b2a2e78dd7f0818239dde718d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a50120335c73c674b2dd2e070444764a5386f6b2a2e78dd7f0818239dde718d", kill_on_drop: false }` [INFO] [stdout] 8a50120335c73c674b2dd2e070444764a5386f6b2a2e78dd7f0818239dde718d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f38ece6e0c20034016ab6a92cdeec22bdc2821e6c0c7e2821c738cc40cb2ca62 [INFO] running `Command { std: "docker" "start" "-a" "f38ece6e0c20034016ab6a92cdeec22bdc2821e6c0c7e2821c738cc40cb2ca62", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking unic-common v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking unic-ucd-version v0.7.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking unic-segment v0.7.0 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking tokio v1.19.2 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking humansize v1.1.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking hyper v0.14.12 [INFO] [stderr] Checking backtrace v0.3.44 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking serde_json v1.0.47 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking basic-todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `hyper::client`, `hyper::rt`, `hyper::Client`, `hyper::Server` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | client::HttpConnector, rt, service::service_fn, Body, Client, Request, [INFO] [stdout] | ^^^^^^ ^^ no `rt` in the root ^^^^^^ no `Client` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `client` in `hyper` [INFO] [stdout] 11 | Response, Server, StatusCode, Method, header [INFO] [stdout] | ^^^^^^ no `Server` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | pub mod client; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub mod rt; [INFO] [stdout] | ^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:108:28 [INFO] [stdout] | [INFO] [stdout] 108 | pub use crate::client::Client; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | pub use crate::server::Server; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::client`, `hyper::rt`, `hyper::Client`, `hyper::Server` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | client::HttpConnector, rt, service::service_fn, Body, Client, Request, [INFO] [stdout] | ^^^^^^ ^^ no `rt` in the root ^^^^^^ no `Client` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `client` in `hyper` [INFO] [stdout] 11 | Response, Server, StatusCode, Method, header [INFO] [stdout] | ^^^^^^ no `Server` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | pub mod client; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub mod rt; [INFO] [stdout] | ^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:108:28 [INFO] [stdout] | [INFO] [stdout] 108 | pub use crate::client::Client; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/lib.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | pub use crate::server::Server; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn futures::Future, Item = Response> + std::marker::Send` is not a future [INFO] [stdout] --> src/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | service_fn(move |req| router(req, &client)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn futures::Future, Item = Response> + std::marker::Send` is not a future [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::future::Future` is not implemented for `dyn futures::Future, Item = Response> + std::marker::Send`, which is required by `Box, Item = Response> + std::marker::Send>: std::future::Future` [INFO] [stdout] = note: required for `Box, Item = Response> + std::marker::Send>` to implement `std::future::Future` [INFO] [stdout] note: required by a bound in `service_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/service/util.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn service_fn(f: F) -> ServiceFn [INFO] [stdout] | ---------- required by a bound in this function [INFO] [stdout] ... [INFO] [stdout] 30 | S: Future, [INFO] [stdout] | ^^^^^^ required by this bound in `service_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn futures::Future, Item = Response> + std::marker::Send` is not a future [INFO] [stdout] --> src/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | service_fn(move |req| router(req, &client)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn futures::Future, Item = Response> + std::marker::Send` is not a future [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::future::Future` is not implemented for `dyn futures::Future, Item = Response> + std::marker::Send`, which is required by `Box, Item = Response> + std::marker::Send>: std::future::Future` [INFO] [stdout] = note: required for `Box, Item = Response> + std::marker::Send>` to implement `std::future::Future` [INFO] [stdout] note: required by a bound in `service_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/service/util.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn service_fn(f: F) -> ServiceFn [INFO] [stdout] | ---------- required by a bound in this function [INFO] [stdout] ... [INFO] [stdout] 30 | S: Future, [INFO] [stdout] | ^^^^^^ required by this bound in `service_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn futures::Future, Item = Response> + std::marker::Send` cannot be unpinned [INFO] [stdout] --> src/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | service_fn(move |req| router(req, &client)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Unpin` is not implemented for `dyn futures::Future, Item = Response> + std::marker::Send`, which is required by `Box, Item = Response> + std::marker::Send>: std::future::Future` [INFO] [stdout] | [INFO] [stdout] = note: consider using the `pin!` macro [INFO] [stdout] consider using `Box::pin` if you need to access the pinned value outside of the current scope [INFO] [stdout] = note: required for `Box, Item = Response> + std::marker::Send>` to implement `std::future::Future` [INFO] [stdout] note: required by a bound in `service_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/service/util.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn service_fn(f: F) -> ServiceFn [INFO] [stdout] | ---------- required by a bound in this function [INFO] [stdout] ... [INFO] [stdout] 30 | S: Future, [INFO] [stdout] | ^^^^^^ required by this bound in `service_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `dyn futures::Future, Item = Response> + std::marker::Send` cannot be unpinned [INFO] [stdout] --> src/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | service_fn(move |req| router(req, &client)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Unpin` is not implemented for `dyn futures::Future, Item = Response> + std::marker::Send`, which is required by `Box, Item = Response> + std::marker::Send>: std::future::Future` [INFO] [stdout] | [INFO] [stdout] = note: consider using the `pin!` macro [INFO] [stdout] consider using `Box::pin` if you need to access the pinned value outside of the current scope [INFO] [stdout] = note: required for `Box, Item = Response> + std::marker::Send>` to implement `std::future::Future` [INFO] [stdout] note: required by a bound in `service_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/service/util.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn service_fn(f: F) -> ServiceFn [INFO] [stdout] | ---------- required by a bound in this function [INFO] [stdout] ... [INFO] [stdout] 30 | S: Future, [INFO] [stdout] | ^^^^^^ required by this bound in `service_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:159:8 [INFO] [stdout] | [INFO] [stdout] 158 | / req.into_body() [INFO] [stdout] 159 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:159:8 [INFO] [stdout] | [INFO] [stdout] 158 | / req.into_body() [INFO] [stdout] 159 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:173:8 [INFO] [stdout] | [INFO] [stdout] 172 | / req.into_body() [INFO] [stdout] 173 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:173:8 [INFO] [stdout] | [INFO] [stdout] 172 | / req.into_body() [INFO] [stdout] 173 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:187:8 [INFO] [stdout] | [INFO] [stdout] 186 | / req.into_body() [INFO] [stdout] 187 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `concat2` exists for struct `Body`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:187:8 [INFO] [stdout] | [INFO] [stdout] 186 | / req.into_body() [INFO] [stdout] 187 | | .concat2() // concatenate all the chunks in the body [INFO] [stdout] | | -^^^^^^^ method cannot be called on `Body` due to unsatisfied trait bounds [INFO] [stdout] | |_______| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.12/src/body/body.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Body { [INFO] [stdout] | --------------- doesn't satisfy `Body: Stream` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Body: Stream` [INFO] [stdout] which is required by `&mut Body: Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `basic-todo` (bin "basic-todo") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `basic-todo` (bin "basic-todo" test) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "f38ece6e0c20034016ab6a92cdeec22bdc2821e6c0c7e2821c738cc40cb2ca62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f38ece6e0c20034016ab6a92cdeec22bdc2821e6c0c7e2821c738cc40cb2ca62", kill_on_drop: false }` [INFO] [stdout] f38ece6e0c20034016ab6a92cdeec22bdc2821e6c0c7e2821c738cc40cb2ca62 [INFO] checking maxfindel/rust-basic-todo against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfindel%2Frust-basic-todo" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maxfindel/rust-basic-todo on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maxfindel/rust-basic-todo [INFO] finished tweaking git repo https://github.com/maxfindel/rust-basic-todo [INFO] tweaked toml for git repo https://github.com/maxfindel/rust-basic-todo written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/maxfindel/rust-basic-todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc1c8872f7a2dcde5cf12e4f8b17ebabfb48c1e589a98ebebf68e30c1adaf015 [INFO] running `Command { std: "docker" "start" "-a" "dc1c8872f7a2dcde5cf12e4f8b17ebabfb48c1e589a98ebebf68e30c1adaf015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc1c8872f7a2dcde5cf12e4f8b17ebabfb48c1e589a98ebebf68e30c1adaf015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc1c8872f7a2dcde5cf12e4f8b17ebabfb48c1e589a98ebebf68e30c1adaf015", kill_on_drop: false }` [INFO] [stdout] dc1c8872f7a2dcde5cf12e4f8b17ebabfb48c1e589a98ebebf68e30c1adaf015 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0038b8a4c13499fe6f21b221a7efcb79a86aca2d443e303edc757da9faab083 [INFO] running `Command { std: "docker" "start" "-a" "a0038b8a4c13499fe6f21b221a7efcb79a86aca2d443e303edc757da9faab083", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "a0038b8a4c13499fe6f21b221a7efcb79a86aca2d443e303edc757da9faab083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0038b8a4c13499fe6f21b221a7efcb79a86aca2d443e303edc757da9faab083", kill_on_drop: false }` [INFO] [stdout] a0038b8a4c13499fe6f21b221a7efcb79a86aca2d443e303edc757da9faab083