[INFO] fetching crate mrml 4.0.1...
[INFO] checking mrml-4.0.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate mrml 4.0.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate mrml 4.0.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mrml 4.0.1
[INFO] finished tweaking crates.io crate mrml 4.0.1
[INFO] tweaked toml for crates.io crate mrml 4.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 259 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[INFO] [stderr]       Adding ureq v2.10.1 (available: v2.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 321d2dbb4262ae849cd6735b7e82508a57573cba2e7c5b660748bb8341de2937
[INFO] running `Command { std: "docker" "start" "-a" "321d2dbb4262ae849cd6735b7e82508a57573cba2e7c5b660748bb8341de2937", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "321d2dbb4262ae849cd6735b7e82508a57573cba2e7c5b660748bb8341de2937", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "321d2dbb4262ae849cd6735b7e82508a57573cba2e7c5b660748bb8341de2937", kill_on_drop: false }`
[INFO] [stdout] 321d2dbb4262ae849cd6735b7e82508a57573cba2e7c5b660748bb8341de2937
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79602fc7cf2c83b0724b702a23aaa0006badf545576e2a64e834b48863fef224
[INFO] running `Command { std: "docker" "start" "-a" "79602fc7cf2c83b0724b702a23aaa0006badf545576e2a64e834b48863fef224", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling parcel_selectors v0.28.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking similar-asserts v1.6.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking htmlparser v0.1.3
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling const-str-proc-macro v0.3.2
[INFO] [stderr]    Compiling lightningcss-derive v1.0.0-alpha.43
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking const-str v0.3.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling concat-idents v1.1.5
[INFO] [stderr]     Checking cssparser v0.33.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking cssparser-color v0.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling mrml-json-macros v0.1.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking lightningcss v1.0.0-alpha.61
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking mrml v4.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking mockito v1.6.1
[INFO] [stderr]     Checking css-compare v0.1.3
[INFO] [stderr]     Checking html-compare v0.1.3
[INFO] [stdout] error: couldn't read benches/basic.rs: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read benches/template.rs: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mrml` (bench "basic") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mrml` (bench "template") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/mj_accordion/parse.rs:119:24
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let template = include_str!("../../resources/compare/success/mj-accordion.mjml");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |     crate::should_render!(basic, "mj-accordion");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |     crate::should_render!(basic, "mj-accordion");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-font-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 |     crate::should_render!(font_padding, "mj-accordion-font-padding");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-font-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 |     crate::should_render!(font_padding, "mj-accordion-font-padding");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-icon.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     crate::should_render!(icon, "mj-accordion-icon");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-icon.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     crate::should_render!(icon, "mj-accordion-icon");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-other.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     crate::should_render!(other, "mj-accordion-other");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_accordion/../../resources/compare/success/mj-accordion-other.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_accordion/render.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     crate::should_render!(other, "mj-accordion-other");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_body/../../resources/compare/success/mj-body.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_body/render.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     crate::should_render!(empty, "mj-body");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_body/../../resources/compare/success/mj-body.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_body/render.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     crate::should_render!(empty, "mj-body");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 |     crate::should_render!(basic, "mj-button");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 |     crate::should_render!(basic, "mj-button");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:177:5
[INFO] [stdout]     |
[INFO] [stdout] 177 |     crate::should_render!(align, "mj-button-align");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:177:5
[INFO] [stdout]     |
[INFO] [stdout] 177 |     crate::should_render!(align, "mj-button-align");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-background.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |     crate::should_render!(background, "mj-button-background");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-background.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |     crate::should_render!(background, "mj-button-background");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-border-radius.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     crate::should_render!(border_radius, "mj-button-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-border-radius.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     crate::should_render!(border_radius, "mj-button-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-border.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     crate::should_render!(border, "mj-button-border");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-border.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     crate::should_render!(border, "mj-button-border");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     crate::should_render!(class, "mj-button-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     crate::should_render!(class, "mj-button-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     crate::should_render!(color, "mj-button-color");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     crate::should_render!(color, "mj-button-color");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-container-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | /     crate::should_render!(
[INFO] [stdout] 184 | |         container_background_color,
[INFO] [stdout] 185 | |         "mj-button-container-background-color"
[INFO] [stdout] 186 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-container-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | /     crate::should_render!(
[INFO] [stdout] 184 | |         container_background_color,
[INFO] [stdout] 185 | |         "mj-button-container-background-color"
[INFO] [stdout] 186 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-example.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     crate::should_render!(example, "mj-button-example");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-example.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     crate::should_render!(example, "mj-button-example");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-family.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     crate::should_render!(font_family, "mj-button-font-family");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-family.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     crate::should_render!(font_family, "mj-button-font-family");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-size.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     crate::should_render!(font_size, "mj-button-font-size");
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-size.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     crate::should_render!(font_size, "mj-button-font-size");
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-style.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 |     crate::should_render!(font_style, "mj-button-font-style");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-style.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 |     crate::should_render!(font_style, "mj-button-font-style");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-weight.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 |     crate::should_render!(font_weight, "mj-button-font-weight");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-font-weight.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 |     crate::should_render!(font_weight, "mj-button-font-weight");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     crate::should_render!(height, "mj-button-height");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     crate::should_render!(height, "mj-button-height");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-href.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     crate::should_render!(href, "mj-button-href");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-href.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     crate::should_render!(href, "mj-button-href");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-inner-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     crate::should_render!(inner_padding, "mj-button-inner-padding");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-inner-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     crate::should_render!(inner_padding, "mj-button-inner-padding");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-line-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     crate::should_render!(line_height, "mj-button-line-height");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-line-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     crate::should_render!(line_height, "mj-button-line-height");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     crate::should_render!(padding, "mj-button-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     crate::should_render!(padding, "mj-button-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-text-decoration.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     crate::should_render!(text_decoration, "mj-button-text-decoration");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-text-decoration.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     crate::should_render!(text_decoration, "mj-button-text-decoration");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-text-transform.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     crate::should_render!(text_transform, "mj-button-text-transform");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-text-transform.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     crate::should_render!(text_transform, "mj-button-text-transform");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-vertical-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     crate::should_render!(vertical_align, "mj-button-vertical-align");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-vertical-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     crate::should_render!(vertical_align, "mj-button-vertical-align");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     crate::should_render!(width, "mj-button-width");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_button/../../resources/compare/success/mj-button-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_button/render.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     crate::should_render!(width, "mj-button-width");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:483:5
[INFO] [stdout]     |
[INFO] [stdout] 483 |     crate::should_render!(basic, "mj-carousel");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:483:5
[INFO] [stdout]     |
[INFO] [stdout] 483 |     crate::should_render!(basic, "mj-carousel");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-align-border-radius-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:484:5
[INFO] [stdout]     |
[INFO] [stdout] 484 | /     crate::should_render!(
[INFO] [stdout] 485 | |         align_border_radius_class,
[INFO] [stdout] 486 | |         "mj-carousel-align-border-radius-class"
[INFO] [stdout] 487 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-align-border-radius-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:484:5
[INFO] [stdout]     |
[INFO] [stdout] 484 | /     crate::should_render!(
[INFO] [stdout] 485 | |         align_border_radius_class,
[INFO] [stdout] 486 | |         "mj-carousel-align-border-radius-class"
[INFO] [stdout] 487 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-icon.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:488:5
[INFO] [stdout]     |
[INFO] [stdout] 488 |     crate::should_render!(icon, "mj-carousel-icon");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-icon.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:488:5
[INFO] [stdout]     |
[INFO] [stdout] 488 |     crate::should_render!(icon, "mj-carousel-icon");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-tb.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:489:5
[INFO] [stdout]     |
[INFO] [stdout] 489 |     crate::should_render!(tb, "mj-carousel-tb");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-tb.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:489:5
[INFO] [stdout]     |
[INFO] [stdout] 489 |     crate::should_render!(tb, "mj-carousel-tb");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-thumbnails.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:490:5
[INFO] [stdout]     |
[INFO] [stdout] 490 |     crate::should_render!(thumbnails, "mj-carousel-thumbnails");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_carousel/../../resources/compare/success/mj-carousel-thumbnails.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_carousel/render.rs:490:5
[INFO] [stdout]     |
[INFO] [stdout] 490 |     crate::should_render!(thumbnails, "mj-carousel-thumbnails");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 369 |     crate::should_render!(basic, "mj-column");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 369 |     crate::should_render!(basic, "mj-column");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:370:5
[INFO] [stdout]     |
[INFO] [stdout] 370 |     crate::should_render!(background_color, "mj-column-background-color");
[INFO] [stdout]     |     --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:370:5
[INFO] [stdout]     |
[INFO] [stdout] 370 |     crate::should_render!(background_color, "mj-column-background-color");
[INFO] [stdout]     |     --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-border-radius.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:371:5
[INFO] [stdout]     |
[INFO] [stdout] 371 |     crate::should_render!(border_radius, "mj-column-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-border-radius.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:371:5
[INFO] [stdout]     |
[INFO] [stdout] 371 |     crate::should_render!(border_radius, "mj-column-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-border.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 |     crate::should_render!(border, "mj-column-border");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-border.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 |     crate::should_render!(border, "mj-column-border");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     crate::should_render!(class, "mj-column-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     crate::should_render!(class, "mj-column-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-inner-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     crate::should_render!(inner_background_color, "mj-column-inner-background-color");
[INFO] [stdout]     |     --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-inner-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     crate::should_render!(inner_background_color, "mj-column-inner-background-color");
[INFO] [stdout]     |     --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     crate::should_render!(padding, "mj-column-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     crate::should_render!(padding, "mj-column-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-vertical-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     crate::should_render!(vertical_align, "mj-column-vertical-align");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-vertical-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     crate::should_render!(vertical_align, "mj-column-vertical-align");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     crate::should_render!(width, "mj-column-width");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_column/../../resources/compare/success/mj-column-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_column/render.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     crate::should_render!(width, "mj-column-width");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     crate::should_render!(basic, "mj-divider");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     crate::should_render!(basic, "mj-divider");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     crate::should_render!(class, "mj-divider-class");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     crate::should_render!(class, "mj-divider-class");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-container-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | /     crate::should_render!(
[INFO] [stdout] 124 | |         container_background_color,
[INFO] [stdout] 125 | |         "mj-divider-container-background-color"
[INFO] [stdout] 126 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-container-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | /     crate::should_render!(
[INFO] [stdout] 124 | |         container_background_color,
[INFO] [stdout] 125 | |         "mj-divider-container-background-color"
[INFO] [stdout] 126 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     crate::should_render!(padding, "mj-divider-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     crate::should_render!(padding, "mj-divider-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     crate::should_render!(width, "mj-divider-width");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_divider/../../resources/compare/success/mj-divider-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_divider/render.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     crate::should_render!(width, "mj-divider-width");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(basic, "mj-group");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(basic, "mj-group");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     crate::should_render!(background_color, "mj-group-background-color");
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     crate::should_render!(background_color, "mj-group-background-color");
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     crate::should_render!(class, "mj-group-class");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     crate::should_render!(class, "mj-group-class");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-direction.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |     crate::should_render!(direction, "mj-group-direction");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-direction.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |     crate::should_render!(direction, "mj-group-direction");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-vertical-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 |     crate::should_render!(vertical_align, "mj-group-vertical-align");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-vertical-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 |     crate::should_render!(vertical_align, "mj-group-vertical-align");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 |     crate::should_render!(width, "mj-group-width");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_group/../../resources/compare/success/mj-group-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_group/render.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 |     crate::should_render!(width, "mj-group-width");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_head/../../resources/compare/success/mj-attributes.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_head/render.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 |     crate::should_render!(attributes_basic, "mj-attributes");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_head/../../resources/compare/success/mj-attributes.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_head/render.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 |     crate::should_render!(attributes_basic, "mj-attributes");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_head/../../resources/compare/success/mj-style.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_head/render.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 327 |     crate::should_render!(style_basic, "mj-style");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_head/../../resources/compare/success/mj-style.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_head/render.rs:327:5
[INFO] [stdout]     |
[INFO] [stdout] 327 |     crate::should_render!(style_basic, "mj-style");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     crate::should_render!(basic, "mj-hero");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     crate::should_render!(basic, "mj-hero");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     crate::should_render!(background_color, "mj-hero-background-color");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     crate::should_render!(background_color, "mj-hero-background-color");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     crate::should_render!(background_height, "mj-hero-background-height");
[INFO] [stdout]     |     --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     crate::should_render!(background_height, "mj-hero-background-height");
[INFO] [stdout]     |     --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-position.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     crate::should_render!(background_position, "mj-hero-background-position");
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-position.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     crate::should_render!(background_position, "mj-hero-background-position");
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-url.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     crate::should_render!(background_url, "mj-hero-background-url");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-url.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     crate::should_render!(background_url, "mj-hero-background-url");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     crate::should_render!(background_width, "mj-hero-background-width");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-background-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     crate::should_render!(background_width, "mj-hero-background-width");
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:379:5
[INFO] [stdout]     |
[INFO] [stdout] 379 |     crate::should_render!(class, "mj-hero-class");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:379:5
[INFO] [stdout]     |
[INFO] [stdout] 379 |     crate::should_render!(class, "mj-hero-class");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:380:5
[INFO] [stdout]     |
[INFO] [stdout] 380 |     crate::should_render!(height, "mj-hero-height");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:380:5
[INFO] [stdout]     |
[INFO] [stdout] 380 |     crate::should_render!(height, "mj-hero-height");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-mode.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 |     crate::should_render!(mode, "mj-hero-mode");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-mode.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 |     crate::should_render!(mode, "mj-hero-mode");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-vertical-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:382:5
[INFO] [stdout]     |
[INFO] [stdout] 382 |     crate::should_render!(vertical_align, "mj-hero-vertical-align");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-vertical-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:382:5
[INFO] [stdout]     |
[INFO] [stdout] 382 |     crate::should_render!(vertical_align, "mj-hero-vertical-align");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     crate::should_render!(width, "mj-hero-width");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_hero/../../resources/compare/success/mj-hero-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_hero/render.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     crate::should_render!(width, "mj-hero-width");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     crate::should_render!(basic, "mj-image");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     crate::should_render!(basic, "mj-image");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     crate::should_render!(align, "mj-image-align");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     crate::should_render!(align, "mj-image-align");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-border-radius.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     crate::should_render!(border_radius, "mj-image-border-radius");
[INFO] [stdout]     |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-border-radius.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     crate::should_render!(border_radius, "mj-image-border-radius");
[INFO] [stdout]     |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-border.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     crate::should_render!(border, "mj-image-border");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-border.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     crate::should_render!(border, "mj-image-border");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     crate::should_render!(class, "mj-image-class");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     crate::should_render!(class, "mj-image-class");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-container-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 | /     crate::should_render!(
[INFO] [stdout] 211 | |         container_background_color,
[INFO] [stdout] 212 | |         "mj-image-container-background-color"
[INFO] [stdout] 213 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-container-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 | /     crate::should_render!(
[INFO] [stdout] 211 | |         container_background_color,
[INFO] [stdout] 212 | |         "mj-image-container-background-color"
[INFO] [stdout] 213 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     crate::should_render!(height, "mj-image-height");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     crate::should_render!(height, "mj-image-height");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-href.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     crate::should_render!(href, "mj-image-href");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-href.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     crate::should_render!(href, "mj-image-href");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(padding, "mj-image-padding");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_image/../../resources/compare/success/mj-image-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_image/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(padding, "mj-image-padding");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     crate::should_render!(basic, "mj-navbar");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     crate::should_render!(basic, "mj-navbar");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar-align-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 |     crate::should_render!(align_class, "mj-navbar-align-class");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar-align-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 |     crate::should_render!(align_class, "mj-navbar-align-class");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar-ico.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 239 |     crate::should_render!(ico, "mj-navbar-ico");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_navbar/../../resources/compare/success/mj-navbar-ico.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_navbar/render.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 239 |     crate::should_render!(ico, "mj-navbar-ico");
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_raw/../../resources/compare/success/mj-raw.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_raw/render.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout] 56  |     crate::should_render!(basic, "mj-raw");
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_raw/../../resources/compare/success/mj-raw.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_raw/render.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout] 56  |     crate::should_render!(basic, "mj-raw");
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_raw/../../resources/compare/success/mj-raw-head.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_raw/render.rs:57:5
[INFO] [stdout]     |
[INFO] [stdout] 57  |     crate::should_render!(in_head, "mj-raw-head");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_raw/../../resources/compare/success/mj-raw-head.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_raw/render.rs:57:5
[INFO] [stdout]     |
[INFO] [stdout] 57  |     crate::should_render!(in_head, "mj-raw-head");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/comment.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:578:5
[INFO] [stdout]     |
[INFO] [stdout] 578 |     crate::should_render!(comment, "comment");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/comment.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:578:5
[INFO] [stdout]     |
[INFO] [stdout] 578 |     crate::should_render!(comment, "comment");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:580:5
[INFO] [stdout]     |
[INFO] [stdout] 580 |     crate::should_render!(basic, "mj-section");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:580:5
[INFO] [stdout]     |
[INFO] [stdout] 580 |     crate::should_render!(basic, "mj-section");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:581:5
[INFO] [stdout]     |
[INFO] [stdout] 581 |     crate::should_render!(background_color, "mj-section-background-color");
[INFO] [stdout]     |     ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:581:5
[INFO] [stdout]     |
[INFO] [stdout] 581 |     crate::should_render!(background_color, "mj-section-background-color");
[INFO] [stdout]     |     ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-url-full.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:582:5
[INFO] [stdout]     |
[INFO] [stdout] 582 |     crate::should_render!(background_url_full, "mj-section-background-url-full");
[INFO] [stdout]     |     ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-url-full.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:582:5
[INFO] [stdout]     |
[INFO] [stdout] 582 |     crate::should_render!(background_url_full, "mj-section-background-url-full");
[INFO] [stdout]     |     ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-url.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:583:5
[INFO] [stdout]     |
[INFO] [stdout] 583 |     crate::should_render!(background_url, "mj-section-background-url");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-background-url.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:583:5
[INFO] [stdout]     |
[INFO] [stdout] 583 |     crate::should_render!(background_url, "mj-section-background-url");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-body-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:584:5
[INFO] [stdout]     |
[INFO] [stdout] 584 |     crate::should_render!(body_width, "mj-section-body-width");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-body-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:584:5
[INFO] [stdout]     |
[INFO] [stdout] 584 |     crate::should_render!(body_width, "mj-section-body-width");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-border.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:585:5
[INFO] [stdout]     |
[INFO] [stdout] 585 |     crate::should_render!(border, "mj-section-border");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-border.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:585:5
[INFO] [stdout]     |
[INFO] [stdout] 585 |     crate::should_render!(border, "mj-section-border");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-border-radius.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:586:5
[INFO] [stdout]     |
[INFO] [stdout] 586 |     crate::should_render!(border_radius, "mj-section-border-radius");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-border-radius.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:586:5
[INFO] [stdout]     |
[INFO] [stdout] 586 |     crate::should_render!(border_radius, "mj-section-border-radius");
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:587:5
[INFO] [stdout]     |
[INFO] [stdout] 587 |     crate::should_render!(class, "mj-section-class");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:587:5
[INFO] [stdout]     |
[INFO] [stdout] 587 |     crate::should_render!(class, "mj-section-class");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-direction.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:588:5
[INFO] [stdout]     |
[INFO] [stdout] 588 |     crate::should_render!(direction, "mj-section-direction");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-direction.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:588:5
[INFO] [stdout]     |
[INFO] [stdout] 588 |     crate::should_render!(direction, "mj-section-direction");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-full-width.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:589:5
[INFO] [stdout]     |
[INFO] [stdout] 589 |     crate::should_render!(full_width, "mj-section-full-width");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-full-width.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:589:5
[INFO] [stdout]     |
[INFO] [stdout] 589 |     crate::should_render!(full_width, "mj-section-full-width");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:590:5
[INFO] [stdout]     |
[INFO] [stdout] 590 |     crate::should_render!(padding, "mj-section-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:590:5
[INFO] [stdout]     |
[INFO] [stdout] 590 |     crate::should_render!(padding, "mj-section-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-text-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:591:5
[INFO] [stdout]     |
[INFO] [stdout] 591 |     crate::should_render!(text_align, "mj-section-text-align");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_section/../../resources/compare/success/mj-section-text-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_section/render.rs:591:5
[INFO] [stdout]     |
[INFO] [stdout] 591 |     crate::should_render!(text_align, "mj-section-text-align");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 |     crate::should_render!(basic, "mj-social");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 |     crate::should_render!(basic, "mj-social");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     crate::should_render!(align, "mj-social-align");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     crate::should_render!(align, "mj-social-align");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-border-radius.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     crate::should_render!(border_radius, "mj-social-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-border-radius.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     crate::should_render!(border_radius, "mj-social-border-radius");
[INFO] [stdout]     |     --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     crate::should_render!(class, "mj-social-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     crate::should_render!(class, "mj-social-class");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     crate::should_render!(color, "mj-social-color");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     crate::should_render!(color, "mj-social-color");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-container-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | /     crate::should_render!(
[INFO] [stdout] 209 | |         container_background_color,
[INFO] [stdout] 210 | |         "mj-social-container-background-color"
[INFO] [stdout] 211 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-container-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 | /     crate::should_render!(
[INFO] [stdout] 209 | |         container_background_color,
[INFO] [stdout] 210 | |         "mj-social-container-background-color"
[INFO] [stdout] 211 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-font-family.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     crate::should_render!(font_family, "mj-social-font-family");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-font-family.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     crate::should_render!(font_family, "mj-social-font-family");
[INFO] [stdout]     |     ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-font.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     crate::should_render!(font, "mj-social-font");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-font.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     crate::should_render!(font, "mj-social-font");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-icon.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     crate::should_render!(icon, "mj-social-icon");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-icon.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     crate::should_render!(icon, "mj-social-icon");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-link.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     crate::should_render!(link, "mj-social-link");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-link.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     crate::should_render!(link, "mj-social-link");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-mode.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(mode, "mj-social-mode");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-mode.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     crate::should_render!(mode, "mj-social-mode");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     crate::should_render!(padding, "mj-social-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     crate::should_render!(padding, "mj-social-padding");
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-text.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     crate::should_render!(text, "mj-social-text");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social/../../resources/compare/success/mj-social-text.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social/render.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     crate::should_render!(text, "mj-social-text");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social_element/../../resources/compare/success/mj-social-element-ending.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social_element/render.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 |     crate::should_render!(render_ending_tag, "mj-social-element-ending");
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_social_element/../../resources/compare/success/mj-social-element-ending.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_social_element/render.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 |     crate::should_render!(render_ending_tag, "mj-social-element-ending");
[INFO] [stdout]     |     -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_spacer/../../resources/compare/success/mj-spacer.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_spacer/render.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout] 49  |     crate::should_render!(basic, "mj-spacer");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_spacer/../../resources/compare/success/mj-spacer.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_spacer/render.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout] 49  |     crate::should_render!(basic, "mj-spacer");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout] 90  |     crate::should_render!(basic, "mj-table");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout] 90  |     crate::should_render!(basic, "mj-table");
[INFO] [stdout]     |     ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-table.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout] 91  |     crate::should_render!(table, "mj-table-table");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-table.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout] 91  |     crate::should_render!(table, "mj-table-table");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-text.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:92:5
[INFO] [stdout]     |
[INFO] [stdout] 92  |     crate::should_render!(text, "mj-table-text");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-text.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:92:5
[INFO] [stdout]     |
[INFO] [stdout] 92  |     crate::should_render!(text, "mj-table-text");
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-other.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout] 93  |     crate::should_render!(other, "mj-table-other");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_table/../../resources/compare/success/mj-table-other.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_table/render.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout] 93  |     crate::should_render!(other, "mj-table-other");
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     crate::should_render!(basic, "mj-text");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     crate::should_render!(basic, "mj-text");
[INFO] [stdout]     |     --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-align.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     crate::should_render!(align, "mj-text-align");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-align.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     crate::should_render!(align, "mj-text-align");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-class.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     crate::should_render!(class, "mj-text-class");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-class.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     crate::should_render!(class, "mj-text-class");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     crate::should_render!(color, "mj-text-color");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     crate::should_render!(color, "mj-text-color");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-container-background-color.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 | /     crate::should_render!(
[INFO] [stdout] 109 | |         container_background_color,
[INFO] [stdout] 110 | |         "mj-text-container-background-color"
[INFO] [stdout] 111 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-container-background-color.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                   let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 | /     crate::should_render!(
[INFO] [stdout] 109 | |         container_background_color,
[INFO] [stdout] 110 | |         "mj-text-container-background-color"
[INFO] [stdout] 111 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-example.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     crate::should_render!(example, "mj-text-example");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-example.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     crate::should_render!(example, "mj-text-example");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-family.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     crate::should_render!(font_family, "mj-text-font-family");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-family.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     crate::should_render!(font_family, "mj-text-font-family");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-size.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     crate::should_render!(font_size, "mj-text-font-size");
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-size.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     crate::should_render!(font_size, "mj-text-font-size");
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-style.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     crate::should_render!(font_style, "mj-text-font-style");
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-style.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     crate::should_render!(font_style, "mj-text-font-style");
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-weight.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     crate::should_render!(font_weight, "mj-text-font-weight");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-font-weight.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     crate::should_render!(font_weight, "mj-text-font-weight");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     crate::should_render!(height, "mj-text-height");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     crate::should_render!(height, "mj-text-height");
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-line-height.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     crate::should_render!(line_height, "mj-text-line-height");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-line-height.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     crate::should_render!(line_height, "mj-text-line-height");
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     crate::should_render!(padding, "mj-text-padding");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_text/../../resources/compare/success/mj-text-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_text/render.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     crate::should_render!(padding, "mj-text-padding");
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     crate::should_render!(basic, "mj-wrapper");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     crate::should_render!(basic, "mj-wrapper");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-background.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     crate::should_render!(background, "mj-wrapper-background");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-background.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     crate::should_render!(background, "mj-wrapper-background");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-border.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     crate::should_render!(border, "mj-wrapper-border");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-border.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     crate::should_render!(border, "mj-wrapper-border");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-other.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     crate::should_render!(other, "mj-wrapper-other");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-other.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     crate::should_render!(other, "mj-wrapper-other");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-padding.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     crate::should_render!(padding, "mj-wrapper-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mj_wrapper/../../resources/compare/success/mj-wrapper-padding.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mj_wrapper/render.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     crate::should_render!(padding, "mj-wrapper-padding");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mjml/../../resources/compare/success/mjml.mjml`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:289:32
[INFO] [stdout]     |
[INFO] [stdout] 289 |                 let template = include_str!(concat!("../../resources/compare/success/", $template, ".mjml"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mjml/render.rs:80:5
[INFO] [stdout]     |
[INFO] [stdout] 80  |     crate::should_render!(empty, "mjml");
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mjml/../../resources/compare/success/mjml.html`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/prelude/render/mod.rs:290:32
[INFO] [stdout]     |
[INFO] [stdout] 290 |                 let expected = include_str!(concat!("../../resources/compare/success/", $template, ".html"));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mjml/render.rs:80:5
[INFO] [stdout]     |
[INFO] [stdout] 80  |     crate::should_render!(empty, "mjml");
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `crate::should_render` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mjml/../../resources/template/amario.mjml`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/mjml/render.rs:85:24
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let template = include_str!("../../resources/template/amario.mjml");
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mjml/../../resources/template/air-astana.mjml`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/mjml/render.rs:93:24
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let template = include_str!("../../resources/template/air-astana.mjml");
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/mjml/../../resources/template/air-astana.html`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/mjml/render.rs:94:24
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let expected = include_str!("../../resources/template/air-astana.html");
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `orderedmap`
[INFO] [stdout]    --> src/mjml/render.rs:100:11
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "orderedmap")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `async`, `default`, `http-loader`, `http-loader-async-reqwest`, `http-loader-base`, `http-loader-blocking-reqwest`, `http-loader-ureq`, `json`, `local-loader`, `parse`, `print`, and `render`
[INFO] [stdout]     = help: consider adding `orderedmap` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mrml` (lib test) due to 264 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "79602fc7cf2c83b0724b702a23aaa0006badf545576e2a64e834b48863fef224", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79602fc7cf2c83b0724b702a23aaa0006badf545576e2a64e834b48863fef224", kill_on_drop: false }`
[INFO] [stdout] 79602fc7cf2c83b0724b702a23aaa0006badf545576e2a64e834b48863fef224
