[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.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tkyk0317/rcc on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.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-0-tc1/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aff472dc1c6173a69932acea708983b5b12aed469a481ae9ae2b7a81a51bbe93 [INFO] running `Command { std: "docker" "start" "-a" "aff472dc1c6173a69932acea708983b5b12aed469a481ae9ae2b7a81a51bbe93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aff472dc1c6173a69932acea708983b5b12aed469a481ae9ae2b7a81a51bbe93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aff472dc1c6173a69932acea708983b5b12aed469a481ae9ae2b7a81a51bbe93", kill_on_drop: false }` [INFO] [stdout] aff472dc1c6173a69932acea708983b5b12aed469a481ae9ae2b7a81a51bbe93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf03373b116ba73614bd9fc5e145f3dd2a64f33e6eb703876e5e669ed09bdbdd [INFO] running `Command { std: "docker" "start" "-a" "bf03373b116ba73614bd9fc5e145f3dd2a64f33e6eb703876e5e669ed09bdbdd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling rcc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lexer.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 13 | impl<'a> LexicalAnalysis<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 14 | // コンストラクタ. [INFO] [stdout] 15 | pub fn new(n: String, i: &'a str) -> LexicalAnalysis { [INFO] [stdout] | ^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `mov_imm_dst`, `movb_src`, `mov_from_glb`, `movb_from_glb`, `mov_to_glb`, and `movb_to_glb` are never used [INFO] [stdout] --> src/arch/mod.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Generator { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 46 | fn mov_imm_dst(&self, dst: &str, n: i64, offset: i64) -> String; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 47 | fn movz(&self, src: &str, dst: &str) -> String; [INFO] [stdout] 48 | fn movb_src(&self, src: &str, dst: &str, n: i64) -> String; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | fn mov_from_glb(&self, dst: &str, name: &str) -> String; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 52 | fn movb_from_glb(&self, dst: &str, name: &str) -> String; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 53 | fn mov_to_glb(&self, src: &str, name: &str) -> String; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 54 | fn movb_to_glb(&self, src: &str, name: &str) -> String; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `f_sym` is never read [INFO] [stdout] --> src/ast.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct AstGen<'a> { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 87 | f_sym: HashMap, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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: 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] = note: `#[warn(non_fmt_panics)]` on by default [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "bf03373b116ba73614bd9fc5e145f3dd2a64f33e6eb703876e5e669ed09bdbdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf03373b116ba73614bd9fc5e145f3dd2a64f33e6eb703876e5e669ed09bdbdd", kill_on_drop: false }` [INFO] [stdout] bf03373b116ba73614bd9fc5e145f3dd2a64f33e6eb703876e5e669ed09bdbdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/7c46972f018426e55c6607bd3f469c5783211d54c7bdebc03deda1adeadc6519/merged/opt/rustwide: no space left on device