[INFO] crate omnistreams 0.1.0 is already in cache [INFO] testing omnistreams-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate omnistreams 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate omnistreams 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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 /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f55c84a093f7d8668fd7a3bbb3f0355d7df23423edc5820e382d1b0c0b7baf48 [INFO] running `"docker" "start" "-a" "f55c84a093f7d8668fd7a3bbb3f0355d7df23423edc5820e382d1b0c0b7baf48"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling omnistreams v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.01s [INFO] running `"docker" "inspect" "f55c84a093f7d8668fd7a3bbb3f0355d7df23423edc5820e382d1b0c0b7baf48"` [INFO] running `"docker" "rm" "-f" "f55c84a093f7d8668fd7a3bbb3f0355d7df23423edc5820e382d1b0c0b7baf48"` [INFO] [stdout] f55c84a093f7d8668fd7a3bbb3f0355d7df23423edc5820e382d1b0c0b7baf48 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=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.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9629e1ab35753e8b9c55c3c4090259ea1f06c4b87387174c0e6d57af632c405e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9629e1ab35753e8b9c55c3c4090259ea1f06c4b87387174c0e6d57af632c405e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling omnistreams v0.1.0 (/opt/rustwide/workdir) [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[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[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[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] error: aborting due to previous error; 1 warning emitted [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[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: aborting due to 2 previous errors; 1 warning emitted [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: 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: aborting due to previous error; 1 warning emitted [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: 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[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: build failed [INFO] running `"docker" "inspect" "9629e1ab35753e8b9c55c3c4090259ea1f06c4b87387174c0e6d57af632c405e"` [INFO] running `"docker" "rm" "-f" "9629e1ab35753e8b9c55c3c4090259ea1f06c4b87387174c0e6d57af632c405e"` [INFO] [stdout] 9629e1ab35753e8b9c55c3c4090259ea1f06c4b87387174c0e6d57af632c405e