[INFO] fetching crate derive-aktor 0.1.6... [INFO] checking derive-aktor-0.1.6 against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] extracting crate derive-aktor 0.1.6 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate derive-aktor 0.1.6 on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate derive-aktor 0.1.6 [INFO] finished tweaking crates.io crate derive-aktor 0.1.6 [INFO] tweaked toml for crates.io crate derive-aktor 0.1.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate derive-aktor 0.1.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded signal-hook-registry v1.2.0 [INFO] [stderr] Downloaded tracing-core v0.1.10 [INFO] [stderr] Downloaded tracing-serde v0.1.1 [INFO] [stderr] Downloaded sharded-slab v0.0.9 [INFO] [stderr] Downloaded async-trait v0.1.33 [INFO] [stderr] Downloaded tracing-log v0.1.1 [INFO] [stderr] Downloaded proc-macro-nested v0.1.4 [INFO] [stderr] Downloaded aktors v0.2.7 [INFO] [stderr] Downloaded arc-swap v0.4.6 [INFO] [stderr] Downloaded mio-named-pipes v0.1.6 [INFO] [stderr] Downloaded miow v0.3.4 [INFO] [stderr] Downloaded pin-project-lite v0.1.6 [INFO] [stderr] Downloaded tracing v0.1.15 [INFO] [stderr] Downloaded tracing-attributes v0.1.8 [INFO] [stderr] Downloaded tracing-subscriber v0.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3bb3ebb947efca52a261ec9d3708b3c4cbd749443575993d4dd539a9e03ccb37 [INFO] running `Command { std: "docker" "start" "-a" "3bb3ebb947efca52a261ec9d3708b3c4cbd749443575993d4dd539a9e03ccb37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3bb3ebb947efca52a261ec9d3708b3c4cbd749443575993d4dd539a9e03ccb37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bb3ebb947efca52a261ec9d3708b3c4cbd749443575993d4dd539a9e03ccb37", kill_on_drop: false }` [INFO] [stdout] 3bb3ebb947efca52a261ec9d3708b3c4cbd749443575993d4dd539a9e03ccb37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f4a22e974484393eee58cd117a2b9f5c3fdcd108431a436ec3c67f5e2124839 [INFO] running `Command { std: "docker" "start" "-a" "6f4a22e974484393eee58cd117a2b9f5c3fdcd108431a436ec3c67f5e2124839", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking arc-swap v0.4.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking pin-project-lite v0.1.6 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking sharded-slab v0.0.9 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking tracing-serde v0.1.1 [INFO] [stderr] Checking tracing-subscriber v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking tracing v0.1.15 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Checking aktors v0.2.7 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking derive-aktor v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `tokio::runtime::Runtime` [INFO] [stdout] --> src/bin/ex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::runtime::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Receiver` [INFO] [stdout] --> src/bin/ex.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | use tokio::sync::mpsc::{channel, Receiver, Sender}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/bin/ex.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AtomicUsize`, `Ordering` [INFO] [stdout] --> src/bin/ex.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | use std::sync::atomic::{AtomicUsize, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/bin/ex.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::runtime::Runtime` [INFO] [stdout] --> src/bin/ex.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::runtime::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Receiver` [INFO] [stdout] --> src/bin/ex.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | use tokio::sync::mpsc::{channel, Receiver, Sender}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/bin/ex.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AtomicUsize`, `Ordering` [INFO] [stdout] --> src/bin/ex.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | use std::sync::atomic::{AtomicUsize, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/bin/ex.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kv_store_handle` [INFO] [stdout] --> src/bin/ex.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | let (kv_store, kv_store_handle) = KeyValueStoreActor::new(KeyValueStore::new()).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kv_store_handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `on_error` is never used [INFO] [stdout] --> src/bin/ex.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 39 | impl KeyValueStore { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 53 | async fn on_error( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/ex.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | panic!(value); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 50 | panic!("{}", value); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ping` [INFO] [stdout] --> src/bin/ex.rs:150:34 [INFO] [stdout] | [INFO] [stdout] 150 | pub async fn pong(&self, ping: PingActor) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_ping` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kv_store_handle` [INFO] [stdout] --> src/bin/ex.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | let (kv_store, kv_store_handle) = KeyValueStoreActor::new(KeyValueStore::new()).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kv_store_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `on_error` is never used [INFO] [stdout] --> src/bin/ex.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 39 | impl KeyValueStore { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 53 | async fn on_error( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/ex.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | panic!(value); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 50 | panic!("{}", value); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/ex.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | ping_handle.await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 159 | let _ = ping_handle.await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/ex.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | pong_handle.await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 170 | let _ = pong_handle.await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/ex.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | ping_handle.await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 171 | let _ = ping_handle.await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s [INFO] running `Command { std: "docker" "inspect" "6f4a22e974484393eee58cd117a2b9f5c3fdcd108431a436ec3c67f5e2124839", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f4a22e974484393eee58cd117a2b9f5c3fdcd108431a436ec3c67f5e2124839", kill_on_drop: false }` [INFO] [stdout] 6f4a22e974484393eee58cd117a2b9f5c3fdcd108431a436ec3c67f5e2124839 [INFO] checking derive-aktor-0.1.6 against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] extracting crate derive-aktor 0.1.6 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate derive-aktor 0.1.6 on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate derive-aktor 0.1.6 [INFO] finished tweaking crates.io crate derive-aktor 0.1.6 [INFO] tweaked toml for crates.io crate derive-aktor 0.1.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate derive-aktor 0.1.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76a9ddc7f83ae125849576d3ef1c371ff103498fcacf4da74249bc617231a3cc [INFO] running `Command { std: "docker" "start" "-a" "76a9ddc7f83ae125849576d3ef1c371ff103498fcacf4da74249bc617231a3cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76a9ddc7f83ae125849576d3ef1c371ff103498fcacf4da74249bc617231a3cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a9ddc7f83ae125849576d3ef1c371ff103498fcacf4da74249bc617231a3cc", kill_on_drop: false }` [INFO] [stdout] 76a9ddc7f83ae125849576d3ef1c371ff103498fcacf4da74249bc617231a3cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9ce6dfc2658902e08b99daa0c106bac0b4e7166be7a388b0564570e089757e8 [INFO] running `Command { std: "docker" "start" "-a" "b9ce6dfc2658902e08b99daa0c106bac0b4e7166be7a388b0564570e089757e8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking arc-swap v0.4.6 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-project-lite v0.1.6 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 327 | buf_get_impl!(self, u16::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 347 | buf_get_impl!(self, u16::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 367 | buf_get_impl!(self, i16::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 387 | buf_get_impl!(self, i16::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 407 | buf_get_impl!(self, u32::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 427 | buf_get_impl!(self, u32::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 447 | buf_get_impl!(self, i32::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 467 | buf_get_impl!(self, i32::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 487 | buf_get_impl!(self, u64::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 507 | buf_get_impl!(self, u64::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 527 | buf_get_impl!(self, i64::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 547 | buf_get_impl!(self, i64::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 567 | buf_get_impl!(self, u128::from_be_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 587 | buf_get_impl!(self, u128::from_le_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 607 | buf_get_impl!(self, i128::from_be_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.4/src/buf/buf_impl.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / if let Some(ret) = ret { [INFO] [stdout] 19 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 20 | | $this.advance(SIZE); [INFO] [stdout] 21 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 26 | | return $typ::$conv(buf); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 627 | buf_get_impl!(self, i128::from_le_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bytes` (lib) due to 17 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b9ce6dfc2658902e08b99daa0c106bac0b4e7166be7a388b0564570e089757e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9ce6dfc2658902e08b99daa0c106bac0b4e7166be7a388b0564570e089757e8", kill_on_drop: false }` [INFO] [stdout] b9ce6dfc2658902e08b99daa0c106bac0b4e7166be7a388b0564570e089757e8