[INFO] cloning repository https://github.com/renato145/docker_queue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/renato145/docker_queue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenato145%2Fdocker_queue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenato145%2Fdocker_queue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 67c68b1c3e0f999f67059de3c8b6b8c73f47e039 [INFO] checking renato145/docker_queue against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenato145%2Fdocker_queue" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/renato145/docker_queue on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/renato145/docker_queue [INFO] finished tweaking git repo https://github.com/renato145/docker_queue [INFO] tweaked toml for git repo https://github.com/renato145/docker_queue written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/renato145/docker_queue 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-subscriber v0.3.1 [INFO] [stderr] Downloaded darling_core v0.13.0 [INFO] [stderr] Downloaded matchit v0.4.4 [INFO] [stderr] Downloaded tracing-bunyan-formatter v0.3.0 [INFO] [stderr] Downloaded tower v0.4.10 [INFO] [stderr] Downloaded axum v0.3.0 [INFO] [stderr] Downloaded darling_macro v0.13.0 [INFO] [stderr] Downloaded darling v0.13.0 [INFO] [stderr] Downloaded bollard-stubs v1.41.0 [INFO] [stderr] Downloaded bollard v0.11.0 [INFO] [stderr] Downloaded claim v0.5.0 [INFO] [stderr] Downloaded test-case v1.2.1 [INFO] [stderr] Downloaded tower-http v0.1.1 [INFO] [stderr] Downloaded gethostname v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 430d924c63448c5dbb3b99c225ec86b0e5ce1c6a11e9d86b273287c29262619f [INFO] running `Command { std: "docker" "start" "-a" "430d924c63448c5dbb3b99c225ec86b0e5ce1c6a11e9d86b273287c29262619f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "430d924c63448c5dbb3b99c225ec86b0e5ce1c6a11e9d86b273287c29262619f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "430d924c63448c5dbb3b99c225ec86b0e5ce1c6a11e9d86b273287c29262619f", kill_on_drop: false }` [INFO] [stdout] 430d924c63448c5dbb3b99c225ec86b0e5ce1c6a11e9d86b273287c29262619f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f38669d4a1a6fa0e111828d1b14ba3b8482caf153880d2560a95dc10e1773ed [INFO] running `Command { std: "docker" "start" "-a" "6f38669d4a1a6fa0e111828d1b14ba3b8482caf153880d2560a95dc10e1773ed", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking tinyvec v1.5.0 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.45 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking textwrap v0.14.2 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking gethostname v0.2.1 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking os_str_bytes v4.2.0 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking matchit v0.4.4 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking console v0.15.0 [INFO] [stderr] Checking shellwords v1.1.0 [INFO] [stderr] Compiling test-case v1.2.1 [INFO] [stderr] Compiling claim v0.5.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking webpki-roots v0.21.1 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.5 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Checking tracing-subscriber v0.3.1 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Checking clap v3.0.0-beta.5 [INFO] [stderr] Checking futures-executor v0.3.17 [INFO] [stderr] Checking futures v0.3.17 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-rustls v0.22.0 [INFO] [stderr] Checking h2 v0.3.7 [INFO] [stderr] Checking tower-http v0.1.1 [INFO] [stderr] Checking tower v0.4.10 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking serde_with v1.11.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking tracing-bunyan-formatter v0.3.0 [INFO] [stderr] Checking bollard-stubs v1.41.0 [INFO] [stderr] Checking hyper v0.14.14 [INFO] [stderr] Checking hyper-rustls v0.22.1 [INFO] [stderr] Checking hyperlocal v0.8.0 [INFO] [stderr] Checking axum v0.3.0 [INFO] [stderr] Checking reqwest v0.11.6 [INFO] [stderr] Checking bollard v0.11.0 [INFO] [stderr] Checking docker_queue v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `env` is imported redundantly [INFO] [stdout] --> src/domain/queued_container.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 161 | [INFO] [stdout] 162 | use super::*; [INFO] [stdout] | -------- the item `env` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn get_subscriber<'a, F, W>( [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static` [INFO] [stdout] | [INFO] [stdout] note: due to current limitations in the borrow checker, this implies a `'static` lifetime [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tracing-bunyan-formatter-0.3.0/src/formatting_layer.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl MakeWriter<'a> + 'static> BunyanFormattingLayer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / Registry::default() [INFO] [stdout] 23 | | .with(env_filter) [INFO] [stdout] 24 | | .with(JsonStorageLayer) [INFO] [stdout] 25 | | .with(formatting_layer) [INFO] [stdout] | |_______________________________^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / Registry::default() [INFO] [stdout] 23 | | .with(env_filter) [INFO] [stdout] 24 | | .with(JsonStorageLayer) [INFO] [stdout] 25 | | .with(formatting_layer) [INFO] [stdout] | |_______________________________^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'a>` [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'a>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn get_subscriber<'a, F, W>( [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static` [INFO] [stdout] | [INFO] [stdout] note: due to current limitations in the borrow checker, this implies a `'static` lifetime [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tracing-bunyan-formatter-0.3.0/src/formatting_layer.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl MakeWriter<'a> + 'static> BunyanFormattingLayer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | let formatting_layer = BunyanFormattingLayer::new(name, sink); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / Registry::default() [INFO] [stdout] 23 | | .with(env_filter) [INFO] [stdout] 24 | | .with(JsonStorageLayer) [INFO] [stdout] 25 | | .with(formatting_layer) [INFO] [stdout] | |_______________________________^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `MakeWriter` is not general enough [INFO] [stdout] --> src/telemetry.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / Registry::default() [INFO] [stdout] 23 | | .with(env_filter) [INFO] [stdout] 24 | | .with(JsonStorageLayer) [INFO] [stdout] 25 | | .with(formatting_layer) [INFO] [stdout] | |_______________________________^ implementation of `MakeWriter` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `F` must implement `MakeWriter<'a>` [INFO] [stdout] = note: ...but it actually implements `MakeWriter<'a>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `docker_queue` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `docker_queue` (lib test) due to 6 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "6f38669d4a1a6fa0e111828d1b14ba3b8482caf153880d2560a95dc10e1773ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f38669d4a1a6fa0e111828d1b14ba3b8482caf153880d2560a95dc10e1773ed", kill_on_drop: false }` [INFO] [stdout] 6f38669d4a1a6fa0e111828d1b14ba3b8482caf153880d2560a95dc10e1773ed