[INFO] cloning repository https://github.com/Keshyu/space-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Keshyu/space-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c472408a4e7a0db61bb6f333a05aea17df5a40be [INFO] checking Keshyu/space-compiler against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeshyu%2Fspace-compiler" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Keshyu/space-compiler on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Keshyu/space-compiler [INFO] finished tweaking git repo https://github.com/Keshyu/space-compiler [INFO] tweaked toml for git repo https://github.com/Keshyu/space-compiler written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Keshyu/space-compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/Keshyu/compiler-module` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded phf_macros v0.7.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5c9e1fe177483baa3804b00a96dc875f47761350dbe8526f5b948f0636afd60 [INFO] running `Command { std: "docker" "start" "-a" "b5c9e1fe177483baa3804b00a96dc875f47761350dbe8526f5b948f0636afd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5c9e1fe177483baa3804b00a96dc875f47761350dbe8526f5b948f0636afd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5c9e1fe177483baa3804b00a96dc875f47761350dbe8526f5b948f0636afd60", kill_on_drop: false }` [INFO] [stdout] b5c9e1fe177483baa3804b00a96dc875f47761350dbe8526f5b948f0636afd60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9b9cf83644bcc579d1320772dbceac68c130fe363878364675198a435d09317 [INFO] running `Command { std: "docker" "start" "-a" "a9b9cf83644bcc579d1320772dbceac68c130fe363878364675198a435d09317", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Checking compiler_module v0.1.0 (https://github.com/Keshyu/compiler-module#e0b5d1ae) [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking phf_codegen v0.7.24 [INFO] [stderr] Compiling phf_macros v0.7.24 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking space-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lexer/lexer.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn new(source_str: &'a str) -> Lexer<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `type` [INFO] [stdout] --> src/token/token.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn r#type(&self) -> TokenType { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lexer/lexer.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn new(source_str: &'a str) -> Lexer<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `type` [INFO] [stdout] --> src/token/token.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn r#type(&self) -> TokenType { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.96s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a9b9cf83644bcc579d1320772dbceac68c130fe363878364675198a435d09317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9b9cf83644bcc579d1320772dbceac68c130fe363878364675198a435d09317", kill_on_drop: false }` [INFO] [stdout] a9b9cf83644bcc579d1320772dbceac68c130fe363878364675198a435d09317