[INFO] crate omnistreams 0.1.0 is already in cache [INFO] testing omnistreams-0.1.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate omnistreams 0.1.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate omnistreams 0.1.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 5b265592d57f5b3433f376a5a38ed4b88213cc58c24f83725ce2d027cffcf1fd [INFO] running `"docker" "start" "-a" "5b265592d57f5b3433f376a5a38ed4b88213cc58c24f83725ce2d027cffcf1fd"` [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 5.91s [INFO] running `"docker" "inspect" "5b265592d57f5b3433f376a5a38ed4b88213cc58c24f83725ce2d027cffcf1fd"` [INFO] running `"docker" "rm" "-f" "5b265592d57f5b3433f376a5a38ed4b88213cc58c24f83725ce2d027cffcf1fd"` [INFO] [stdout] 5b265592d57f5b3433f376a5a38ed4b88213cc58c24f83725ce2d027cffcf1fd [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 71f1784c4064ac5a10f8c9e4bebfc25964ef91b0159ad5bd39ed9208f71c4747 [INFO] running `"docker" "start" "-a" "71f1784c4064ac5a10f8c9e4bebfc25964ef91b0159ad5bd39ed9208f71c4747"` [INFO] [stderr] Compiling 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] 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: `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[E0432]: unresolved imports `omnistreams::Acceptor`, `omnistreams::WebSocketAcceptorBuilder` [INFO] [stderr] error[E0432]: unresolved imports `omnistreams::Acceptor`, `omnistreams::WebSocketAcceptorBuilder` [INFO] [stderr] --> examples/websocket_to_file.rs:2:40 [INFO] [stderr] --> examples/websocket_multiplexer.rs:2:40 [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] 2 | Producer, Transport, EventEmitter, Acceptor, WebSocketAcceptorBuilder, [INFO] [stderr] 2 | Producer, Transport, EventEmitter, Acceptor, WebSocketAcceptorBuilder, [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ no `WebSocketAcceptorBuilder` in the root [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ no `WebSocketAcceptorBuilder` in the root [INFO] [stderr] | | [INFO] [stderr] | | [INFO] [stderr] | no `Acceptor` in the root [INFO] [stderr] | no `Acceptor` in the root [INFO] [stderr] [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 E0432`. [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] 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] --> 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] 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: 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] 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[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: 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" "71f1784c4064ac5a10f8c9e4bebfc25964ef91b0159ad5bd39ed9208f71c4747"` [INFO] running `"docker" "rm" "-f" "71f1784c4064ac5a10f8c9e4bebfc25964ef91b0159ad5bd39ed9208f71c4747"` [INFO] [stdout] 71f1784c4064ac5a10f8c9e4bebfc25964ef91b0159ad5bd39ed9208f71c4747