[INFO] fetching crate omnistreams 0.1.0... [INFO] checking omnistreams-0.1.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate omnistreams 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate omnistreams 0.1.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 46b4c5e2a524293eab9bd388507d68635551fd3c152b7b0732cca1cf44165c4f [INFO] running `"docker" "start" "-a" "46b4c5e2a524293eab9bd388507d68635551fd3c152b7b0732cca1cf44165c4f"` [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 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: 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] warning: build failed, waiting for other jobs to finish... [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pipe_conduit` found for type `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[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 E0599`. [INFO] [stderr] error: could not compile `omnistreams`. [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: could not compile `omnistreams`. [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_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] 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] running `"docker" "inspect" "46b4c5e2a524293eab9bd388507d68635551fd3c152b7b0732cca1cf44165c4f"` [INFO] running `"docker" "rm" "-f" "46b4c5e2a524293eab9bd388507d68635551fd3c152b7b0732cca1cf44165c4f"` [INFO] [stdout] 46b4c5e2a524293eab9bd388507d68635551fd3c152b7b0732cca1cf44165c4f