[INFO] cloning repository https://github.com/gimbal-lang/gimbal [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gimbal-lang/gimbal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgimbal-lang%2Fgimbal", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgimbal-lang%2Fgimbal'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7cabf0db8772595430b5ec653b54e3ff6f466de9 [INFO] checking gimbal-lang/gimbal against master#22572d0994593197593e2a1b7b18d720a9a349a7 for pr-126452-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgimbal-lang%2Fgimbal" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gimbal-lang/gimbal on toolchain 22572d0994593197593e2a1b7b18d720a9a349a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gimbal-lang/gimbal [INFO] finished tweaking git repo https://github.com/gimbal-lang/gimbal [INFO] tweaked toml for git repo https://github.com/gimbal-lang/gimbal written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gimbal-lang/gimbal 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" "+22572d0994593197593e2a1b7b18d720a9a349a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3ab611be91779985f2839a142609f144b60e838ee76c54cf7da60c44843d8a0 [INFO] running `Command { std: "docker" "start" "-a" "f3ab611be91779985f2839a142609f144b60e838ee76c54cf7da60c44843d8a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3ab611be91779985f2839a142609f144b60e838ee76c54cf7da60c44843d8a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3ab611be91779985f2839a142609f144b60e838ee76c54cf7da60c44843d8a0", kill_on_drop: false }` [INFO] [stdout] f3ab611be91779985f2839a142609f144b60e838ee76c54cf7da60c44843d8a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4652e837493d2572be6f7fc53a2278f449f9db96fffa58a5c75ada5f181e846f [INFO] running `Command { std: "docker" "start" "-a" "4652e837493d2572be6f7fc53a2278f449f9db96fffa58a5c75ada5f181e846f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling pest v2.7.9 [INFO] [stderr] Compiling pest_meta v2.7.9 [INFO] [stderr] Compiling pest_generator v2.7.9 [INFO] [stderr] Compiling pest_derive v2.7.9 [INFO] [stderr] Checking gimbal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/app.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn patch(mut self, source_code: &str) -> Result { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lang/parser.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | TypeName(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 29 | TypeName(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `extends` and `attrs` are never read [INFO] [stdout] --> src/lang/parser.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | Entity{extends: Option, attrs: HashMap}, [INFO] [stdout] | ------ ^^^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `paths_to_parse` is never used [INFO] [stdout] --> src/lang/parser.rs:67:4 [INFO] [stdout] | [INFO] [stdout] 67 | fn paths_to_parse(app_path: &PathBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Boxable` is never used [INFO] [stdout] --> src/lang/parser.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | trait Boxable { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `help` is never used [INFO] [stdout] --> src/repl.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 149 | impl Command { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] 150 | fn help(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/error.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Error { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 9 | pub fn new(msg: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/app.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn patch(mut self, source_code: &str) -> Result { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lang/parser.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | TypeName(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 29 | TypeName(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `extends` and `attrs` are never read [INFO] [stdout] --> src/lang/parser.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | Entity{extends: Option, attrs: HashMap}, [INFO] [stdout] | ------ ^^^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `paths_to_parse` is never used [INFO] [stdout] --> src/lang/parser.rs:67:4 [INFO] [stdout] | [INFO] [stdout] 67 | fn paths_to_parse(app_path: &PathBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Boxable` is never used [INFO] [stdout] --> src/lang/parser.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | trait Boxable { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `help` is never used [INFO] [stdout] --> src/repl.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 149 | impl Command { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] 150 | fn help(&self) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/error.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Error { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 9 | pub fn new(msg: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.92s [INFO] running `Command { std: "docker" "inspect" "4652e837493d2572be6f7fc53a2278f449f9db96fffa58a5c75ada5f181e846f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4652e837493d2572be6f7fc53a2278f449f9db96fffa58a5c75ada5f181e846f", kill_on_drop: false }` [INFO] [stdout] 4652e837493d2572be6f7fc53a2278f449f9db96fffa58a5c75ada5f181e846f