[INFO] cloning repository https://github.com/hauleth/dolores [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hauleth/dolores" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhauleth%2Fdolores", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhauleth%2Fdolores'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a202645f77e7899c78e1a7753632c0a44bfeaf62 [INFO] checking hauleth/dolores against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhauleth%2Fdolores" "/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/hauleth/dolores on toolchain 8ea250bdb76176ecb0225baa34aa634b024ae0e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hauleth/dolores [INFO] finished tweaking git repo https://github.com/hauleth/dolores [INFO] tweaked toml for git repo https://github.com/hauleth/dolores written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/hauleth/dolores already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1203d3b9a772b0ed4c4ce127aedd2d0b980ca98361778ad515ae5ff70d43589 [INFO] running `Command { std: "docker" "start" "-a" "a1203d3b9a772b0ed4c4ce127aedd2d0b980ca98361778ad515ae5ff70d43589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1203d3b9a772b0ed4c4ce127aedd2d0b980ca98361778ad515ae5ff70d43589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1203d3b9a772b0ed4c4ce127aedd2d0b980ca98361778ad515ae5ff70d43589", kill_on_drop: false }` [INFO] [stdout] a1203d3b9a772b0ed4c4ce127aedd2d0b980ca98361778ad515ae5ff70d43589 [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=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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45f3a18350bc9b80daa84553e167f9d5148611f638dd5b6d3c8714bb4bf80f56 [INFO] running `Command { std: "docker" "start" "-a" "45f3a18350bc9b80daa84553e167f9d5148611f638dd5b6d3c8714bb4bf80f56", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking owo-colors v1.3.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking pem v1.0.2 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking tracing-subscriber v0.2.25 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking tracing-subscriber v0.3.5 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rustls v0.20.2 [INFO] [stderr] Checking yasna v0.4.0 [INFO] [stderr] Checking rcgen v0.8.14 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Checking tokio v1.15.0 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Checking tracing-error v0.1.2 [INFO] [stderr] Checking strum v0.23.0 [INFO] [stderr] Checking color-spantrace v0.1.6 [INFO] [stderr] Checking color-eyre v0.5.11 [INFO] [stderr] Checking tokio-rustls v0.23.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking dolores v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0391]: cycle detected when type-checking `proxy::tls_terminating::::run` [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `proxy::tls_terminating::::run`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `proxy::transparent::::run` [INFO] [stdout] --> src/proxy/transparent.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `proxy::transparent::::run`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dolores` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0391]: cycle detected when type-checking `proxy::tls_terminating::::run` [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `proxy::tls_terminating::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/tls_terminating.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | async fn run(&self, up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 36 | | tracing::debug!("Proxy started"); [INFO] [stdout] 37 | | let up_addr = up.local_addr().unwrap(); [INFO] [stdout] 38 | | let down_addr = down.peer_addr().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `proxy::tls_terminating::::run`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `proxy::transparent::::run` [INFO] [stdout] --> src/proxy/transparent.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `proxy::transparent::::run::{closure#0}`... [INFO] [stdout] --> src/proxy/transparent.rs:12:83 [INFO] [stdout] | [INFO] [stdout] 12 | async fn run(&self, mut up: Self::Up, mut down: Self::Down) -> io::Result<()> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 13 | | tracing::debug!("Proxy started"); [INFO] [stdout] 14 | | [INFO] [stdout] 15 | | let (mut ru, mut wu) = up.split(); [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `proxy::transparent::::run`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dolores` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "45f3a18350bc9b80daa84553e167f9d5148611f638dd5b6d3c8714bb4bf80f56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f3a18350bc9b80daa84553e167f9d5148611f638dd5b6d3c8714bb4bf80f56", kill_on_drop: false }` [INFO] [stdout] 45f3a18350bc9b80daa84553e167f9d5148611f638dd5b6d3c8714bb4bf80f56