[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e9e03c93883fb85ecf4a940e517f26e6527ca59c9b8c0340530061c23a88d3f0 [INFO] running `Command { std: "docker" "start" "-a" "e9e03c93883fb85ecf4a940e517f26e6527ca59c9b8c0340530061c23a88d3f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9e03c93883fb85ecf4a940e517f26e6527ca59c9b8c0340530061c23a88d3f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9e03c93883fb85ecf4a940e517f26e6527ca59c9b8c0340530061c23a88d3f0", kill_on_drop: false }` [INFO] [stdout] e9e03c93883fb85ecf4a940e517f26e6527ca59c9b8c0340530061c23a88d3f0 [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" "+1.60.0" "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] 1514c672b08111c8dfec4ca04df46af1456d1b80e395a159c086e0d00137557f [INFO] running `Command { std: "docker" "start" "-a" "1514c672b08111c8dfec4ca04df46af1456d1b80e395a159c086e0d00137557f", 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 4.31s [INFO] running `Command { std: "docker" "inspect" "1514c672b08111c8dfec4ca04df46af1456d1b80e395a159c086e0d00137557f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1514c672b08111c8dfec4ca04df46af1456d1b80e395a159c086e0d00137557f", kill_on_drop: false }` [INFO] [stdout] 1514c672b08111c8dfec4ca04df46af1456d1b80e395a159c086e0d00137557f [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e50b3cbb93d4ee9b4f7b4f9d814aa5a5a792f9904c1ae3d9731f8d304294284 [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" "6e50b3cbb93d4ee9b4f7b4f9d814aa5a5a792f9904c1ae3d9731f8d304294284", 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 7.17s [INFO] running `Command { std: "docker" "inspect" "6e50b3cbb93d4ee9b4f7b4f9d814aa5a5a792f9904c1ae3d9731f8d304294284", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e50b3cbb93d4ee9b4f7b4f9d814aa5a5a792f9904c1ae3d9731f8d304294284", kill_on_drop: false }` [INFO] [stdout] 6e50b3cbb93d4ee9b4f7b4f9d814aa5a5a792f9904c1ae3d9731f8d304294284 [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" "+1.60.0" "test" "--frozen", 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] 2f534703ef9421173dd91d09c0b561ca8d2515690e2c0fc411d1ba07f293cb50 [INFO] running `Command { std: "docker" "start" "-a" "2f534703ef9421173dd91d09c0b561ca8d2515690e2c0fc411d1ba07f293cb50", 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] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rcc-d9c0cb677dbe8cd5) [INFO] [stdout] running 69 tests [INFO] [stdout] test ast::tests::test_add_sub_indirect ... ok [INFO] [stdout] test ast::tests::test_array ... ok [INFO] [stdout] test ast::tests::test_address_indirect ... ok [INFO] [stdout] test ast::tests::test_bracket ... ok [INFO] [stdout] test ast::tests::test_bit_operator ... ok [INFO] [stdout] test ast::tests::test_logical_operator ... ok [INFO] [stdout] test ast::tests::test_compound ... ok [INFO] [stdout] test ast::tests::test_condition_expression ... ok [INFO] [stdout] test ast::tests::test_div_operator ... ok [INFO] [stdout] test ast::tests::test_division_assign ... ok [INFO] [stdout] test ast::tests::test_assign_indirect ... ok [INFO] [stdout] test ast::tests::test_add_operator ... ok [INFO] [stdout] test ast::tests::test_equal_operator ... ok [INFO] [stdout] test ast::tests::test_call_func ... ok [INFO] [stdout] test ast::tests::test_func_def_with_args ... ok [INFO] [stdout] test ast::tests::test_greater_than_operator ... ok [INFO] [stdout] test ast::tests::test_remainder_assign ... ok [INFO] [stdout] test ast::tests::test_minus_assign ... ok [INFO] [stdout] test ast::tests::test_post_inc_dec ... ok [INFO] [stdout] test ast::tests::test_less_than_operator ... ok [INFO] [stdout] test ast::tests::test_sizeof ... ok [INFO] [stdout] test ast::tests::test_pre_inc_dec ... ok [INFO] [stdout] test ast::tests::test_assign_operator ... ok [INFO] [stdout] test ast::tests::test_multiple_assign ... ok [INFO] [stdout] test ast::tests::test_statement_do_while ... ok [INFO] [stdout] test ast::tests::test_shift_operator ... ok [INFO] [stdout] test ast::tests::test_statement_for ... ok [INFO] [stdout] test ast::tests::test_mul_operator ... ok [INFO] [stdout] test ast::tests::test_lvalue ... ok [INFO] [stdout] test ast::tests::test_not_equal_operator ... ok [INFO] [stdout] test ast::tests::test_mix_operator ... ok [INFO] [stdout] test ast::tests::test_statement_if ... ok [INFO] [stdout] test ast::tests::test_struct ... ok [INFO] [stdout] test ast::tests::test_statement_else ... ok [INFO] [stdout] test ast::tests::test_struct_val ... ok [INFO] [stdout] test ast::tests::test_string_literal ... ok [INFO] [stdout] test ast::tests::test_some_func_def ... ok [INFO] [stdout] test ast::tests::test_statement_while ... ok [INFO] [stdout] test ast::tests::test_statement_return ... ok [INFO] [stdout] test ast::tests::test_plus_assign ... ok [INFO] [stdout] test ast::tests::test_mix_logical_operator ... ok [INFO] [stdout] test ast::tests::test_statement_continue_and_break ... ok [INFO] [stdout] test ast::tests::test_sub_operator ... ok [INFO] [stdout] test lexer::tests::test_string ... ok [INFO] [stdout] test lexer::tests::test_sizeof ... ok [INFO] [stdout] test ast::tests::test_type_pointer ... ok [INFO] [stdout] test lexer::tests::test_remainder_assign ... ok [INFO] [stdout] test ast::tests::test_variable ... ok [INFO] [stdout] test ast::tests::test_variable_char ... ok [INFO] [stdout] test lexer::tests::test_type ... ok [INFO] [stdout] test lexer::tests::test_array ... ok [INFO] [stdout] test semantic::test_global ... ok [INFO] [stdout] test semantic::test_func_type ... ok [INFO] [stdout] test lexer::tests::test_division_assign ... ok [INFO] [stdout] test ast::tests::test_unary_operator ... 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_struct ... ok [INFO] [stdout] test lexer::tests::test_multiple_assign ... ok [INFO] [stdout] test semantic::test_variable ... ok [INFO] [stdout] test semantic::test_arithmetic ... ok [INFO] [stdout] test semantic::test_func_argment ... ok [INFO] [stdout] test semantic::test_func_call ... ok [INFO] [stdout] test symbol::test::test_register_symbol ... ok [INFO] [stdout] test lexer::tests::test_lexer ... ok [INFO] [stdout] test lexer::tests::test_variable ... ok [INFO] [stdout] test symbol::test::test_type_size ... ok [INFO] [stdout] test test::test_integration ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin rcc' [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: 0x55dfea17d90d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55dfea17d90d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55dfea17d90d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55dfea17d90d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55dfea1a2e4c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55dfea1790b8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55dfea17fbe7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55dfea17fbe7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55dfea17fbe7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55dfea17f91c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55dfea180339 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55dfea0b3c89 - std::panicking::begin_panic::{{closure}}::h1225ca78ba968a97 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55dfea1230e3 - std::sys_common::backtrace::__rust_end_short_backtrace::hda511ff5774857bc [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55dfea0b3c0b - std::panicking::begin_panic::h66bd75aa563c02c1 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55dfea0a46ca - rcc::test::eval::h0ffe7b88984bced9 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:109:39 [INFO] [stdout] 15: 0x55dfea0aa799 - rcc::test::test_integration::{{closure}}::h7b705acc923674ba [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:427:21 [INFO] [stdout] 16: 0x55dfea0abb2c - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h64e7169a7a2e0aaa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:770:29 [INFO] [stdout] 17: 0x55dfea120e29 - as core::iter::traits::iterator::Iterator>::fold::enumerate::{{closure}}::h2004389f35b106e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/enumerate.rs:106:27 [INFO] [stdout] 18: 0x55dfea0faeed - core::iter::traits::iterator::Iterator::fold::h0b3f58c7ccd395de [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:2285:21 [INFO] [stdout] 19: 0x55dfea120d77 - as core::iter::traits::iterator::Iterator>::fold::hbace194df3f05f34 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/enumerate.rs:112:9 [INFO] [stdout] 20: 0x55dfea1226f2 - core::iter::traits::iterator::Iterator::for_each::hac4759314a3a863b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:773:9 [INFO] [stdout] 21: 0x55dfea0aa6b8 - rcc::test::test_integration::h4cb4bcf088426f1b [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:422:9 [INFO] [stdout] 22: 0x55dfea0a47fa - rcc::test::test_integration::{{closure}}::hd48c4799ec2218b4 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:118:5 [INFO] [stdout] 23: 0x55dfea11c43e - core::ops::function::FnOnce::call_once::h2936b173ca89fff4 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55dfea153503 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 25: 0x55dfea153503 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 26: 0x55dfea1521e4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 27: 0x55dfea1521e4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x55dfea1521e4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 29: 0x55dfea1521e4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 30: 0x55dfea1521e4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 31: 0x55dfea1521e4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 32: 0x55dfea1521e4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 33: 0x55dfea15bb01 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 34: 0x55dfea15bb01 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 35: 0x55dfea12817f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 36: 0x55dfea12817f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x55dfea12817f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 38: 0x55dfea12817f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 39: 0x55dfea12817f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 40: 0x55dfea12817f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 41: 0x55dfea12817f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x55dfea1861a3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 43: 0x55dfea1861a3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 44: 0x55dfea1861a3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7f71bab94609 - start_thread [INFO] [stdout] 46: 0x7f71ba964163 - 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.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f534703ef9421173dd91d09c0b561ca8d2515690e2c0fc411d1ba07f293cb50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f534703ef9421173dd91d09c0b561ca8d2515690e2c0fc411d1ba07f293cb50", kill_on_drop: false }` [INFO] [stdout] 2f534703ef9421173dd91d09c0b561ca8d2515690e2c0fc411d1ba07f293cb50