[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tkyk0317/rcc on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-13/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-04-10" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 159d7b6905f5f8886060e6b45eafac0b3d0c5fb785db8cb62acbdfeb57369d57 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "159d7b6905f5f8886060e6b45eafac0b3d0c5fb785db8cb62acbdfeb57369d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "159d7b6905f5f8886060e6b45eafac0b3d0c5fb785db8cb62acbdfeb57369d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "159d7b6905f5f8886060e6b45eafac0b3d0c5fb785db8cb62acbdfeb57369d57", kill_on_drop: false }` [INFO] [stdout] 159d7b6905f5f8886060e6b45eafac0b3d0c5fb785db8cb62acbdfeb57369d57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 380eb606d58d249d1292ae3087e579041a34fedd67894691cbb265c02da955ea [INFO] running `Command { std: "docker" "start" "-a" "380eb606d58d249d1292ae3087e579041a34fedd67894691cbb265c02da955ea", 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 3.43s [INFO] running `Command { std: "docker" "inspect" "380eb606d58d249d1292ae3087e579041a34fedd67894691cbb265c02da955ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "380eb606d58d249d1292ae3087e579041a34fedd67894691cbb265c02da955ea", kill_on_drop: false }` [INFO] [stdout] 380eb606d58d249d1292ae3087e579041a34fedd67894691cbb265c02da955ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46f8b7cff02260846872cf2be275a0d3c02abc81f25b4aebc62faea4186cc5b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "46f8b7cff02260846872cf2be275a0d3c02abc81f25b4aebc62faea4186cc5b0", 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: 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 8.59s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rcc-2b6c8c82c244da79) [INFO] running `Command { std: "docker" "inspect" "46f8b7cff02260846872cf2be275a0d3c02abc81f25b4aebc62faea4186cc5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46f8b7cff02260846872cf2be275a0d3c02abc81f25b4aebc62faea4186cc5b0", kill_on_drop: false }` [INFO] [stdout] 46f8b7cff02260846872cf2be275a0d3c02abc81f25b4aebc62faea4186cc5b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2335849dffa42fb28f8fb2c426713f2fa68e0d0bb49ce6ee293f502e086d9a3c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2335849dffa42fb28f8fb2c426713f2fa68e0d0bb49ce6ee293f502e086d9a3c", 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.01s [INFO] [stderr] Running unittests src/main.rs (/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_assign_operator ... ok [INFO] [stdout] test ast::tests::test_division_assign ... ok [INFO] [stdout] test ast::tests::test_call_func ... ok [INFO] [stdout] test ast::tests::test_equal_operator ... ok [INFO] [stdout] test ast::tests::test_bracket ... ok [INFO] [stdout] test ast::tests::test_less_than_operator ... ok [INFO] [stdout] test ast::tests::test_compound ... ok [INFO] [stdout] test ast::tests::test_func_def_with_args ... ok [INFO] [stdout] test ast::tests::test_mix_logical_operator ... ok [INFO] [stdout] test ast::tests::test_mul_operator ... ok [INFO] [stdout] test ast::tests::test_not_equal_operator ... ok [INFO] [stdout] test ast::tests::test_add_sub_indirect ... ok [INFO] [stdout] test ast::tests::test_plus_assign ... ok [INFO] [stdout] test ast::tests::test_div_operator ... ok [INFO] [stdout] test ast::tests::test_shift_operator ... ok [INFO] [stdout] test ast::tests::test_sizeof ... ok [INFO] [stdout] test ast::tests::test_assign_indirect ... ok [INFO] [stdout] test ast::tests::test_logical_operator ... ok [INFO] [stdout] test ast::tests::test_remainder_assign ... ok [INFO] [stdout] test ast::tests::test_bit_operator ... ok [INFO] [stdout] test ast::tests::test_post_inc_dec ... ok [INFO] [stdout] test ast::tests::test_minus_assign ... ok [INFO] [stdout] test ast::tests::test_mix_operator ... ok [INFO] [stdout] test ast::tests::test_statement_continue_and_break ... ok [INFO] [stdout] test ast::tests::test_multiple_assign ... ok [INFO] [stdout] test ast::tests::test_pre_inc_dec ... ok [INFO] [stdout] test ast::tests::test_statement_if ... ok [INFO] [stdout] test ast::tests::test_statement_while ... ok [INFO] [stdout] test ast::tests::test_condition_expression ... ok [INFO] [stdout] test ast::tests::test_statement_return ... ok [INFO] [stdout] test ast::tests::test_statement_do_while ... ok [INFO] [stdout] test ast::tests::test_lvalue ... ok [INFO] [stdout] test ast::tests::test_statement_else ... ok [INFO] [stdout] test ast::tests::test_statement_for ... ok [INFO] [stdout] test ast::tests::test_some_func_def ... ok [INFO] [stdout] test ast::tests::test_string_literal ... ok [INFO] [stdout] test ast::tests::test_struct ... ok [INFO] [stdout] test ast::tests::test_struct_val ... ok [INFO] [stdout] test ast::tests::test_greater_than_operator ... ok [INFO] [stdout] test ast::tests::test_array ... ok [INFO] [stdout] test ast::tests::test_variable_char ... ok [INFO] [stdout] test lexer::tests::test_array ... ok [INFO] [stdout] test ast::tests::test_sub_operator ... ok [INFO] [stdout] test ast::tests::test_type_pointer ... ok [INFO] [stdout] test ast::tests::test_unary_operator ... ok [INFO] [stdout] test ast::tests::test_variable ... ok [INFO] [stdout] test semantic::test_arithmetic ... ok [INFO] [stdout] test lexer::tests::test_type ... ok [INFO] [stdout] test lexer::tests::test_comment ... ok [INFO] [stdout] test lexer::tests::test_minus_assign ... ok [INFO] [stdout] test lexer::tests::test_string ... ok [INFO] [stdout] test semantic::test_func_type ... ok [INFO] [stdout] test semantic::test_func_call ... ok [INFO] [stdout] test lexer::tests::test_remainder_assign ... ok [INFO] [stdout] test lexer::tests::test_sizeof ... ok [INFO] [stdout] test semantic::test_global ... ok [INFO] [stdout] test semantic::test_variable ... ok [INFO] [stdout] test symbol::test::test_type_size ... ok [INFO] [stdout] test lexer::tests::test_multiple_assign ... ok [INFO] [stdout] test lexer::tests::test_struct ... ok [INFO] [stdout] test lexer::tests::test_variable ... ok [INFO] [stdout] test lexer::tests::test_lexer ... ok [INFO] [stdout] test semantic::test_func_argment ... ok [INFO] [stdout] test lexer::tests::test_plus_assign ... ok [INFO] [stdout] test symbol::test::test_register_symbol ... ok [INFO] [stdout] test lexer::tests::test_division_assign ... 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: 0x55a5d06123dd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55a5d06123dd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a5d06123dd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55a5d06123dd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55a5d0634e8c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55a5d060ec11 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55a5d0614125 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55a5d0614125 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55a5d0614125 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55a5d0613e14 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55a5d0614672 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55a5d0540f99 - std::panicking::begin_panic::{{closure}}::h5491c3ecae63b087 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55a5d05adbe3 - std::sys_common::backtrace::__rust_end_short_backtrace::h1a94660f668de2e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55a5d0540c80 - std::panicking::begin_panic::h4cb5d0d291bb5659 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55a5d0536dc8 - rcc::test::eval::hbc53eb47130ec7a5 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:109:39 [INFO] [stdout] 15: 0x55a5d053cea9 - rcc::test::test_integration::{{closure}}::hb8f0055f1227e3ea [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:427:21 [INFO] [stdout] 16: 0x55a5d053610c - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::hb33f6894c004414e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/iter/traits/iterator.rs:776:29 [INFO] [stdout] 17: 0x55a5d05ad439 - as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::h017839a6c28e3263 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/iter/adapters/enumerate.rs:106:27 [INFO] [stdout] 18: 0x55a5d058aa8b - core::iter::traits::iterator::Iterator::fold::h5990991cedac6c70 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/iter/traits/iterator.rs:2362:21 [INFO] [stdout] 19: 0x55a5d05ad3a0 - as core::iter::traits::iterator::Iterator>::fold::h49702c1a7d20a064 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/iter/adapters/enumerate.rs:112:9 [INFO] [stdout] 20: 0x55a5d05b2beb - core::iter::traits::iterator::Iterator::for_each::h4ba8b75009ec64e5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/iter/traits/iterator.rs:779:9 [INFO] [stdout] 21: 0x55a5d053cdc6 - rcc::test::test_integration::hb1037fa95bbf231b [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:422:9 [INFO] [stdout] 22: 0x55a5d0536f0a - rcc::test::test_integration::{{closure}}::h7b7d3f8ea6cfb861 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:118:5 [INFO] [stdout] 23: 0x55a5d05af2de - core::ops::function::FnOnce::call_once::hef176a3ed2c1c24e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55a5d05edde3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 25: 0x55a5d05edde3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 26: 0x55a5d05ecb99 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 27: 0x55a5d05ecb99 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x55a5d05ecb99 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 29: 0x55a5d05ecb99 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 30: 0x55a5d05ecb99 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 31: 0x55a5d05ecb99 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 32: 0x55a5d05ecb99 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 33: 0x55a5d05b8d4e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 34: 0x55a5d05b8d4e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 35: 0x55a5d05be2b8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 36: 0x55a5d05be2b8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x55a5d05be2b8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 38: 0x55a5d05be2b8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 39: 0x55a5d05be2b8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 40: 0x55a5d05be2b8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 41: 0x55a5d05be2b8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x55a5d0619023 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 43: 0x55a5d0619023 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 44: 0x55a5d0619023 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7f3eff2fd609 - start_thread [INFO] [stdout] 46: 0x7f3eff0cd163 - 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.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2335849dffa42fb28f8fb2c426713f2fa68e0d0bb49ce6ee293f502e086d9a3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2335849dffa42fb28f8fb2c426713f2fa68e0d0bb49ce6ee293f502e086d9a3c", kill_on_drop: false }` [INFO] [stdout] 2335849dffa42fb28f8fb2c426713f2fa68e0d0bb49ce6ee293f502e086d9a3c