[INFO] cloning repository https://github.com/jasonmccampbell/spraycc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jasonmccampbell/spraycc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonmccampbell%2Fspraycc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonmccampbell%2Fspraycc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e56c205e951c3c7720388f0943cba2a97dcde58f [INFO] checking jasonmccampbell/spraycc against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonmccampbell%2Fspraycc" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jasonmccampbell/spraycc on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jasonmccampbell/spraycc [INFO] finished tweaking git repo https://github.com/jasonmccampbell/spraycc [INFO] tweaked toml for git repo https://github.com/jasonmccampbell/spraycc written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jasonmccampbell/spraycc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af4186331a34dfb96486191486733b4acb573f7b8704893a8420ff3e79e6f2a8 [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" "af4186331a34dfb96486191486733b4acb573f7b8704893a8420ff3e79e6f2a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af4186331a34dfb96486191486733b4acb573f7b8704893a8420ff3e79e6f2a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af4186331a34dfb96486191486733b4acb573f7b8704893a8420ff3e79e6f2a8", kill_on_drop: false }` [INFO] [stdout] af4186331a34dfb96486191486733b4acb573f7b8704893a8420ff3e79e6f2a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdd754869d193a5741b92d0526d35fbfb5b07f636824cd920cbdedc3d3f59d07 [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" "bdd754869d193a5741b92d0526d35fbfb5b07f636824cd920cbdedc3d3f59d07", kill_on_drop: false }` [INFO] [stderr] Checking c_linked_list v1.1.1 [INFO] [stderr] Compiling tokio v0.3.3 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking gethostname v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking mio v0.7.5 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking get_if_addrs v0.5.3 [INFO] [stderr] Checking which v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Checking serde v1.0.117 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Checking spraycc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fs::OpenOptions` [INFO] [stdout] --> src/task.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::fs::OpenOptions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_code` [INFO] [stdout] --> src/server.rs:289:45 [INFO] [stdout] | [INFO] [stdout] 289 | ipc::Message::YourObedientServant { access_code } => { [INFO] [stdout] | ^^^^^^^^^^^ help: try ignoring the field: `access_code: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_code` [INFO] [stdout] --> src/server.rs:292:30 [INFO] [stdout] | [INFO] [stdout] 292 | ipc::Message::Task { access_code, details } => { [INFO] [stdout] | ^^^^^^^^^^^ help: try ignoring the field: `access_code: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/task.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | Ok(status) if status.success() => { [INFO] [stdout] | ^^^^^^^^^^ expected opaque type, found enum `std::result::Result` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.3.3/src/process/mod.rs:924:37 [INFO] [stdout] | [INFO] [stdout] 924 | pub async fn wait(&mut self) -> io::Result { [INFO] [stdout] | ---------------------- the `Output` of this `async fn`'s expected opaque type [INFO] [stdout] | [INFO] [stdout] = note: expected opaque type `impl Future` [INFO] [stdout] found enum `std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/task.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | Ok(status) => { [INFO] [stdout] | ^^^^^^^^^^ expected opaque type, found enum `std::result::Result` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.3.3/src/process/mod.rs:924:37 [INFO] [stdout] | [INFO] [stdout] 924 | pub async fn wait(&mut self) -> io::Result { [INFO] [stdout] | ---------------------- the `Output` of this `async fn`'s expected opaque type [INFO] [stdout] | [INFO] [stdout] = note: expected opaque type `impl Future` [INFO] [stdout] found enum `std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/task.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | Err(err) => { [INFO] [stdout] | ^^^^^^^^ expected opaque type, found enum `std::result::Result` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.3.3/src/process/mod.rs:924:37 [INFO] [stdout] | [INFO] [stdout] 924 | pub async fn wait(&mut self) -> io::Result { [INFO] [stdout] | ---------------------- the `Output` of this `async fn`'s expected opaque type [INFO] [stdout] | [INFO] [stdout] = note: expected opaque type `impl Future` [INFO] [stdout] found enum `std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read` found for struct `tokio::process::ChildStdout` in the current scope [INFO] [stdout] --> src/task.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | let n = stdout.read(&mut buf[..]).unwrap(); [INFO] [stdout] | ^^^^ method not found in `tokio::process::ChildStdout` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.3.3/src/io/util/async_read_ext.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | fn read<'a>(&'a mut self, buf: &'a mut [u8]) -> Read<'a, Self> [INFO] [stdout] | ---- the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use crate::tokio::io::AsyncReadExt;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/task.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spraycc` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "bdd754869d193a5741b92d0526d35fbfb5b07f636824cd920cbdedc3d3f59d07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd754869d193a5741b92d0526d35fbfb5b07f636824cd920cbdedc3d3f59d07", kill_on_drop: false }` [INFO] [stdout] bdd754869d193a5741b92d0526d35fbfb5b07f636824cd920cbdedc3d3f59d07