[INFO] cloning repository https://github.com/rodya-mirov/burstlang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodya-mirov/burstlang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fburstlang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fburstlang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40f89f87a9d07ae759f9df97700661e710fdcbcd [INFO] checking rodya-mirov/burstlang against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fburstlang" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rodya-mirov/burstlang on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rodya-mirov/burstlang [INFO] finished tweaking git repo https://github.com/rodya-mirov/burstlang [INFO] tweaked toml for git repo https://github.com/rodya-mirov/burstlang written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/rodya-mirov/burstlang already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2f804dade662a6b5feb51442aee42138b0e33cd9b04f14eb46fe889db311cfc7 [INFO] running `Command { std: "docker" "start" "-a" "2f804dade662a6b5feb51442aee42138b0e33cd9b04f14eb46fe889db311cfc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f804dade662a6b5feb51442aee42138b0e33cd9b04f14eb46fe889db311cfc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f804dade662a6b5feb51442aee42138b0e33cd9b04f14eb46fe889db311cfc7", kill_on_drop: false }` [INFO] [stdout] 2f804dade662a6b5feb51442aee42138b0e33cd9b04f14eb46fe889db311cfc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ab77c4a0452a1f37c408dabf4d3252982750126e83d8cccd61479d17ebc5303 [INFO] running `Command { std: "docker" "start" "-a" "8ab77c4a0452a1f37c408dabf4d3252982750126e83d8cccd61479d17ebc5303", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking bytecode v0.1.0 (/opt/rustwide/workdir/bytecode) [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | / (format!( [INFO] [stdout] 279 | | "{:04} {:04} OP_CALL ({} args)\n", [INFO] [stdout] 280 | | line, [INFO] [stdout] 281 | | offset, [INFO] [stdout] 282 | | chunk.code[offset + 1] [INFO] [stdout] 283 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 278 | format!( [INFO] [stdout] 279 | "{:04} {:04} OP_CALL ({} args)\n", [INFO] [stdout] 280 | line, [INFO] [stdout] 281 | offset, [INFO] [stdout] 282 | chunk.code[offset + 1] [INFO] [stdout] 283 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | / (format!( [INFO] [stdout] 304 | | "{:04} {:04} OP_GET_LOCAL {}\n", [INFO] [stdout] 305 | | line, [INFO] [stdout] 306 | | offset, [INFO] [stdout] 307 | | chunk.code[offset + 1] [INFO] [stdout] 308 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 303 | format!( [INFO] [stdout] 304 | "{:04} {:04} OP_GET_LOCAL {}\n", [INFO] [stdout] 305 | line, [INFO] [stdout] 306 | offset, [INFO] [stdout] 307 | chunk.code[offset + 1] [INFO] [stdout] 308 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:311:17 [INFO] [stdout] | [INFO] [stdout] 311 | / (format!( [INFO] [stdout] 312 | | "{:04} {:04} OP_SET_LOCAL {}\n", [INFO] [stdout] 313 | | line, [INFO] [stdout] 314 | | offset, [INFO] [stdout] 315 | | chunk.code[offset + 1] [INFO] [stdout] 316 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 311 | format!( [INFO] [stdout] 312 | "{:04} {:04} OP_SET_LOCAL {}\n", [INFO] [stdout] 313 | line, [INFO] [stdout] 314 | offset, [INFO] [stdout] 315 | chunk.code[offset + 1] [INFO] [stdout] 316 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:324:25 [INFO] [stdout] | [INFO] [stdout] 324 | / (format!( [INFO] [stdout] 325 | | "{:04} OP_CONSTANT -- index {} which is missing\n", [INFO] [stdout] 326 | | offset, value_index [INFO] [stdout] 327 | | )) [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 324 | format!( [INFO] [stdout] 325 | "{:04} OP_CONSTANT -- index {} which is missing\n", [INFO] [stdout] 326 | offset, value_index [INFO] [stdout] 327 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | / (format!( [INFO] [stdout] 338 | | "{:04} OP_CONSTANT_LONG -- index {} which is missing\n", [INFO] [stdout] 339 | | offset, value_index [INFO] [stdout] 340 | | )) [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 337 | format!( [INFO] [stdout] 338 | "{:04} OP_CONSTANT_LONG -- index {} which is missing\n", [INFO] [stdout] 339 | offset, value_index [INFO] [stdout] 340 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:381:9 [INFO] [stdout] | [INFO] [stdout] 381 | (string_out) [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | / (format!( [INFO] [stdout] 279 | | "{:04} {:04} OP_CALL ({} args)\n", [INFO] [stdout] 280 | | line, [INFO] [stdout] 281 | | offset, [INFO] [stdout] 282 | | chunk.code[offset + 1] [INFO] [stdout] 283 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 278 | format!( [INFO] [stdout] 279 | "{:04} {:04} OP_CALL ({} args)\n", [INFO] [stdout] 280 | line, [INFO] [stdout] 281 | offset, [INFO] [stdout] 282 | chunk.code[offset + 1] [INFO] [stdout] 283 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | / (format!( [INFO] [stdout] 304 | | "{:04} {:04} OP_GET_LOCAL {}\n", [INFO] [stdout] 305 | | line, [INFO] [stdout] 306 | | offset, [INFO] [stdout] 307 | | chunk.code[offset + 1] [INFO] [stdout] 308 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 303 | format!( [INFO] [stdout] 304 | "{:04} {:04} OP_GET_LOCAL {}\n", [INFO] [stdout] 305 | line, [INFO] [stdout] 306 | offset, [INFO] [stdout] 307 | chunk.code[offset + 1] [INFO] [stdout] 308 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:311:17 [INFO] [stdout] | [INFO] [stdout] 311 | / (format!( [INFO] [stdout] 312 | | "{:04} {:04} OP_SET_LOCAL {}\n", [INFO] [stdout] 313 | | line, [INFO] [stdout] 314 | | offset, [INFO] [stdout] 315 | | chunk.code[offset + 1] [INFO] [stdout] 316 | | )) [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 311 | format!( [INFO] [stdout] 312 | "{:04} {:04} OP_SET_LOCAL {}\n", [INFO] [stdout] 313 | line, [INFO] [stdout] 314 | offset, [INFO] [stdout] 315 | chunk.code[offset + 1] [INFO] [stdout] 316 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:324:25 [INFO] [stdout] | [INFO] [stdout] 324 | / (format!( [INFO] [stdout] 325 | | "{:04} OP_CONSTANT -- index {} which is missing\n", [INFO] [stdout] 326 | | offset, value_index [INFO] [stdout] 327 | | )) [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 324 | format!( [INFO] [stdout] 325 | "{:04} OP_CONSTANT -- index {} which is missing\n", [INFO] [stdout] 326 | offset, value_index [INFO] [stdout] 327 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | / (format!( [INFO] [stdout] 338 | | "{:04} OP_CONSTANT_LONG -- index {} which is missing\n", [INFO] [stdout] 339 | | offset, value_index [INFO] [stdout] 340 | | )) [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 337 | format!( [INFO] [stdout] 338 | "{:04} OP_CONSTANT_LONG -- index {} which is missing\n", [INFO] [stdout] 339 | offset, value_index [INFO] [stdout] 340 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> bytecode/src/lib.rs:381:9 [INFO] [stdout] | [INFO] [stdout] 381 | (string_out) [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking vm v0.1.0 (/opt/rustwide/workdir/vm) [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking compiler v0.1.0 (/opt/rustwide/workdir/compiler) [INFO] [stderr] Checking main v0.1.0 (/opt/rustwide/workdir/main) [INFO] [stderr] Checking burstc v0.1.0 (/opt/rustwide/workdir/burstc) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.01s [INFO] running `Command { std: "docker" "inspect" "8ab77c4a0452a1f37c408dabf4d3252982750126e83d8cccd61479d17ebc5303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ab77c4a0452a1f37c408dabf4d3252982750126e83d8cccd61479d17ebc5303", kill_on_drop: false }` [INFO] [stdout] 8ab77c4a0452a1f37c408dabf4d3252982750126e83d8cccd61479d17ebc5303