[INFO] cloning repository https://github.com/AK-10/rust_chibicc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AK-10/rust_chibicc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAK-10%2Frust_chibicc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAK-10%2Frust_chibicc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 60a5a9f09f830eecabaa1be519192b41256b5f42 [INFO] building AK-10/rust_chibicc against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAK-10%2Frust_chibicc" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AK-10/rust_chibicc on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AK-10/rust_chibicc [INFO] finished tweaking git repo https://github.com/AK-10/rust_chibicc [INFO] tweaked toml for git repo https://github.com/AK-10/rust_chibicc written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/AK-10/rust_chibicc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da8700ee05aef47fa5fe2c1aeb38f25e74880ada947ecd38f821fbf08f2d6eab [INFO] running `Command { std: "docker" "start" "-a" "da8700ee05aef47fa5fe2c1aeb38f25e74880ada947ecd38f821fbf08f2d6eab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da8700ee05aef47fa5fe2c1aeb38f25e74880ada947ecd38f821fbf08f2d6eab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da8700ee05aef47fa5fe2c1aeb38f25e74880ada947ecd38f821fbf08f2d6eab", kill_on_drop: false }` [INFO] [stdout] da8700ee05aef47fa5fe2c1aeb38f25e74880ada947ecd38f821fbf08f2d6eab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55f00a4799056037bcacf48f159192f3eeeb348874dd5f1cc73e8eca08b28e46 [INFO] running `Command { std: "docker" "start" "-a" "55f00a4799056037bcacf48f159192f3eeeb348874dd5f1cc73e8eca08b28e46", kill_on_drop: false }` [INFO] [stderr] Compiling rust_chibicc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:587:27 [INFO] [stdout] | [INFO] [stdout] 587 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 587 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 587 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:598:27 [INFO] [stdout] | [INFO] [stdout] 598 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 598 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 598 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:624:27 [INFO] [stdout] | [INFO] [stdout] 624 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 624 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 624 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.11s [INFO] running `Command { std: "docker" "inspect" "55f00a4799056037bcacf48f159192f3eeeb348874dd5f1cc73e8eca08b28e46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55f00a4799056037bcacf48f159192f3eeeb348874dd5f1cc73e8eca08b28e46", kill_on_drop: false }` [INFO] [stdout] 55f00a4799056037bcacf48f159192f3eeeb348874dd5f1cc73e8eca08b28e46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69f440acd9b3ca57290127cedb525b23bc5b3c64be9d26c67d4061fd650bf108 [INFO] running `Command { std: "docker" "start" "-a" "69f440acd9b3ca57290127cedb525b23bc5b3c64be9d26c67d4061fd650bf108", kill_on_drop: false }` [INFO] [stderr] Compiling rust_chibicc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:587:27 [INFO] [stdout] | [INFO] [stdout] 587 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 587 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 587 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:598:27 [INFO] [stdout] | [INFO] [stdout] 598 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 598 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 598 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:624:27 [INFO] [stdout] | [INFO] [stdout] 624 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 624 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 624 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:587:27 [INFO] [stdout] | [INFO] [stdout] 587 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 587 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 587 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:598:27 [INFO] [stdout] | [INFO] [stdout] 598 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 598 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 598 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/codegen.rs:624:27 [INFO] [stdout] | [INFO] [stdout] 624 | x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 624 - x => unreachable!(format!("{} is unexpected byte size of type", x)) [INFO] [stdout] 624 + x => unreachable!("{} is unexpected byte size of type", x) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_chibicc-a08ec904480ed193) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_chibicc-6da3383dd53a964a) [INFO] running `Command { std: "docker" "inspect" "69f440acd9b3ca57290127cedb525b23bc5b3c64be9d26c67d4061fd650bf108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69f440acd9b3ca57290127cedb525b23bc5b3c64be9d26c67d4061fd650bf108", kill_on_drop: false }` [INFO] [stdout] 69f440acd9b3ca57290127cedb525b23bc5b3c64be9d26c67d4061fd650bf108