[INFO] cloning repository https://github.com/framework-tools/castle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/framework-tools/castle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fframework-tools%2Fcastle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fframework-tools%2Fcastle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4968eb4488376f893034ba7a465c8de251abf6d1 [INFO] checking framework-tools/castle against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fframework-tools%2Fcastle" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/framework-tools/castle 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/framework-tools/castle [INFO] finished tweaking git repo https://github.com/framework-tools/castle [INFO] tweaked toml for git repo https://github.com/framework-tools/castle written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/framework-tools/castle 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 86cd87e60686198f99f263e5a6489b3510e9a9c72ad260f3636904d68355b7c3 [INFO] running `Command { std: "docker" "start" "-a" "86cd87e60686198f99f263e5a6489b3510e9a9c72ad260f3636904d68355b7c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86cd87e60686198f99f263e5a6489b3510e9a9c72ad260f3636904d68355b7c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86cd87e60686198f99f263e5a6489b3510e9a9c72ad260f3636904d68355b7c3", kill_on_drop: false }` [INFO] [stdout] 86cd87e60686198f99f263e5a6489b3510e9a9c72ad260f3636904d68355b7c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 982eb2617ada880fe8821bcd3b9e57dc12fdde7859568459dbcf088754a6d08a [INFO] running `Command { std: "docker" "start" "-a" "982eb2617ada880fe8821bcd3b9e57dc12fdde7859568459dbcf088754a6d08a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking byte v0.2.6 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking rmp v0.8.11 [INFO] [stderr] Checking rmpv v1.0.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Checking uuid v1.0.0 [INFO] [stderr] Checking castle_input_cursor v0.5.9 (/opt/rustwide/workdir/castle_input_cursor) [INFO] [stderr] Checking rmp-serde v1.1.0 [INFO] [stderr] Checking castle_error v0.5.9 (/opt/rustwide/workdir/castle_error) [INFO] [stderr] Checking castle_tokenizer v0.5.9 (/opt/rustwide/workdir/castle_tokenizer) [INFO] [stderr] Checking castle_shared_parser v0.5.9 (/opt/rustwide/workdir/castle_shared_parser) [INFO] [stderr] Checking castle_schema_parser v0.5.9 (/opt/rustwide/workdir/castle_schema_parser) [INFO] [stderr] Checking castle_query_parser v0.5.9 (/opt/rustwide/workdir/castle_query_parser) [INFO] [stderr] Checking castle_api v0.5.9 (/opt/rustwide/workdir/castle_api) [INFO] [stdout] warning: unused import: `castle_query_parser::Field` [INFO] [stdout] --> castle_api/src/types/value.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use castle_query_parser::Field; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `castle_query_parser::Field` [INFO] [stdout] --> castle_api/src/types/value.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use castle_query_parser::Field; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `executor::evaluate_field` [INFO] [stdout] --> castle_api/src/executor/mod.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | #[async_recursion] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires elaborating drops for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires borrow-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires processing `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires processing MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires unsafety-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires building MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires type-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: ...which again requires type-checking `executor::evaluate_field`, 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[E0391]: cycle detected when type-checking `executor::evaluate_field` [INFO] [stdout] --> castle_api/src/executor/mod.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | #[async_recursion] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires elaborating drops for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires borrow-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires processing `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires processing MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires unsafety-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires building MIR for `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: ...which requires type-checking `executor::evaluate_field::{closure#0}`... [INFO] [stdout] --> castle_api/src/executor/mod.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | ) -> Result, E>, CastleError> { [INFO] [stdout] | ____________________________________________________^ [INFO] [stdout] 78 | | match remaining_directives.get(0) { [INFO] [stdout] 79 | | Some(applied_directive) => { [INFO] [stdout] 80 | | let directive = match directives.get(&applied_directive.ident) { [INFO] [stdout] ... | [INFO] [stdout] 108 | | } [INFO] [stdout] 109 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: ...which again requires type-checking `executor::evaluate_field`, 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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `castle_api` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `castle_api` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "982eb2617ada880fe8821bcd3b9e57dc12fdde7859568459dbcf088754a6d08a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "982eb2617ada880fe8821bcd3b9e57dc12fdde7859568459dbcf088754a6d08a", kill_on_drop: false }` [INFO] [stdout] 982eb2617ada880fe8821bcd3b9e57dc12fdde7859568459dbcf088754a6d08a