[INFO] cloning repository https://github.com/taufik-rama/maiden-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taufik-rama/maiden-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaufik-rama%2Fmaiden-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaufik-rama%2Fmaiden-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33543734c7af92a64f6a16bf8ef29814c6edc187 [INFO] checking taufik-rama/maiden-rs against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaufik-rama%2Fmaiden-rs" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taufik-rama/maiden-rs 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/taufik-rama/maiden-rs [INFO] finished tweaking git repo https://github.com/taufik-rama/maiden-rs [INFO] tweaked toml for git repo https://github.com/taufik-rama/maiden-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/taufik-rama/maiden-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e843a7149ceb0c87c64d906d44d92a2f09a8723cb837ed145e2bcc34d990bb51 [INFO] running `Command { std: "docker" "start" "-a" "e843a7149ceb0c87c64d906d44d92a2f09a8723cb837ed145e2bcc34d990bb51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e843a7149ceb0c87c64d906d44d92a2f09a8723cb837ed145e2bcc34d990bb51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e843a7149ceb0c87c64d906d44d92a2f09a8723cb837ed145e2bcc34d990bb51", kill_on_drop: false }` [INFO] [stdout] e843a7149ceb0c87c64d906d44d92a2f09a8723cb837ed145e2bcc34d990bb51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c19b18c4c79fa944dd810394af90f20039e9388f533177b938159d9ef7dee547 [INFO] running `Command { std: "docker" "start" "-a" "c19b18c4c79fa944dd810394af90f20039e9388f533177b938159d9ef7dee547", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking instant v0.1.11 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling structopt-derive v0.4.16 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling replace_derive v0.1.0 (/opt/rustwide/workdir/replace/replace_derive) [INFO] [stderr] Compiling tokio-macros v1.4.1 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Checking replace v0.1.0 (/opt/rustwide/workdir/replace) [INFO] [stderr] Checking thiserror v1.0.29 [INFO] [stderr] Checking structopt v0.3.23 [INFO] [stderr] Checking serde_yaml v0.8.21 [INFO] [stderr] Checking maiden v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0391]: cycle detected when type-checking `config::::parse` [INFO] [stdout] --> src/config.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[async_recursion] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ...which requires evaluating trait selection obligation `[generator interior@src/config.rs:37:71: 53:6]: core::marker::Send`... [INFO] [stdout] note: ...which requires generator glue MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `config::::parse`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] = note: this error originates in the attribute macro `async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `maiden` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0391]: cycle detected when type-checking `config::::parse` [INFO] [stdout] --> src/config.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[async_recursion] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ...which requires evaluating trait selection obligation `[generator interior@src/config.rs:37:71: 53:6]: core::marker::Send`... [INFO] [stdout] note: ...which requires generator glue MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `config::::parse::{closure#0}`... [INFO] [stdout] --> src/config.rs:37:71 [INFO] [stdout] | [INFO] [stdout] 37 | async fn parse(config_file: PathBuf) -> Result { [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 38 | | let config = [INFO] [stdout] 39 | | serde_yaml::from_reader::<_, Self>(std::fs::File::open(config_file.clone()).map_err( [INFO] [stdout] 40 | | |err| ConfigError::IoError(err, config_file.clone().to_string_lossy().to_string()), [INFO] [stdout] ... | [INFO] [stdout] 52 | | Ok(config) [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `config::::parse`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] = note: this error originates in the attribute macro `async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `maiden` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "c19b18c4c79fa944dd810394af90f20039e9388f533177b938159d9ef7dee547", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c19b18c4c79fa944dd810394af90f20039e9388f533177b938159d9ef7dee547", kill_on_drop: false }` [INFO] [stdout] c19b18c4c79fa944dd810394af90f20039e9388f533177b938159d9ef7dee547