[INFO] fetching crate mogwai-html-macro 0.3.1...
[INFO] testing mogwai-html-macro-0.3.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mogwai-html-macro 0.3.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate mogwai-html-macro 0.3.1
[INFO] finished tweaking crates.io crate mogwai-html-macro 0.3.1
[INFO] tweaked toml for crates.io crate mogwai-html-macro 0.3.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mogwai-html-macro 0.3.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 41 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.108)
[INFO] [stderr]       Adding syn-rsx v0.7.3 (available: v0.9.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn-rsx v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfcf09b4bba9122cc591b0d30d629d4e545c17584fa242440c849a86a0832f40
[INFO] running `Command { std: "docker" "start" "-a" "cfcf09b4bba9122cc591b0d30d629d4e545c17584fa242440c849a86a0832f40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfcf09b4bba9122cc591b0d30d629d4e545c17584fa242440c849a86a0832f40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfcf09b4bba9122cc591b0d30d629d4e545c17584fa242440c849a86a0832f40", kill_on_drop: false }`
[INFO] [stdout] cfcf09b4bba9122cc591b0d30d629d4e545c17584fa242440c849a86a0832f40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd6f5bfe1621773cc77343be034ba862e7c5747723e91d65cd41f52b60aea1cf
[INFO] running `Command { std: "docker" "start" "-a" "bd6f5bfe1621773cc77343be034ba862e7c5747723e91d65cd41f52b60aea1cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn-rsx v0.7.3
[INFO] [stderr]    Compiling mogwai-html-macro v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `name_span` is never read
[INFO] [stdout]    --> src/tokens.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Element {
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 131 |         name: String,
[INFO] [stdout] 132 |         name_span: proc_macro2::Span,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ViewToken` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
[INFO] running `Command { std: "docker" "inspect" "bd6f5bfe1621773cc77343be034ba862e7c5747723e91d65cd41f52b60aea1cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd6f5bfe1621773cc77343be034ba862e7c5747723e91d65cd41f52b60aea1cf", kill_on_drop: false }`
[INFO] [stdout] bd6f5bfe1621773cc77343be034ba862e7c5747723e91d65cd41f52b60aea1cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af7af89fc7f1bcf6184b2bd0d3a157ccf82d8922f4786c47578eaa26b40f6903
[INFO] running `Command { std: "docker" "start" "-a" "af7af89fc7f1bcf6184b2bd0d3a157ccf82d8922f4786c47578eaa26b40f6903", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.105
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling wasm-bindgen v0.2.105
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.55
[INFO] [stderr]    Compiling syn-rsx v0.7.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling mogwai-html-macro v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.105
[INFO] [stdout] warning: field `name_span` is never read
[INFO] [stdout]    --> src/tokens.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Element {
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 131 |         name: String,
[INFO] [stdout] 132 |         name_span: proc_macro2::Span,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ViewToken` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling js-sys v0.3.82
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.55
[INFO] [stderr]    Compiling web-sys v0.3.82
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.55
[INFO] [stdout] warning: field `name_span` is never read
[INFO] [stdout]    --> src/tokens.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Element {
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 131 |         name: String,
[INFO] [stdout] 132 |         name_span: proc_macro2::Span,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ViewToken` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]  --> tests/integration_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mogwai::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let _ = builder! {
[INFO] [stdout]    |  _____________^
[INFO] [stdout] 15 | |         <div
[INFO] [stdout] 16 | |          cast:type = mogwai::view::Dom
[INFO] [stdout] 17 | |          post:build = move |_:&mut Dom| println!("post build")
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         </div>
[INFO] [stdout] 27 | |     };
[INFO] [stdout]    | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |          cast:type = mogwai::view::Dom
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |       let div: String = view! {
[INFO] [stdout]    |  _______________________^
[INFO] [stdout] 34 | |         <a href="http://zyghost.com" />
[INFO] [stdout] 35 | |     }
[INFO] [stdout]    | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |       let div: String = view! {
[INFO] [stdout]    |  _______________________^
[INFO] [stdout] 40 | |         <img src="http://zyghost.com/favicon.ico" />
[INFO] [stdout] 41 | |     }
[INFO] [stdout]    | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         builder! {<a href="http://zyghost.com" class="blah"/>}.into();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let div: String = view! {<a href="http://zyghost.com" class="blah"/>}.into();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let div: String = view! {<img src="http://zyghost.com/favicon.ico" class="blah"/>}.into();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |       let div: String = view! {
[INFO] [stdout]    |  _______________________^
[INFO] [stdout] 81 | |         <a href="http://zyghost.com" class = "a_link">"a text node"</a>
[INFO] [stdout] 82 | |     }
[INFO] [stdout]    | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]   --> tests/integration_test.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |       let s: String = view! {
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 94 | |         <pre>"just a string with the number" {format!("{}", x)} "<- blah blah"</pre>
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    --> tests/integration_test.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |       let s: String = view! {
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 108 | |         <pre>"just a string with the number" {format!("{}", x)}</pre>
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    --> tests/integration_test.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |       let s: String = view! {
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 118 | |         <pre>"this is text <- text"</pre>
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    --> tests/integration_test.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |       let _: String = view! {
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 128 | |         <div
[INFO] [stdout] 129 | |             id="my_div"
[INFO] [stdout] 130 | |             style="float: left;">
[INFO] [stdout] 131 | |             "A string"
[INFO] [stdout] 132 | |         </div>
[INFO] [stdout] 133 | |     }
[INFO] [stdout]     | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    --> tests/integration_test.rs:171:22
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 Some(builder! { <img class="user-pic" src=image /> })
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]    --> tests/integration_test.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | /     builder! {
[INFO] [stdout] 177 | |         <ul class="nav navbar-nav pull-xs-right">
[INFO] [stdout] 178 | |             <li class="nav-item">
[INFO] [stdout] 179 | |                 <a class=home_class href="#/">" Home"</a>
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |         </ul>
[INFO] [stdout] 200 | |     }
[INFO] [stdout]     | |_____^ use of unresolved module or unlinked crate `mogwai`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mogwai`, use `cargo add mogwai` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `never`
[INFO] [stdout]    --> tests/integration_test.rs:203:7
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[cfg(feature = "never")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `never` 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] [stdout] warning: unused import: `std::convert::TryFrom`
[INFO] [stdout]  --> tests/integration_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::convert::TryFrom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mogwai-html-macro` (test "integration_test") due to 15 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "af7af89fc7f1bcf6184b2bd0d3a157ccf82d8922f4786c47578eaa26b40f6903", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af7af89fc7f1bcf6184b2bd0d3a157ccf82d8922f4786c47578eaa26b40f6903", kill_on_drop: false }`
[INFO] [stdout] af7af89fc7f1bcf6184b2bd0d3a157ccf82d8922f4786c47578eaa26b40f6903
