[INFO] crate futures_codec 0.3.4 is already in cache [INFO] checking futures_codec-0.3.4 against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] extracting crate futures_codec 0.3.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate futures_codec 0.3.4 on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures_codec 0.3.4 [INFO] finished tweaking crates.io crate futures_codec 0.3.4 [INFO] tweaked toml for crates.io crate futures_codec 0.3.4 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] 289ef31939a5365214835bc90ac80a1ab762e2d5bf6f326561b9c50564f7d1af [INFO] running `"docker" "start" "-a" "289ef31939a5365214835bc90ac80a1ab762e2d5bf6f326561b9c50564f7d1af"` [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking futures_codec v0.3.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `std::io::Cursor<&std::string::String>: futures_io::if_std::AsyncRead` is not satisfied [INFO] [stderr] --> benches/lines.rs:20:30 [INFO] [stderr] | [INFO] [stderr] 20 | let mut framed = FramedRead::new(read, LinesCodec {}); [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `futures_io::if_std::AsyncRead` is not implemented for `std::io::Cursor<&std::string::String>` [INFO] [stderr] | [INFO] [stderr] = note: required by `futures_codec::framed_read::FramedRead::::new` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | framed.try_next().await.is_ok() [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::io::Cursor<&std::string::String>: futures_io::if_std::AsyncRead` is not satisfied [INFO] [stderr] --> benches/lines.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | let mut framed = FramedRead::new(read, LinesCodec {}); [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `futures_io::if_std::AsyncRead` is not implemented for `std::io::Cursor<&std::string::String>` [INFO] [stderr] | [INFO] [stderr] = note: required by `futures_codec::framed_read::FramedRead::::new` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | framed.try_next().await.is_ok() [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::io::Cursor<&std::string::String>: futures_io::if_std::AsyncRead` is not satisfied [INFO] [stderr] --> benches/lines.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | let mut framed = FramedRead::new(read, LinesCodec {}); [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `futures_io::if_std::AsyncRead` is not implemented for `std::io::Cursor<&std::string::String>` [INFO] [stderr] | [INFO] [stderr] = note: required by `futures_codec::framed_read::FramedRead::::new` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:63:20 [INFO] [stderr] | [INFO] [stderr] 63 | framed.try_next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` in the current scope [INFO] [stderr] --> benches/lines.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | framed.try_next().await.is_ok() [INFO] [stderr] | ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec>` [INFO] [stderr] | [INFO] [stderr] = note: the method `try_next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `futures_codec::framed_read::FramedRead, futures_codec::codec::lines::LinesCodec> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] `std::io::Cursor<&std::string::String> : futures_util::stream::try_stream::TryStreamExt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `futures_codec`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "289ef31939a5365214835bc90ac80a1ab762e2d5bf6f326561b9c50564f7d1af"` [INFO] running `"docker" "rm" "-f" "289ef31939a5365214835bc90ac80a1ab762e2d5bf6f326561b9c50564f7d1af"` [INFO] [stdout] 289ef31939a5365214835bc90ac80a1ab762e2d5bf6f326561b9c50564f7d1af