[INFO] fetching crate simi-macros 0.2.1... [INFO] testing simi-macros-0.2.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate simi-macros 0.2.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate simi-macros 0.2.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7edcb0f8049b6021e753a118b41305b00c7097ad624378879fcba4489514a8dc [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" "7edcb0f8049b6021e753a118b41305b00c7097ad624378879fcba4489514a8dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7edcb0f8049b6021e753a118b41305b00c7097ad624378879fcba4489514a8dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7edcb0f8049b6021e753a118b41305b00c7097ad624378879fcba4489514a8dc", kill_on_drop: false }` [INFO] [stdout] 7edcb0f8049b6021e753a118b41305b00c7097ad624378879fcba4489514a8dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 236a160d545662a67245396343b17ff0df824216ea4d86768c5a9540f9146857 [INFO] running `Command { std: "docker" "start" "-a" "236a160d545662a67245396343b17ff0df824216ea4d86768c5a9540f9146857", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [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 16.22s [INFO] running `Command { std: "docker" "inspect" "236a160d545662a67245396343b17ff0df824216ea4d86768c5a9540f9146857", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236a160d545662a67245396343b17ff0df824216ea4d86768c5a9540f9146857", kill_on_drop: false }` [INFO] [stdout] 236a160d545662a67245396343b17ff0df824216ea4d86768c5a9540f9146857 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--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] 1394895a61e2619f06aef05ec548cea6128e88e1369c26618f8a755e4fba3494 [INFO] running `Command { std: "docker" "start" "-a" "1394895a61e2619f06aef05ec548cea6128e88e1369c26618f8a755e4fba3494", 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 3.58s [INFO] running `Command { std: "docker" "inspect" "1394895a61e2619f06aef05ec548cea6128e88e1369c26618f8a755e4fba3494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1394895a61e2619f06aef05ec548cea6128e88e1369c26618f8a755e4fba3494", kill_on_drop: false }` [INFO] [stdout] 1394895a61e2619f06aef05ec548cea6128e88e1369c26618f8a755e4fba3494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d33f91e989c6f71c6f2f4191308e31221e40c5ded409d09edd70fcdef9d416ae [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" "d33f91e989c6f71c6f2f4191308e31221e40c5ded409d09edd70fcdef9d416ae", kill_on_drop: false }` [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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/simi_macros-7687550af46e4a0f) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test render::test::multi_elements_at_root ... ok [INFO] [stdout] test render::test::one_empty_element ... ok [INFO] [stdout] test render::test::macro_options ... 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.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d33f91e989c6f71c6f2f4191308e31221e40c5ded409d09edd70fcdef9d416ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d33f91e989c6f71c6f2f4191308e31221e40c5ded409d09edd70fcdef9d416ae", kill_on_drop: false }` [INFO] [stdout] d33f91e989c6f71c6f2f4191308e31221e40c5ded409d09edd70fcdef9d416ae