[INFO] cloning repository https://github.com/Actyx/acto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Actyx/acto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActyx%2Facto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActyx%2Facto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecc18a03758017fe14999e65e5695d6ad54356d2 [INFO] checking Actyx/acto against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FActyx%2Facto" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Actyx/acto on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Actyx/acto [INFO] finished tweaking git repo https://github.com/Actyx/acto [INFO] tweaked toml for git repo https://github.com/Actyx/acto written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Actyx/acto already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-executor v0.3.14 [INFO] [stderr] Downloaded value-bag v1.0.0-alpha.7 [INFO] [stderr] Downloaded async-mutex v1.4.0 [INFO] [stderr] Downloaded async-attributes v1.1.2 [INFO] [stderr] Downloaded async-executor v1.4.1 [INFO] [stderr] Downloaded web-sys v0.3.51 [INFO] [stderr] Downloaded async-io v1.4.1 [INFO] [stderr] Downloaded fastrand v1.4.1 [INFO] [stderr] Downloaded blocking v1.0.2 [INFO] [stderr] Downloaded async-global-executor v2.0.2 [INFO] [stderr] Downloaded wepoll-sys v3.0.1 [INFO] [stderr] Downloaded polling v2.0.3 [INFO] [stderr] Downloaded async-lock v2.4.0 [INFO] [stderr] Downloaded ctor v0.1.20 [INFO] [stderr] Downloaded async-std v1.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d55502ba469cf21a5bc4e6ab0cec3c4d383dfe572ae951ab044cf0febeb369dc [INFO] running `Command { std: "docker" "start" "-a" "d55502ba469cf21a5bc4e6ab0cec3c4d383dfe572ae951ab044cf0febeb369dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d55502ba469cf21a5bc4e6ab0cec3c4d383dfe572ae951ab044cf0febeb369dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d55502ba469cf21a5bc4e6ab0cec3c4d383dfe572ae951ab044cf0febeb369dc", kill_on_drop: false }` [INFO] [stdout] d55502ba469cf21a5bc4e6ab0cec3c4d383dfe572ae951ab044cf0febeb369dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b73f530db49f50279d2689c8e537e98e481eb32c051d3cd5b6f578fd0cbd7de9 [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" "b73f530db49f50279d2689c8e537e98e481eb32c051d3cd5b6f578fd0cbd7de9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking pin-project-lite v0.2.4 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Checking futures-util v0.3.14 [INFO] [stderr] Checking acto v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-executor v0.3.14 [INFO] [stderr] Checking futures v0.3.14 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use tokio::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `acto::Actor`, `acto::Queue`, `acto::Sender`, `acto::SenderGone`, `acto::MPSC`, `acto::SPSC` [INFO] [stdout] --> examples/pingpong.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use acto::{Actor, Mailbox, Queue, Sender, SenderGone, MPSC, SPSC}; [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^ ^^^^ no `SPSC` in the root [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | no `MPSC` in the root [INFO] [stdout] | | | | no `SenderGone` in the root [INFO] [stdout] | | | no `Sender` in the root [INFO] [stdout] | | no `Queue` in the root [INFO] [stdout] | no `Actor` in the root [INFO] [stdout] | help: a similar name exists in the module: `actor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong.rs:58:3 [INFO] [stdout] | [INFO] [stdout] 58 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | T(tokio::sync::oneshot::error::RecvError), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong_dyn.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `acto::spawn`, `acto::Actor`, `acto::DynSender`, `acto::MpQueue`, `acto::Queue`, `acto::Sender`, `acto::SenderGone`, `acto::MPSC`, `acto::SPSC` [INFO] [stdout] --> examples/pingpong_dyn.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | spawn::OwnThread, Actor, DynSender, Mailbox, MpQueue, Queue, Sender, SenderGone, MPSC, SPSC, [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^ ^^^^ no `SPSC` in the root [INFO] [stdout] | | | | | | | | | [INFO] [stdout] | | | | | | | | no `MPSC` in the root [INFO] [stdout] | | | | | | | no `SenderGone` in the root [INFO] [stdout] | | | | | | no `Sender` in the root [INFO] [stdout] | | | | | no `Queue` in the root [INFO] [stdout] | | | | no `MpQueue` in the root [INFO] [stdout] | | | no `DynSender` in the root [INFO] [stdout] | | no `Actor` in the root [INFO] [stdout] | | help: a similar name exists in the module: `actor` [INFO] [stdout] | expected type, found function `spawn` in `acto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong_dyn.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> examples/pingpong_dyn.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | T(tokio::sync::oneshot::error::RecvError), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Handle` [INFO] [stdout] --> examples/pingpong.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | Handle::current().spawn_blocking(|| drop(rt)); [INFO] [stdout] | ^^^^^^ use of undeclared type `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> examples/pingpong.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | let (tx, rx) = oneshot::channel(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Handle` [INFO] [stdout] --> examples/pingpong.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | Handle::current().spawn_blocking(|| drop(rt)); [INFO] [stdout] | ^^^^^^ use of undeclared type `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> examples/pingpong.rs:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | let rt = Builder::new_multi_thread().worker_threads(1).build()?; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> examples/pingpong.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | let rt = Builder::new_multi_thread().worker_threads(1).build()?; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/pingpong.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | mut mailbox: Mailbox, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Mailbox` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/pingpong.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | async fn ping(mut mailbox: Mailbox>) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Mailbox>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> examples/pingpong_dyn.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | let (tx, rx) = oneshot::channel(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Handle` [INFO] [stdout] --> examples/pingpong_dyn.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | Handle::current().spawn_blocking(|| drop(rt)); [INFO] [stdout] | ^^^^^^ use of undeclared type `Handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> examples/pingpong_dyn.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | let rt = Builder::new_multi_thread().worker_threads(1).build()?; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `acto` [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] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/pingpong_dyn.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | async fn pong>(mut mailbox: Mailbox) -> Result<(), SenderGone> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Mailbox` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/pingpong_dyn.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | async fn ping(mut mailbox: Mailbox) -> Result<(), Error> [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Mailbox` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b73f530db49f50279d2689c8e537e98e481eb32c051d3cd5b6f578fd0cbd7de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b73f530db49f50279d2689c8e537e98e481eb32c051d3cd5b6f578fd0cbd7de9", kill_on_drop: false }` [INFO] [stdout] b73f530db49f50279d2689c8e537e98e481eb32c051d3cd5b6f578fd0cbd7de9