[INFO] fetching crate simi-macros 0.2.1... [INFO] testing simi-macros-0.2.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate simi-macros 0.2.1 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate simi-macros 0.2.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simi-macros 0.2.1 [INFO] finished tweaking crates.io crate simi-macros 0.2.1 [INFO] tweaked toml for crates.io crate simi-macros 0.2.1 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52ea6520f2445ccff41ac9cc4b50ea553ff1897c5a7389ba81d8ad16451de47e [INFO] running `Command { std: "docker" "start" "-a" "52ea6520f2445ccff41ac9cc4b50ea553ff1897c5a7389ba81d8ad16451de47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52ea6520f2445ccff41ac9cc4b50ea553ff1897c5a7389ba81d8ad16451de47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ea6520f2445ccff41ac9cc4b50ea553ff1897c5a7389ba81d8ad16451de47e", kill_on_drop: false }` [INFO] [stdout] 52ea6520f2445ccff41ac9cc4b50ea553ff1897c5a7389ba81d8ad16451de47e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56ef910595e6b3f2e555ece4c6f978492f3611f673d50023570ecedb83d8cb9d [INFO] running `Command { std: "docker" "start" "-a" "56ef910595e6b3f2e555ece4c6f978492f3611f673d50023570ecedb83d8cb9d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling simi-macros v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/generate.rs:476:24 [INFO] [stdout] | [INFO] [stdout] 476 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 477 | | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stdout] 478 | | handler [INFO] [stdout] 479 | | )); [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] 476 ~ panic!( [INFO] [stdout] 477 | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stdout] 478 | handler [INFO] [stdout] 479 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/helper.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 80 | | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stdout] 81 | | event_name [INFO] [stdout] 82 | | )), [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] 79 ~ _ => panic!( [INFO] [stdout] 80 | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stdout] 81 | event_name [INFO] [stdout] 82 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/error_on_stable.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | panic!(format!( [INFO] [stdout] | ____________^ [INFO] [stdout] 7 | | "{} [INFO] [stdout] 8 | | ===== [INFO] [stdout] 9 | | '{}' appears on line {} [INFO] [stdout] ... | [INFO] [stdout] 17 | | crate::BETTER_ERROR_MESSAGE [INFO] [stdout] 18 | | )) [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] 6 ~ panic!( [INFO] [stdout] 7 | "{} [INFO] [stdout] 8 | ===== [INFO] [stdout] 9 | '{}' appears on line {} [INFO] [stdout] 10 | ===== [INFO] [stdout] 11 | {} [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/mod.rs:364:24 [INFO] [stdout] | [INFO] [stdout] 364 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 365 | | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stdout] 366 | | self.name, tag [INFO] [stdout] 367 | | )); [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] 364 ~ panic!( [INFO] [stdout] 365 | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stdout] 366 | self.name, tag [INFO] [stdout] 367 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.91s [INFO] running `Command { std: "docker" "inspect" "56ef910595e6b3f2e555ece4c6f978492f3611f673d50023570ecedb83d8cb9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56ef910595e6b3f2e555ece4c6f978492f3611f673d50023570ecedb83d8cb9d", kill_on_drop: false }` [INFO] [stdout] 56ef910595e6b3f2e555ece4c6f978492f3611f673d50023570ecedb83d8cb9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 338ac81b505d247fab7eef14e8b69c0aa94a1a21dc44e6f9b95e0b7efb410319 [INFO] running `Command { std: "docker" "start" "-a" "338ac81b505d247fab7eef14e8b69c0aa94a1a21dc44e6f9b95e0b7efb410319", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling simi-macros v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/generate.rs:476:24 [INFO] [stdout] | [INFO] [stdout] 476 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 477 | | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stdout] 478 | | handler [INFO] [stdout] 479 | | )); [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] 476 ~ panic!( [INFO] [stdout] 477 | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stdout] 478 | handler [INFO] [stdout] 479 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/helper.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 80 | | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stdout] 81 | | event_name [INFO] [stdout] 82 | | )), [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] 79 ~ _ => panic!( [INFO] [stdout] 80 | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stdout] 81 | event_name [INFO] [stdout] 82 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/error_on_stable.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | panic!(format!( [INFO] [stdout] | ____________^ [INFO] [stdout] 7 | | "{} [INFO] [stdout] 8 | | ===== [INFO] [stdout] 9 | | '{}' appears on line {} [INFO] [stdout] ... | [INFO] [stdout] 17 | | crate::BETTER_ERROR_MESSAGE [INFO] [stdout] 18 | | )) [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] 6 ~ panic!( [INFO] [stdout] 7 | "{} [INFO] [stdout] 8 | ===== [INFO] [stdout] 9 | '{}' appears on line {} [INFO] [stdout] 10 | ===== [INFO] [stdout] 11 | {} [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/render/mod.rs:364:24 [INFO] [stdout] | [INFO] [stdout] 364 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 365 | | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stdout] 366 | | self.name, tag [INFO] [stdout] 367 | | )); [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] 364 ~ panic!( [INFO] [stdout] 365 | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stdout] 366 | self.name, tag [INFO] [stdout] 367 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.54s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/simi_macros-c69ef0c8757657a3) [INFO] running `Command { std: "docker" "inspect" "338ac81b505d247fab7eef14e8b69c0aa94a1a21dc44e6f9b95e0b7efb410319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "338ac81b505d247fab7eef14e8b69c0aa94a1a21dc44e6f9b95e0b7efb410319", kill_on_drop: false }` [INFO] [stdout] 338ac81b505d247fab7eef14e8b69c0aa94a1a21dc44e6f9b95e0b7efb410319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0ea5bb7e2d751ac864808e36f0fe246b5b88151be2f8127ece526b7110a2aefd [INFO] running `Command { std: "docker" "start" "-a" "0ea5bb7e2d751ac864808e36f0fe246b5b88151be2f8127ece526b7110a2aefd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/render/generate.rs:476:24 [INFO] [stderr] | [INFO] [stderr] 476 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 477 | | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stderr] 478 | | handler [INFO] [stderr] 479 | | )); [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] 476 ~ panic!( [INFO] [stderr] 477 | "Calling generate_box_handler on a ElementEventHandler::Placeholder: {}", [INFO] [stderr] 478 | handler [INFO] [stderr] 479 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/render/helper.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | _ => panic!(format!( [INFO] [stderr] | _____________________^ [INFO] [stderr] 80 | | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stderr] 81 | | event_name [INFO] [stderr] 82 | | )), [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] 79 ~ _ => panic!( [INFO] [stderr] 80 | "JS argument name for {} is not supported yet. Please file a bug!", [INFO] [stderr] 81 | event_name [INFO] [stderr] 82 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/render/error_on_stable.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | panic!(format!( [INFO] [stderr] | ____________^ [INFO] [stderr] 7 | | "{} [INFO] [stderr] 8 | | ===== [INFO] [stderr] 9 | | '{}' appears on line {} [INFO] [stderr] ... | [INFO] [stderr] 17 | | crate::BETTER_ERROR_MESSAGE [INFO] [stderr] 18 | | )) [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] 6 ~ panic!( [INFO] [stderr] 7 | "{} [INFO] [stderr] 8 | ===== [INFO] [stderr] 9 | '{}' appears on line {} [INFO] [stderr] 10 | ===== [INFO] [stderr] 11 | {} [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/render/mod.rs:364:24 [INFO] [stderr] | [INFO] [stderr] 364 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 365 | | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stderr] 366 | | self.name, tag [INFO] [stderr] 367 | | )); [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] 364 ~ panic!( [INFO] [stderr] 365 | "Attribute `{}` of element `{}` does not support optional value", [INFO] [stderr] 366 | self.name, tag [INFO] [stderr] 367 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `simi-macros` (lib test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simi_macros-c69ef0c8757657a3) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test render::test::one_empty_element ... ok [INFO] [stdout] test render::test::macro_options ... ok [INFO] [stdout] test render::test::multi_elements_at_root ... ok [INFO] [stdout] test render::test::nested_elements ... ok [INFO] [stdout] test render::test::one_element_with_attributes ... ok [INFO] [stdout] test render::test::no_update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0ea5bb7e2d751ac864808e36f0fe246b5b88151be2f8127ece526b7110a2aefd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ea5bb7e2d751ac864808e36f0fe246b5b88151be2f8127ece526b7110a2aefd", kill_on_drop: false }` [INFO] [stdout] 0ea5bb7e2d751ac864808e36f0fe246b5b88151be2f8127ece526b7110a2aefd