[INFO] crate omnistreams 0.1.0 is already in cache [INFO] testing omnistreams-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate omnistreams 0.1.0 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate omnistreams 0.1.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-9/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7cca536eb04f42612c3bdbdf0f2f7a22a45733594cd67a67bb690122a02a286c [INFO] running `"docker" "start" "-a" "7cca536eb04f42612c3bdbdf0f2f7a22a45733594cd67a67bb690122a02a286c"` [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling omnistreams v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.05s [INFO] running `"docker" "inspect" "7cca536eb04f42612c3bdbdf0f2f7a22a45733594cd67a67bb690122a02a286c"` [INFO] running `"docker" "rm" "-f" "7cca536eb04f42612c3bdbdf0f2f7a22a45733594cd67a67bb690122a02a286c"` [INFO] [stdout] 7cca536eb04f42612c3bdbdf0f2f7a22a45733594cd67a67bb690122a02a286c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0f1e63b733298debf0758f01bbe824860e4ea82e19dc5cef18462e0bd1af6e62 [INFO] running `"docker" "start" "-a" "0f1e63b733298debf0758f01bbe824860e4ea82e19dc5cef18462e0bd1af6e62"` [INFO] [stderr] Compiling 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[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 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[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] 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[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] 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] 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] 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: 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: Could not compile `omnistreams`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `omnistreams`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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[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] | ^^^^^^^^^^^^ [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: build failed [INFO] running `"docker" "inspect" "0f1e63b733298debf0758f01bbe824860e4ea82e19dc5cef18462e0bd1af6e62"` [INFO] running `"docker" "rm" "-f" "0f1e63b733298debf0758f01bbe824860e4ea82e19dc5cef18462e0bd1af6e62"` [INFO] [stdout] 0f1e63b733298debf0758f01bbe824860e4ea82e19dc5cef18462e0bd1af6e62