[INFO] cloning repository https://github.com/Velfolt/voicetime [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Velfolt/voicetime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelfolt%2Fvoicetime", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelfolt%2Fvoicetime'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ec632b21aed0352aa1142a5bf9b6a9b90a5e259 [INFO] testing Velfolt/voicetime against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVelfolt%2Fvoicetime" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Velfolt/voicetime on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Velfolt/voicetime [INFO] finished tweaking git repo https://github.com/Velfolt/voicetime [INFO] tweaked toml for git repo https://github.com/Velfolt/voicetime written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Velfolt/voicetime already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8332ccbe18fa4be10e5ea90630319f3a8bf9fa0be7bd48a9b85a4a2a77f27d3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8332ccbe18fa4be10e5ea90630319f3a8bf9fa0be7bd48a9b85a4a2a77f27d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8332ccbe18fa4be10e5ea90630319f3a8bf9fa0be7bd48a9b85a4a2a77f27d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8332ccbe18fa4be10e5ea90630319f3a8bf9fa0be7bd48a9b85a4a2a77f27d3", kill_on_drop: false }` [INFO] [stdout] b8332ccbe18fa4be10e5ea90630319f3a8bf9fa0be7bd48a9b85a4a2a77f27d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fedcb239667bb3b09485ee8cc24a03ed73a5aa4e7bd53a99bb86f1d562f1222f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fedcb239667bb3b09485ee8cc24a03ed73a5aa4e7bd53a99bb86f1d562f1222f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.41 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling futures v0.1.21 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling serde v1.0.59 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling rand_core v0.2.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.3 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling futures-core v0.2.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling futures-channel v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling openal-sys v1.16.0 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling futures-io v0.2.1 [INFO] [stderr] Compiling openal v0.2.1 (https://github.com/Velfolt/rust-openal.git#35649c9a) [INFO] [stderr] Compiling quote v0.6.2 [INFO] [stderr] Compiling futures-sink v0.2.1 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling futures-util v0.2.1 [INFO] [stderr] Compiling syn v0.14.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling chan v0.1.21 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling chan-signal v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 [INFO] [stderr] Compiling tokio-timer v0.2.3 [INFO] [stderr] Compiling futures-executor v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling futures-stable v0.2.1 [INFO] [stderr] Compiling futures-async-runtime v0.2.1 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling futures v0.2.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.59 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling voicetime v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0271]: type mismatch resolving `>, tokio::prelude::stream::SplitStream>> as tokio::prelude::IntoFuture>::Error == ()` [INFO] [stdout] --> src/main.rs:222:25 [INFO] [stdout] | [INFO] [stdout] 222 | tokio::run(data.join(a).map(|_| {}).map_err(|e| println!("error = {:?}", e))); [INFO] [stdout] | ^^^^ expected `()`, found struct `std::io::Error` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `tokio::prelude::Future::join` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.21/src/future/mod.rs:716:29 [INFO] [stdout] | [INFO] [stdout] 716 | where B: IntoFuture, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ required by this bound in `tokio::prelude::Future::join` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `>, tokio::prelude::stream::SplitStream>> as tokio::prelude::Future>::Error == ()` [INFO] [stdout] --> src/main.rs:222:25 [INFO] [stdout] | [INFO] [stdout] 222 | tokio::run(data.join(a).map(|_| {}).map_err(|e| println!("error = {:?}", e))); [INFO] [stdout] | ^^^^ expected `()`, found struct `std::io::Error` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `tokio::prelude::future::Join` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.21/src/future/join.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | / generate! { [INFO] [stdout] 118 | | /// Future for the `join` combinator, waiting for two futures to [INFO] [stdout] 119 | | /// complete. [INFO] [stdout] 120 | | /// [INFO] [stdout] ... | [INFO] [stdout] 140 | | (Join5, new5, ), [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ required by this bound in `tokio::prelude::future::Join` [INFO] [stdout] = note: this error originates in the macro `generate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `map` exists for struct `tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | tokio::run(data.join(a).map(|_| {}).map_err(|e| println!("error = {:?}", e))); [INFO] [stdout] | ^^^ method cannot be called on `tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.21/src/future/join.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | / generate! { [INFO] [stdout] 118 | | /// Future for the `join` combinator, waiting for two futures to [INFO] [stdout] 119 | | /// complete. [INFO] [stdout] 120 | | /// [INFO] [stdout] ... | [INFO] [stdout] 140 | | (Join5, new5, ), [INFO] [stdout] 141 | | } [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | | doesn't satisfy `_: Iterator` [INFO] [stdout] | |_doesn't satisfy `_: tokio::prelude::Future` [INFO] [stdout] | doesn't satisfy `_: tokio::prelude::Stream` [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied because of the requirements of the implementation of `tokio::prelude::Stream` for `_`: [INFO] [stdout] `tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>: tokio::prelude::Stream` [INFO] [stdout] --> src/main.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | impl<'a> Stream for OpenALAudio<'a> { [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>: tokio::prelude::Future` [INFO] [stdout] which is required by `&mut tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>: tokio::prelude::Future` [INFO] [stdout] `tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>: Iterator` [INFO] [stdout] which is required by `&mut tokio::prelude::future::Join, [closure@src/main.rs:208:22: 208:51]>, [closure@src/main.rs:209:23: 214:14], Result<(), ()>>, futures::sink::send_all::SendAll>, tokio::prelude::stream::SplitStream>>>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0271, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0271`. [INFO] [stdout] [INFO] [stderr] error: could not compile `voicetime` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "fedcb239667bb3b09485ee8cc24a03ed73a5aa4e7bd53a99bb86f1d562f1222f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fedcb239667bb3b09485ee8cc24a03ed73a5aa4e7bd53a99bb86f1d562f1222f", kill_on_drop: false }` [INFO] [stdout] fedcb239667bb3b09485ee8cc24a03ed73a5aa4e7bd53a99bb86f1d562f1222f