[INFO] cloning repository https://github.com/aos/luxor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aos/luxor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faos%2Fluxor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faos%2Fluxor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e43bde3fbb4315d97f2a48000f1b70c119a7c72 [INFO] checking aos/luxor against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faos%2Fluxor" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aos/luxor on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aos/luxor [INFO] finished tweaking git repo https://github.com/aos/luxor [INFO] tweaked toml for git repo https://github.com/aos/luxor written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/aos/luxor 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8722d58752e1163afe058018febcbc8cf96850acc4caf0e84c76408c7985a6a [INFO] running `Command { std: "docker" "start" "-a" "e8722d58752e1163afe058018febcbc8cf96850acc4caf0e84c76408c7985a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8722d58752e1163afe058018febcbc8cf96850acc4caf0e84c76408c7985a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8722d58752e1163afe058018febcbc8cf96850acc4caf0e84c76408c7985a6a", kill_on_drop: false }` [INFO] [stdout] e8722d58752e1163afe058018febcbc8cf96850acc4caf0e84c76408c7985a6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 184af71647fbe287c89b5ef2bfebf4c72c50adf5307c005180bc327d55e4c8cc [INFO] running `Command { std: "docker" "start" "-a" "184af71647fbe287c89b5ef2bfebf4c72c50adf5307c005180bc327d55e4c8cc", kill_on_drop: false }` [INFO] [stderr] Checking luxor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0317]: `if` may be missing an `else` clause [INFO] [stdout] --> src/parser.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | / if self.is_literal() { [INFO] [stdout] 120 | | self.advance(); [INFO] [stdout] 121 | | return Box::new(Expr::Lit(*self.previous().clone())) [INFO] [stdout] | | ---------------------------------------------------- found here [INFO] [stdout] 122 | | } [INFO] [stdout] | |_________^ expected `Box`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Box` [INFO] [stdout] found unit type `()` [INFO] [stdout] = note: `if` expressions without `else` evaluate to `()` [INFO] [stdout] = help: consider adding an `else` block that evaluates to the expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0317]: `if` may be missing an `else` clause [INFO] [stdout] --> src/parser.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | / if self.is_literal() { [INFO] [stdout] 120 | | self.advance(); [INFO] [stdout] 121 | | return Box::new(Expr::Lit(*self.previous().clone())) [INFO] [stdout] | | ---------------------------------------------------- found here [INFO] [stdout] 122 | | } [INFO] [stdout] | |_________^ expected `Box`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Box` [INFO] [stdout] found unit type `()` [INFO] [stdout] = note: `if` expressions without `else` evaluate to `()` [INFO] [stdout] = help: consider adding an `else` block that evaluates to the expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/parser.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 26 | let operator = self.previous(); [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 27 | let right = self.comparison(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 30 | operator: *operator.clone(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 23 | let expr = self.comparison(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 28 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/parser.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 48 | let operator = self.previous(); [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 49 | let right = self.term(); [INFO] [stdout] | ^^^^^^^^^^^ mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 52 | operator: *operator.clone(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 40 | let expr = self.term(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 50 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 62 | let expr = self.factor(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 67 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | while self.match_tokens(&[TokenType::Slash, TokenType::Star]) { [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 78 | fn factor(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 79 | let expr = self.unary(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 84 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:86:27 [INFO] [stdout] | [INFO] [stdout] 86 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | if self.match_tokens(&[TokenType::Bang, TokenType::Minus]) { [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 95 | fn unary(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | self.primary() [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 95 | fn unary(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/parser.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 26 | let operator = self.previous(); [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 27 | let right = self.comparison(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 30 | operator: *operator.clone(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 23 | let expr = self.comparison(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 28 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/parser.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 48 | let operator = self.previous(); [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 49 | let right = self.term(); [INFO] [stdout] | ^^^^^^^^^^^ mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 52 | operator: *operator.clone(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 40 | let expr = self.term(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 50 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 62 | let expr = self.factor(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 67 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | while self.match_tokens(&[TokenType::Slash, TokenType::Star]) { [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 78 | fn factor(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0384]: cannot assign twice to immutable variable `expr` [INFO] [stdout] --> src/parser.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 79 | let expr = self.unary(); [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | first assignment to `expr` [INFO] [stdout] | help: consider making this binding mutable: `mut expr` [INFO] [stdout] ... [INFO] [stdout] 84 | expr = Box::new(Expr::Binary { [INFO] [stdout] | ^^^^ cannot assign twice to immutable variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:86:27 [INFO] [stdout] | [INFO] [stdout] 86 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | if self.match_tokens(&[TokenType::Bang, TokenType::Minus]) { [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 95 | fn unary(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of a shared reference [INFO] [stdout] --> src/parser.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | operator: *operator.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because value has type `token::Token`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `*self` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/parser.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | self.primary() [INFO] [stdout] | ^^^^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] | [INFO] [stdout] help: consider changing this to be a mutable reference [INFO] [stdout] | [INFO] [stdout] 95 | fn unary(&mut self) -> Box { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0317, E0384, E0502, E0507, E0596. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0317`. [INFO] [stdout] [INFO] [stderr] error: could not compile `luxor` (bin "luxor") due to 16 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0317, E0384, E0502, E0507, E0596. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0317`. [INFO] [stdout] [INFO] [stderr] error: could not compile `luxor` (bin "luxor" test) due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "184af71647fbe287c89b5ef2bfebf4c72c50adf5307c005180bc327d55e4c8cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "184af71647fbe287c89b5ef2bfebf4c72c50adf5307c005180bc327d55e4c8cc", kill_on_drop: false }` [INFO] [stdout] 184af71647fbe287c89b5ef2bfebf4c72c50adf5307c005180bc327d55e4c8cc [INFO] checking aos/luxor against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faos%2Fluxor" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aos/luxor on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aos/luxor [INFO] finished tweaking git repo https://github.com/aos/luxor [INFO] tweaked toml for git repo https://github.com/aos/luxor written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/aos/luxor 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8d66d14926f865fc27814491b414d6371f1b139ba61b764e638a24fc5258b8a [INFO] running `Command { std: "docker" "start" "-a" "e8d66d14926f865fc27814491b414d6371f1b139ba61b764e638a24fc5258b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8d66d14926f865fc27814491b414d6371f1b139ba61b764e638a24fc5258b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8d66d14926f865fc27814491b414d6371f1b139ba61b764e638a24fc5258b8a", kill_on_drop: false }` [INFO] [stdout] e8d66d14926f865fc27814491b414d6371f1b139ba61b764e638a24fc5258b8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f93017b5c25ed00bc5b3936df57579b4512d1d86f18092c09e6d5bd1cc4e266 [INFO] running `Command { std: "docker" "start" "-a" "4f93017b5c25ed00bc5b3936df57579b4512d1d86f18092c09e6d5bd1cc4e266", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "4f93017b5c25ed00bc5b3936df57579b4512d1d86f18092c09e6d5bd1cc4e266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f93017b5c25ed00bc5b3936df57579b4512d1d86f18092c09e6d5bd1cc4e266", kill_on_drop: false }` [INFO] [stdout] 4f93017b5c25ed00bc5b3936df57579b4512d1d86f18092c09e6d5bd1cc4e266