[INFO] cloning repository https://github.com/tkyk0317/rcc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkyk0317/rcc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31c8d77ac54c1a1adba4de79d4b028d695f63500 [INFO] testing tkyk0317/rcc against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc" "/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/tkyk0317/rcc on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tkyk0317/rcc [INFO] finished tweaking git repo https://github.com/tkyk0317/rcc [INFO] tweaked toml for git repo https://github.com/tkyk0317/rcc written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/tkyk0317/rcc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47cb203d973bb63a3dc4326aef466bdb641437d0bd995aed298a9ffcba8301e6 [INFO] running `Command { std: "docker" "start" "-a" "47cb203d973bb63a3dc4326aef466bdb641437d0bd995aed298a9ffcba8301e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47cb203d973bb63a3dc4326aef466bdb641437d0bd995aed298a9ffcba8301e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47cb203d973bb63a3dc4326aef466bdb641437d0bd995aed298a9ffcba8301e6", kill_on_drop: false }` [INFO] [stdout] 47cb203d973bb63a3dc4326aef466bdb641437d0bd995aed298a9ffcba8301e6 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00b8bb2489380188ae3968c6a5c020edeaf319c9872782313c2611b0e22002e0 [INFO] running `Command { std: "docker" "start" "-a" "00b8bb2489380188ae3968c6a5c020edeaf319c9872782313c2611b0e22002e0", kill_on_drop: false }` [INFO] [stderr] Compiling rcc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `f_sym` [INFO] [stdout] --> src/ast.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | f_sym: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:883:25 [INFO] [stdout] | [INFO] [stdout] 883 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 884 | | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stdout] 885 | | a [INFO] [stdout] 886 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 883 ~ _ => panic!( [INFO] [stdout] 884 | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stdout] 885 | a [INFO] [stdout] 886 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:926:29 [INFO] [stdout] | [INFO] [stdout] 926 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 926 - _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stdout] 926 + _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:928:25 [INFO] [stdout] | [INFO] [stdout] 928 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stdout] | _________________________^ [INFO] [stdout] 929 | | a [INFO] [stdout] 930 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 928 ~ _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stdout] 929 | a [INFO] [stdout] 930 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:958:29 [INFO] [stdout] | [INFO] [stdout] 958 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 959 | | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stdout] 960 | | s [INFO] [stdout] 961 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 958 ~ _ => panic!( [INFO] [stdout] 959 | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stdout] 960 | s [INFO] [stdout] 961 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:963:25 [INFO] [stdout] | [INFO] [stdout] 963 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 964 | | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stdout] 965 | | a [INFO] [stdout] 966 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 963 ~ _ => panic!( [INFO] [stdout] 964 | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stdout] 965 | a [INFO] [stdout] 966 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:994:29 [INFO] [stdout] | [INFO] [stdout] 994 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 995 | | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stdout] 996 | | s [INFO] [stdout] 997 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 994 ~ _ => panic!( [INFO] [stdout] 995 | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stdout] 996 | s [INFO] [stdout] 997 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:999:25 [INFO] [stdout] | [INFO] [stdout] 999 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 1000 | | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stdout] 1001 | | a [INFO] [stdout] 1002 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 999 ~ _ => panic!( [INFO] [stdout] 1000 | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stdout] 1001 | a [INFO] [stdout] 1002 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:1030:29 [INFO] [stdout] | [INFO] [stdout] 1030 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 1031 | | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stdout] 1032 | | s [INFO] [stdout] 1033 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 1030 ~ _ => panic!( [INFO] [stdout] 1031 | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stdout] 1032 | s [INFO] [stdout] 1033 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:1035:25 [INFO] [stdout] | [INFO] [stdout] 1035 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 1036 | | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stdout] 1037 | | a [INFO] [stdout] 1038 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 1035 ~ _ => panic!( [INFO] [stdout] 1036 | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stdout] 1037 | a [INFO] [stdout] 1038 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `Command { std: "docker" "inspect" "00b8bb2489380188ae3968c6a5c020edeaf319c9872782313c2611b0e22002e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00b8bb2489380188ae3968c6a5c020edeaf319c9872782313c2611b0e22002e0", kill_on_drop: false }` [INFO] [stdout] 00b8bb2489380188ae3968c6a5c020edeaf319c9872782313c2611b0e22002e0 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2a7fba6bf054e02bfef09574880d962b05a0893c18a0743b7645541a7d47716 [INFO] running `Command { std: "docker" "start" "-a" "d2a7fba6bf054e02bfef09574880d962b05a0893c18a0743b7645541a7d47716", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rcc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `f_sym` [INFO] [stdout] --> src/ast.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | f_sym: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:883:25 [INFO] [stdout] | [INFO] [stdout] 883 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 884 | | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stdout] 885 | | a [INFO] [stdout] 886 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 883 ~ _ => panic!( [INFO] [stdout] 884 | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stdout] 885 | a [INFO] [stdout] 886 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:926:29 [INFO] [stdout] | [INFO] [stdout] 926 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 926 - _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stdout] 926 + _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:928:25 [INFO] [stdout] | [INFO] [stdout] 928 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stdout] | _________________________^ [INFO] [stdout] 929 | | a [INFO] [stdout] 930 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 928 ~ _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stdout] 929 | a [INFO] [stdout] 930 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:958:29 [INFO] [stdout] | [INFO] [stdout] 958 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 959 | | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stdout] 960 | | s [INFO] [stdout] 961 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 958 ~ _ => panic!( [INFO] [stdout] 959 | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stdout] 960 | s [INFO] [stdout] 961 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:963:25 [INFO] [stdout] | [INFO] [stdout] 963 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 964 | | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stdout] 965 | | a [INFO] [stdout] 966 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 963 ~ _ => panic!( [INFO] [stdout] 964 | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stdout] 965 | a [INFO] [stdout] 966 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:994:29 [INFO] [stdout] | [INFO] [stdout] 994 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 995 | | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stdout] 996 | | s [INFO] [stdout] 997 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 994 ~ _ => panic!( [INFO] [stdout] 995 | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stdout] 996 | s [INFO] [stdout] 997 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:999:25 [INFO] [stdout] | [INFO] [stdout] 999 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 1000 | | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stdout] 1001 | | a [INFO] [stdout] 1002 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 999 ~ _ => panic!( [INFO] [stdout] 1000 | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stdout] 1001 | a [INFO] [stdout] 1002 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:1030:29 [INFO] [stdout] | [INFO] [stdout] 1030 | _ => panic!(format!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 1031 | | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stdout] 1032 | | s [INFO] [stdout] 1033 | | )), [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 1030 ~ _ => panic!( [INFO] [stdout] 1031 | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stdout] 1032 | s [INFO] [stdout] 1033 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/asm.rs:1035:25 [INFO] [stdout] | [INFO] [stdout] 1035 | _ => panic!(format!( [INFO] [stdout] | _________________________^ [INFO] [stdout] 1036 | | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stdout] 1037 | | a [INFO] [stdout] 1038 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 1035 ~ _ => panic!( [INFO] [stdout] 1036 | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stdout] 1037 | a [INFO] [stdout] 1038 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | Err(e) => panic!(e), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 102 | Err(e) => panic!("{}", e), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 102 | Err(e) => std::panic::panic_any(e), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:109:46 [INFO] [stdout] | [INFO] [stdout] 109 | ... Err(e) => panic!(e), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 109 | Err(e) => panic!("{}", e), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 109 | Err(e) => std::panic::panic_any(e), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.15s [INFO] running `Command { std: "docker" "inspect" "d2a7fba6bf054e02bfef09574880d962b05a0893c18a0743b7645541a7d47716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2a7fba6bf054e02bfef09574880d962b05a0893c18a0743b7645541a7d47716", kill_on_drop: false }` [INFO] [stdout] d2a7fba6bf054e02bfef09574880d962b05a0893c18a0743b7645541a7d47716 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1c04f89edd44a22fa6e23f60394daca67b37c59a93a4fbe9f4a1a82ce47b9029 [INFO] running `Command { std: "docker" "start" "-a" "1c04f89edd44a22fa6e23f60394daca67b37c59a93a4fbe9f4a1a82ce47b9029", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `f_sym` [INFO] [stderr] --> src/ast.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | f_sym: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:883:25 [INFO] [stderr] | [INFO] [stderr] 883 | _ => panic!(format!( [INFO] [stderr] | _________________________^ [INFO] [stderr] 884 | | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stderr] 885 | | a [INFO] [stderr] 886 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 883 ~ _ => panic!( [INFO] [stderr] 884 | "asm.rs(generate_lvalue_address): Not Support AstType {:?}", [INFO] [stderr] 885 | a [INFO] [stderr] 886 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:926:29 [INFO] [stderr] | [INFO] [stderr] 926 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 926 - _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)), [INFO] [stderr] 926 + _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:928:25 [INFO] [stderr] | [INFO] [stderr] 928 | _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stderr] | _________________________^ [INFO] [stderr] 929 | | a [INFO] [stderr] 930 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 928 ~ _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}", [INFO] [stderr] 929 | a [INFO] [stderr] 930 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:958:29 [INFO] [stderr] | [INFO] [stderr] 958 | _ => panic!(format!( [INFO] [stderr] | _____________________________^ [INFO] [stderr] 959 | | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stderr] 960 | | s [INFO] [stderr] 961 | | )), [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 958 ~ _ => panic!( [INFO] [stderr] 959 | "asm.rs(generate_post_dec): Not Support Structure {:?}", [INFO] [stderr] 960 | s [INFO] [stderr] 961 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:963:25 [INFO] [stderr] | [INFO] [stderr] 963 | _ => panic!(format!( [INFO] [stderr] | _________________________^ [INFO] [stderr] 964 | | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stderr] 965 | | a [INFO] [stderr] 966 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 963 ~ _ => panic!( [INFO] [stderr] 964 | "asm.rs(generate_post_dec): Not Support AstType {:?}", [INFO] [stderr] 965 | a [INFO] [stderr] 966 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:994:29 [INFO] [stderr] | [INFO] [stderr] 994 | _ => panic!(format!( [INFO] [stderr] | _____________________________^ [INFO] [stderr] 995 | | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stderr] 996 | | s [INFO] [stderr] 997 | | )), [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 994 ~ _ => panic!( [INFO] [stderr] 995 | "asm.rs(generate_pre_inc): Not Support Structure {:?}", [INFO] [stderr] 996 | s [INFO] [stderr] 997 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:999:25 [INFO] [stderr] | [INFO] [stderr] 999 | _ => panic!(format!( [INFO] [stderr] | _________________________^ [INFO] [stderr] 1000 | | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stderr] 1001 | | a [INFO] [stderr] 1002 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 999 ~ _ => panic!( [INFO] [stderr] 1000 | "asm.rs(generate_pre_inc): Not Support AstType {:?}", [INFO] [stderr] 1001 | a [INFO] [stderr] 1002 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:1030:29 [INFO] [stderr] | [INFO] [stderr] 1030 | _ => panic!(format!( [INFO] [stderr] | _____________________________^ [INFO] [stderr] 1031 | | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stderr] 1032 | | s [INFO] [stderr] 1033 | | )), [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 1030 ~ _ => panic!( [INFO] [stderr] 1031 | "asm.rs(generate_pre_dec): Not Support Structure {:?}", [INFO] [stderr] 1032 | s [INFO] [stderr] 1033 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/asm.rs:1035:25 [INFO] [stderr] | [INFO] [stderr] 1035 | _ => panic!(format!( [INFO] [stderr] | _________________________^ [INFO] [stderr] 1036 | | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stderr] 1037 | | a [INFO] [stderr] 1038 | | )), [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 1035 ~ _ => panic!( [INFO] [stderr] 1036 | "asm.rs(generate_pre_dec): Not Support AstType {:?}", [INFO] [stderr] 1037 | a [INFO] [stderr] 1038 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | Err(e) => panic!(e), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 102 | Err(e) => panic!("{}", e), [INFO] [stderr] | +++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 102 | Err(e) => std::panic::panic_any(e), [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:109:46 [INFO] [stderr] | [INFO] [stderr] 109 | ... Err(e) => panic!(e), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 109 | Err(e) => panic!("{}", e), [INFO] [stderr] | +++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 109 | Err(e) => std::panic::panic_any(e), [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] warning: `rcc` (bin "rcc" test) generated 12 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rcc-2b6c8c82c244da79) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test ast::tests::test_add_operator ... ok [INFO] [stdout] test ast::tests::test_address_indirect ... ok [INFO] [stdout] test ast::tests::test_array ... ok [INFO] [stdout] test ast::tests::test_add_sub_indirect ... ok [INFO] [stdout] test ast::tests::test_assign_operator ... ok [INFO] [stdout] test ast::tests::test_bit_operator ... ok [INFO] [stdout] test ast::tests::test_assign_indirect ... ok [INFO] [stdout] test ast::tests::test_bracket ... ok [INFO] [stdout] test ast::tests::test_compound ... ok [INFO] [stdout] test ast::tests::test_greater_than_operator ... ok [INFO] [stdout] test ast::tests::test_condition_expression ... ok [INFO] [stdout] test ast::tests::test_division_assign ... ok [INFO] [stdout] test ast::tests::test_equal_operator ... ok [INFO] [stdout] test ast::tests::test_div_operator ... ok [INFO] [stdout] test ast::tests::test_call_func ... ok [INFO] [stdout] test ast::tests::test_less_than_operator ... ok [INFO] [stdout] test ast::tests::test_func_def_with_args ... ok [INFO] [stdout] test ast::tests::test_logical_operator ... ok [INFO] [stdout] test ast::tests::test_minus_assign ... ok [INFO] [stdout] test ast::tests::test_lvalue ... ok [INFO] [stdout] test ast::tests::test_multiple_assign ... ok [INFO] [stdout] test ast::tests::test_mix_logical_operator ... ok [INFO] [stdout] test ast::tests::test_not_equal_operator ... ok [INFO] [stdout] test ast::tests::test_mul_operator ... ok [INFO] [stdout] test ast::tests::test_plus_assign ... ok [INFO] [stdout] test ast::tests::test_mix_operator ... ok [INFO] [stdout] test ast::tests::test_post_inc_dec ... ok [INFO] [stdout] test ast::tests::test_remainder_assign ... ok [INFO] [stdout] test ast::tests::test_pre_inc_dec ... ok [INFO] [stdout] test ast::tests::test_shift_operator ... ok [INFO] [stdout] test ast::tests::test_some_func_def ... ok [INFO] [stdout] test ast::tests::test_sizeof ... ok [INFO] [stdout] test ast::tests::test_statement_do_while ... ok [INFO] [stdout] test ast::tests::test_statement_if ... ok [INFO] [stdout] test ast::tests::test_statement_return ... ok [INFO] [stdout] test ast::tests::test_statement_for ... ok [INFO] [stdout] test ast::tests::test_statement_continue_and_break ... ok [INFO] [stdout] test ast::tests::test_statement_else ... ok [INFO] [stdout] test ast::tests::test_string_literal ... ok [INFO] [stdout] test ast::tests::test_struct_val ... ok [INFO] [stdout] test ast::tests::test_statement_while ... ok [INFO] [stdout] test ast::tests::test_struct ... ok [INFO] [stdout] test ast::tests::test_sub_operator ... ok [INFO] [stdout] test ast::tests::test_variable_char ... ok [INFO] [stdout] test ast::tests::test_unary_operator ... ok [INFO] [stdout] test lexer::tests::test_division_assign ... ok [INFO] [stdout] test lexer::tests::test_array ... ok [INFO] [stdout] test ast::tests::test_type_pointer ... ok [INFO] [stdout] test ast::tests::test_variable ... ok [INFO] [stdout] test lexer::tests::test_comment ... ok [INFO] [stdout] test lexer::tests::test_minus_assign ... ok [INFO] [stdout] test lexer::tests::test_plus_assign ... ok [INFO] [stdout] test lexer::tests::test_multiple_assign ... ok [INFO] [stdout] test lexer::tests::test_remainder_assign ... ok [INFO] [stdout] test lexer::tests::test_string ... ok [INFO] [stdout] test lexer::tests::test_sizeof ... ok [INFO] [stdout] test lexer::tests::test_type ... ok [INFO] [stdout] test semantic::test_func_call ... ok [INFO] [stdout] test semantic::test_func_type ... ok [INFO] [stdout] test semantic::test_arithmetic ... ok [INFO] [stdout] test semantic::test_global ... ok [INFO] [stdout] test semantic::test_func_argment ... ok [INFO] [stdout] test semantic::test_variable ... ok [INFO] [stdout] test lexer::tests::test_struct ... ok [INFO] [stdout] test symbol::test::test_register_symbol ... ok [INFO] [stdout] test symbol::test::test_type_size ... ok [INFO] [stdout] test lexer::tests::test_variable ... ok [INFO] [stdout] test lexer::tests::test_lexer ... ok [INFO] [stderr] error: test failed, to rerun pass '--bin rcc' [INFO] [stdout] test test::test_integration ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test::test_integration stdout ---- [INFO] [stdout] thread 'test::test_integration' panicked at 'Box', src/main.rs:109:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bae81d57bc - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55bae81d57bc - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55bae81d57bc - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55bae81d57bc - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55bae81fac6c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55bae81d0f68 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55bae81d7a87 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55bae81d7a87 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55bae81d7a87 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55bae81d77bb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55bae81d81da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55bae810bd99 - std::panicking::begin_panic::{{closure}}::hed83f949aedbe3be [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55bae817b083 - std::sys_common::backtrace::__rust_end_short_backtrace::h7964764c478ba1bf [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55bae810bc0b - std::panicking::begin_panic::hd31d8b1ed659e890 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55bae80fc6ca - rcc::test::eval::he3e264eb3cfc34a6 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:109:39 [INFO] [stdout] 15: 0x55bae8102799 - rcc::test::test_integration::{{closure}}::hae07ecb12bf7ae61 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:427:21 [INFO] [stdout] 16: 0x55bae8103afc - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h8e672e0aff1d44c5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/iter/traits/iterator.rs:770:29 [INFO] [stdout] 17: 0x55bae8178e29 - as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::h8d0d8e74a58d2ea3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/iter/adapters/enumerate.rs:106:27 [INFO] [stdout] 18: 0x55bae8153a4d - core::iter::traits::iterator::Iterator::fold::hd5daad601e3b9ab2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/iter/traits/iterator.rs:2285:21 [INFO] [stdout] 19: 0x55bae8178d77 - as core::iter::traits::iterator::Iterator>::fold::h75278a899d3b6484 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/iter/adapters/enumerate.rs:112:9 [INFO] [stdout] 20: 0x55bae817a5d2 - core::iter::traits::iterator::Iterator::for_each::h22e394a60178fc1a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/iter/traits/iterator.rs:773:9 [INFO] [stdout] 21: 0x55bae81026b8 - rcc::test::test_integration::he5af3b7af203b389 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:422:9 [INFO] [stdout] 22: 0x55bae80fc7fa - rcc::test::test_integration::{{closure}}::hb659d41e2e6a8b9d [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:118:5 [INFO] [stdout] 23: 0x55bae81744de - core::ops::function::FnOnce::call_once::h3c5065da7b7fce8e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55bae81ab4c3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 25: 0x55bae81ab4c3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 26: 0x55bae81aa1f1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 27: 0x55bae81aa1f1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x55bae81aa1f1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 29: 0x55bae81aa1f1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 30: 0x55bae81aa1f1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 31: 0x55bae81aa1f1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 32: 0x55bae81aa1f1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 33: 0x55bae81b3ad1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 34: 0x55bae81b3ad1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 35: 0x55bae818022f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 36: 0x55bae818022f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x55bae818022f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 38: 0x55bae818022f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 39: 0x55bae818022f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 40: 0x55bae818022f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 41: 0x55bae818022f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x55bae81ddfe3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 43: 0x55bae81ddfe3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 44: 0x55bae81ddfe3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7f9764ead609 - start_thread [INFO] [stdout] 46: 0x7f9764c7f293 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test::test_integration [INFO] [stdout] [INFO] [stdout] test result: FAILED. 68 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1c04f89edd44a22fa6e23f60394daca67b37c59a93a4fbe9f4a1a82ce47b9029", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c04f89edd44a22fa6e23f60394daca67b37c59a93a4fbe9f4a1a82ce47b9029", kill_on_drop: false }` [INFO] [stdout] 1c04f89edd44a22fa6e23f60394daca67b37c59a93a4fbe9f4a1a82ce47b9029