[INFO] fetching crate sauron-macro 0.70.0...
[INFO] testing sauron-macro-0.70.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate sauron-macro 0.70.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate sauron-macro 0.70.0
[INFO] finished tweaking crates.io crate sauron-macro 0.70.0
[INFO] tweaked toml for crates.io crate sauron-macro 0.70.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sauron-macro 0.70.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.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 57 packages to latest compatible versions
[INFO] [stderr]       Adding futures v0.3.30 (available: v0.3.31)
[INFO] [stderr]       Adding phf v0.11.3 (available: v0.13.1)
[INFO] [stderr]       Adding rstml v0.11.2 (available: v0.12.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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 derive-where v1.6.0
[INFO] [stderr]   Downloaded doc-comment v0.3.3
[INFO] [stderr]   Downloaded rstml v0.11.2
[INFO] [stderr]   Downloaded longest-increasing-subsequence v0.1.0
[INFO] [stderr]   Downloaded syn_derive v0.1.8
[INFO] [stderr]   Downloaded sauron-core v0.70.0
[INFO] [stderr]   Downloaded serde-wasm-bindgen v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3791721843be448dcf2ef5678112e41c11f83bed230f04965630e41e9d86ea7c
[INFO] running `Command { std: "docker" "start" "-a" "3791721843be448dcf2ef5678112e41c11f83bed230f04965630e41e9d86ea7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3791721843be448dcf2ef5678112e41c11f83bed230f04965630e41e9d86ea7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3791721843be448dcf2ef5678112e41c11f83bed230f04965630e41e9d86ea7c", kill_on_drop: false }`
[INFO] [stdout] 3791721843be448dcf2ef5678112e41c11f83bed230f04965630e41e9d86ea7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d11c49aeaefb1d26cb1b9bd95ff2ed9d9a297b625e57985637707254029aaf3c
[INFO] running `Command { std: "docker" "start" "-a" "d11c49aeaefb1d26cb1b9bd95ff2ed9d9a297b625e57985637707254029aaf3c", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.104
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling wasm-bindgen v0.2.104
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.104
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling rstml v0.11.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.104
[INFO] [stderr]    Compiling js-sys v0.3.81
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.54
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.5.0
[INFO] [stderr]    Compiling web-sys v0.3.81
[INFO] [stderr]    Compiling sauron-core v0.70.0
[INFO] [stderr]    Compiling sauron-macro v0.70.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
[INFO] running `Command { std: "docker" "inspect" "d11c49aeaefb1d26cb1b9bd95ff2ed9d9a297b625e57985637707254029aaf3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d11c49aeaefb1d26cb1b9bd95ff2ed9d9a297b625e57985637707254029aaf3c", kill_on_drop: false }`
[INFO] [stdout] d11c49aeaefb1d26cb1b9bd95ff2ed9d9a297b625e57985637707254029aaf3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19f0d2c1279b92a167ca695871f3f7abdc8e888048c6dcc142626f50cb1676d8
[INFO] running `Command { std: "docker" "start" "-a" "19f0d2c1279b92a167ca695871f3f7abdc8e888048c6dcc142626f50cb1676d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling sauron-macro v0.70.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "19f0d2c1279b92a167ca695871f3f7abdc8e888048c6dcc142626f50cb1676d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19f0d2c1279b92a167ca695871f3f7abdc8e888048c6dcc142626f50cb1676d8", kill_on_drop: false }`
[INFO] [stdout] 19f0d2c1279b92a167ca695871f3f7abdc8e888048c6dcc142626f50cb1676d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bdf42515efc6f21f37b95afa8e701f499b2418f90bb2f312344a3b404e58b4f3
[INFO] running `Command { std: "docker" "start" "-a" "bdf42515efc6f21f37b95afa8e701f499b2418f90bb2f312344a3b404e58b4f3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sauron_macro-23f3e31fed6d9fbc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests sauron_macro
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test src/jss.rs - jss::SelectorWithStyle (line 18) ... ignored
[INFO] [stdout] test src/jss.rs - jss::SelectorWithStyle::parse (line 108) ... ignored
[INFO] [stdout] test src/jss/style.rs - jss::style::Property::parse (line 105) ... ignored
[INFO] [stdout] test src/jss/style.rs - jss::style::PropertyName::parse (line 139) ... ignored
[INFO] [stdout] test src/jss/style.rs - jss::style::Style (line 6) ... ignored
[INFO] [stdout] test src/jss/style.rs - jss::style::Style::parse (line 32) ... ignored
[INFO] [stdout] test src/lib.rs - node (line 75) ... FAILED
[INFO] [stdout] test src/lib.rs - style (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 156) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 58) ... FAILED
[INFO] [stdout] test src/lib.rs - jss (line 215) ... FAILED
[INFO] [stdout] test src/lib.rs - jss_with_media (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 110) ... FAILED
[INFO] [stdout] test src/lib.rs - extract_skip_diff (line 200) ... FAILED
[INFO] [stdout] test src/lib.rs - extract_skip_diff (line 193) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 33) ... FAILED
[INFO] [stdout] test src/lib.rs - node (line 96) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - node (line 75) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:76:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,html::attributes::classes_flag};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:76:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,html::attributes::classes_flag};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - style (line 280) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:282:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sauron::html::units::{px, percent};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:283:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sauron::html::attributes::{Attribute,attr};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:281:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::style;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 156) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:157:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,html::text};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:157:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,html::text};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 48) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:49:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 58) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:59:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - jss (line 215) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:216:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::jss;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - jss_with_media (line 250) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:251:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::jss_with_media;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 110) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:111:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:111:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node,
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - extract_skip_diff (line 200) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sauron` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:204:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | let skip = extract_skip_diff!{"item 1"};
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `sauron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `extract_skip_diff` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:205:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(skip, sauron::skip_if(true,[]), "skip raw text");
[INFO] [stdout]   |                  ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - extract_skip_diff (line 193) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sauron` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:197:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | let skip = extract_skip_diff!{<ul class="some-list"></ul>};
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `sauron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `extract_skip_diff` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sauron` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:197:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | let skip = extract_skip_diff!{<ul class="some-list"></ul>};
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `sauron` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `extract_skip_diff` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use sauron_core::dom::skip_diff::SkipAttrs;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]  --> src/lib.rs:198:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(skip, sauron::skip_if(true,[]), "skip if all attribute values are static");
[INFO] [stdout]   |                  ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 33) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:34:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - node (line 96) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sauron`
[INFO] [stdout]  --> src/lib.rs:97:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sauron::{node,Node};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `sauron`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sauron`, use `cargo add sauron` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - extract_skip_diff (line 193)
[INFO] [stdout]     src/lib.rs - extract_skip_diff (line 200)
[INFO] [stdout]     src/lib.rs - jss (line 215)
[INFO] [stdout]     src/lib.rs - jss_with_media (line 250)
[INFO] [stdout]     src/lib.rs - node (line 110)
[INFO] [stdout]     src/lib.rs - node (line 156)
[INFO] [stdout]     src/lib.rs - node (line 33)
[INFO] [stdout]     src/lib.rs - node (line 48)
[INFO] [stdout]     src/lib.rs - node (line 58)
[INFO] [stdout]     src/lib.rs - node (line 75)
[INFO] [stdout]     src/lib.rs - node (line 96)
[INFO] [stdout]     src/lib.rs - style (line 280)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bdf42515efc6f21f37b95afa8e701f499b2418f90bb2f312344a3b404e58b4f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdf42515efc6f21f37b95afa8e701f499b2418f90bb2f312344a3b404e58b4f3", kill_on_drop: false }`
[INFO] [stdout] bdf42515efc6f21f37b95afa8e701f499b2418f90bb2f312344a3b404e58b4f3
