[INFO] crate omnistreams 0.1.0 is already in cache
[INFO] checking omnistreams-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate omnistreams 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate omnistreams 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate omnistreams 0.1.0
[INFO] finished tweaking crates.io crate omnistreams 0.1.0
[INFO] tweaked toml for crates.io crate omnistreams 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] f989dd7cb8e7f4b4c9461dfdc141d7386dc133924a0e415cdb1ca9376ddef87b
[INFO] running `"docker" "start" "-a" "f989dd7cb8e7f4b4c9461dfdc141d7386dc133924a0e415cdb1ca9376ddef87b"`
[INFO] [stderr]     Checking tokio-tls v0.2.1
[INFO] [stderr]     Checking websocket v0.22.4
[INFO] [stderr]     Checking omnistreams v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `omnistreams::Acceptor`, `omnistreams::WebSocketAcceptorBuilder`
[INFO] [stderr]  --> examples/websocket_to_file.rs:2:40
[INFO] [stderr]   |
[INFO] [stderr] 2 |     Producer, Transport, EventEmitter, Acceptor, WebSocketAcceptorBuilder,
[INFO] [stderr]   |                                        ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `WebSocketAcceptorBuilder` in the root
[INFO] [stderr]   |                                        |
[INFO] [stderr]   |                                        no `Acceptor` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields
[INFO] [stderr]   --> examples/websocket_to_file.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 |             MultiplexerEvent::Conduit(producer) => {
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/workdir/src/multiplexer.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     Conduit(P, Message),
[INFO] [stderr]    |     ------------------- tuple variant defined here
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Producer`
[INFO] [stderr]  --> examples/websocket_to_file.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 |     Producer, Transport, EventEmitter, Acceptor, WebSocketAcceptorBuilder,
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0023, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0023`.
[INFO] [stderr] error: could not compile `omnistreams`.
[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[E0432]: unresolved imports `omnistreams::Acceptor`, `omnistreams::WebSocketAcceptorBuilder`
[INFO] [stderr]  --> examples/websocket_multiplexer.rs:2:40
[INFO] [stderr]   |
[INFO] [stderr] 2 |     Producer, Transport, EventEmitter, Acceptor, WebSocketAcceptorBuilder,
[INFO] [stderr]   |                                        ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `WebSocketAcceptorBuilder` in the root
[INFO] [stderr]   |                                        |
[INFO] [stderr]   |                                        no `Acceptor` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `omnistreams::ReadAdapter`
[INFO] [stderr]  --> examples/file_copy.rs:1:29
[INFO] [stderr]   |
[INFO] [stderr] 1 | use omnistreams::{Producer, ReadAdapter, WriteAdapter};
[INFO] [stderr]   |                             ^^^^^^^^^^^ no `ReadAdapter` in the root
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Producer`
[INFO] [stderr]  --> examples/file_copy.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use omnistreams::{Producer, ReadAdapter, WriteAdapter};
[INFO] [stderr]   |                   ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields
[INFO] [stderr]   --> examples/websocket_multiplexer.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 |             MultiplexerEvent::Conduit(producer) => {
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/workdir/src/multiplexer.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     Conduit(P, Message),
[INFO] [stderr]    |     ------------------- tuple variant defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `pipe_conduit` found for struct `omnistreams::range_producer::RangeProducer` in the current scope
[INFO] [stderr]   --> examples/squares_to_file.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |             .pipe_conduit(MapConduit::new(|x| x*x))
[INFO] [stderr]    |              ^^^^^^^^^^^^ method not found in `omnistreams::range_producer::RangeProducer`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `omnistreams`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved imports `omnistreams::Acceptor`, `omnistreams::WebSocketAcceptorBuilder`
[INFO] [stderr]  --> examples/websocket_acceptor.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use omnistreams::{Acceptor, WebSocketAcceptorBuilder};
[INFO] [stderr]   |                   ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `WebSocketAcceptorBuilder` in the root
[INFO] [stderr]   |                   |
[INFO] [stderr]   |                   no `Acceptor` in the root
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `omnistreams`.
[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: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0023, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0023`.
[INFO] [stderr] warning: unused import: `tokio::prelude`
[INFO] [stderr]  --> examples/websocket_acceptor.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use tokio::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` 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 E0432`.
[INFO] [stderr] error: could not compile `omnistreams`.
[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 `omnistreams`.
[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[E0432]: unresolved imports `omnistreams::ReadAdapter`, `omnistreams::pipe`
[INFO] [stderr]  --> examples/tcp_pipe.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use omnistreams::{ReadAdapter, WriteAdapter, pipe};
[INFO] [stderr]   |                   ^^^^^^^^^^^                ^^^^ no `pipe` in the root
[INFO] [stderr]   |                   |
[INFO] [stderr]   |                   no `ReadAdapter` in the root
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `omnistreams`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f989dd7cb8e7f4b4c9461dfdc141d7386dc133924a0e415cdb1ca9376ddef87b"`
[INFO] running `"docker" "rm" "-f" "f989dd7cb8e7f4b4c9461dfdc141d7386dc133924a0e415cdb1ca9376ddef87b"`
[INFO] [stdout] f989dd7cb8e7f4b4c9461dfdc141d7386dc133924a0e415cdb1ca9376ddef87b
