[INFO] cloning repository https://github.com/MaybeS/cs420 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MaybeS/cs420" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaybeS%2Fcs420", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaybeS%2Fcs420'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8a69a32768cfcb3ef42fd837803173c759d40af [INFO] testing MaybeS/cs420 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%2FMaybeS%2Fcs420" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MaybeS/cs420 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] removed /workspace/builds/worker-11/source/rust-toolchain [INFO] started tweaking git repo https://github.com/MaybeS/cs420 [INFO] finished tweaking git repo https://github.com/MaybeS/cs420 [INFO] tweaked toml for git repo https://github.com/MaybeS/cs420 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/MaybeS/cs420 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 35d710bb2db072c54b1239dbce5f4887c3065e8cfabdfc5973c6af14f4d491cd [INFO] running `Command { std: "docker" "start" "-a" "35d710bb2db072c54b1239dbce5f4887c3065e8cfabdfc5973c6af14f4d491cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35d710bb2db072c54b1239dbce5f4887c3065e8cfabdfc5973c6af14f4d491cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35d710bb2db072c54b1239dbce5f4887c3065e8cfabdfc5973c6af14f4d491cd", kill_on_drop: false }` [INFO] [stdout] 35d710bb2db072c54b1239dbce5f4887c3065e8cfabdfc5973c6af14f4d491cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 972ec0b8fdb9acd216ac59978b225dd5ea230bb1e8dbb7f4d1d5ee0f34b282e2 [INFO] running `Command { std: "docker" "start" "-a" "972ec0b8fdb9acd216ac59978b225dd5ea230bb1e8dbb7f4d1d5ee0f34b282e2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling proc-macro-hack-impl v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling hexf-parse v0.1.0 [INFO] [stderr] Compiling peg-runtime v0.6.2 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling lang-c v0.8.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling proc-macro-hack v0.3.3 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling peg-macros v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling hexf-impl v0.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling hexf v0.1.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling peg v0.6.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling kecc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/c/parse.rs:185:41 [INFO] [stdout] | [INFO] [stdout] 185 | Self::Constant(_) => panic!(AlignmentSpecifier::Constant), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` implied by `#[warn(warnings)]` [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] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ir/interp.rs:784:28 [INFO] [stdout] | [INFO] [stdout] 784 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 785 | | "calculate_typecast: not support case \ [INFO] [stdout] 786 | | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | | value [INFO] [stdout] 788 | | )) [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] 784 ~ panic!( [INFO] [stdout] 785 | "calculate_typecast: not support case \ [INFO] [stdout] 786 | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | value [INFO] [stdout] 788 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/ir/mod.rs:728:35 [INFO] [stdout] | [INFO] [stdout] 728 | must be `Constant{{Int, Float}}`" [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 727 | "{}", "constant value generated by `Constant::from_ast_expression` \ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "972ec0b8fdb9acd216ac59978b225dd5ea230bb1e8dbb7f4d1d5ee0f34b282e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "972ec0b8fdb9acd216ac59978b225dd5ea230bb1e8dbb7f4d1d5ee0f34b282e2", kill_on_drop: false }` [INFO] [stdout] 972ec0b8fdb9acd216ac59978b225dd5ea230bb1e8dbb7f4d1d5ee0f34b282e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 493dced7950227cfdd990698ac63975631f43fdd15b2dc75b40aecc6a3df0226 [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" "493dced7950227cfdd990698ac63975631f43fdd15b2dc75b40aecc6a3df0226", kill_on_drop: false }` [INFO] [stderr] Compiling kecc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/c/parse.rs:185:41 [INFO] [stdout] | [INFO] [stdout] 185 | Self::Constant(_) => panic!(AlignmentSpecifier::Constant), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` implied by `#[warn(warnings)]` [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] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ir/interp.rs:784:28 [INFO] [stdout] | [INFO] [stdout] 784 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 785 | | "calculate_typecast: not support case \ [INFO] [stdout] 786 | | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | | value [INFO] [stdout] 788 | | )) [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] 784 ~ panic!( [INFO] [stdout] 785 | "calculate_typecast: not support case \ [INFO] [stdout] 786 | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | value [INFO] [stdout] 788 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/ir/mod.rs:728:35 [INFO] [stdout] | [INFO] [stdout] 728 | must be `Constant{{Int, Float}}`" [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 727 | "{}", "constant value generated by `Constant::from_ast_expression` \ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/c/parse.rs:185:41 [INFO] [stdout] | [INFO] [stdout] 185 | Self::Constant(_) => panic!(AlignmentSpecifier::Constant), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` implied by `#[warn(warnings)]` [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] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ir/interp.rs:784:28 [INFO] [stdout] | [INFO] [stdout] 784 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 785 | | "calculate_typecast: not support case \ [INFO] [stdout] 786 | | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | | value [INFO] [stdout] 788 | | )) [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] 784 ~ panic!( [INFO] [stdout] 785 | "calculate_typecast: not support case \ [INFO] [stdout] 786 | typecast int to pointer when `value` is {}", [INFO] [stdout] 787 | value [INFO] [stdout] 788 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/ir/mod.rs:728:35 [INFO] [stdout] | [INFO] [stdout] 728 | must be `Constant{{Int, Float}}`" [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 727 | "{}", "constant value generated by `Constant::from_ast_expression` \ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.47s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/kecc-aef2bbcca6882602) [INFO] [stderr] Executable unittests bin/fuzz.rs (/opt/rustwide/target/debug/deps/fuzz-c767d5b44ef81826) [INFO] [stderr] Executable unittests bin/kecc.rs (/opt/rustwide/target/debug/deps/kecc-a8ea614ff390cccc) [INFO] [stderr] Executable tests/test_examples.rs (/opt/rustwide/target/debug/deps/test_examples-6f959dc4efc7bd35) [INFO] running `Command { std: "docker" "inspect" "493dced7950227cfdd990698ac63975631f43fdd15b2dc75b40aecc6a3df0226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "493dced7950227cfdd990698ac63975631f43fdd15b2dc75b40aecc6a3df0226", kill_on_drop: false }` [INFO] [stdout] 493dced7950227cfdd990698ac63975631f43fdd15b2dc75b40aecc6a3df0226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 06cb4169124c25feff654e6f78c13ca438cadd038cac9ce13029cbfc259b0ebd [INFO] running `Command { std: "docker" "start" "-a" "06cb4169124c25feff654e6f78c13ca438cadd038cac9ce13029cbfc259b0ebd", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/c/parse.rs:185:41 [INFO] [stderr] | [INFO] [stderr] 185 | Self::Constant(_) => panic!(AlignmentSpecifier::Constant), [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` implied by `#[warn(warnings)]` [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] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ir/interp.rs:784:28 [INFO] [stderr] | [INFO] [stderr] 784 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 785 | | "calculate_typecast: not support case \ [INFO] [stderr] 786 | | typecast int to pointer when `value` is {}", [INFO] [stderr] 787 | | value [INFO] [stderr] 788 | | )) [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] 784 ~ panic!( [INFO] [stderr] 785 | "calculate_typecast: not support case \ [INFO] [stderr] 786 | typecast int to pointer when `value` is {}", [INFO] [stderr] 787 | value [INFO] [stderr] 788 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/ir/mod.rs:728:35 [INFO] [stderr] | [INFO] [stderr] 728 | must be `Constant{{Int, Float}}`" [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 727 | "{}", "constant value generated by `Constant::from_ast_expression` \ [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `kecc` (lib) generated 3 warnings [INFO] [stderr] warning: `kecc` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kecc-aef2bbcca6882602) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests bin/fuzz.rs (/opt/rustwide/target/debug/deps/fuzz-c767d5b44ef81826) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests bin/kecc.rs (/opt/rustwide/target/debug/deps/kecc-a8ea614ff390cccc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/test_examples.rs (/opt/rustwide/target/debug/deps/test_examples-6f959dc4efc7bd35) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_examples_deadcode ... FAILED [INFO] [stdout] test test_examples_gvn ... FAILED [INFO] [stdout] test test_examples_asmgen_large ... FAILED [INFO] [stdout] test test_examples_asmgen_small ... FAILED [INFO] [stdout] test test_examples_write_c ... FAILED [INFO] [stdout] test test_examples_simplify_cfg ... FAILED [INFO] [stdout] test test_examples_mem2reg ... FAILED [INFO] [stdout] test test_examples_irparse ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--test test_examples' [INFO] running `Command { std: "docker" "inspect" "06cb4169124c25feff654e6f78c13ca438cadd038cac9ce13029cbfc259b0ebd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06cb4169124c25feff654e6f78c13ca438cadd038cac9ce13029cbfc259b0ebd", kill_on_drop: false }` [INFO] [stdout] 06cb4169124c25feff654e6f78c13ca438cadd038cac9ce13029cbfc259b0ebd