[INFO] fetching crate fluent-syntax_for_carbide 0.11.0... [INFO] testing fluent-syntax_for_carbide-0.11.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate fluent-syntax_for_carbide 0.11.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate fluent-syntax_for_carbide 0.11.0 [INFO] finished tweaking crates.io crate fluent-syntax_for_carbide 0.11.0 [INFO] tweaked toml for crates.io crate fluent-syntax_for_carbide 0.11.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fluent-syntax_for_carbide 0.11.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fluent-syntax_for_carbide 0.11.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14d9c778a7f313e9b09e66d8550f692e6d566071742cb2970fe93260a38f5c2c [INFO] running `Command { std: "docker" "start" "-a" "14d9c778a7f313e9b09e66d8550f692e6d566071742cb2970fe93260a38f5c2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14d9c778a7f313e9b09e66d8550f692e6d566071742cb2970fe93260a38f5c2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14d9c778a7f313e9b09e66d8550f692e6d566071742cb2970fe93260a38f5c2c", kill_on_drop: false }` [INFO] [stdout] 14d9c778a7f313e9b09e66d8550f692e6d566071742cb2970fe93260a38f5c2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d21fc8880b9c5b083bb6e08be750c2689762af8832b9fc9cf9bc5dce204faaf [INFO] running `Command { std: "docker" "start" "-a" "6d21fc8880b9c5b083bb6e08be750c2689762af8832b9fc9cf9bc5dce204faaf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling fluent-syntax_for_carbide v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:121:42 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s [INFO] running `Command { std: "docker" "inspect" "6d21fc8880b9c5b083bb6e08be750c2689762af8832b9fc9cf9bc5dce204faaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d21fc8880b9c5b083bb6e08be750c2689762af8832b9fc9cf9bc5dce204faaf", kill_on_drop: false }` [INFO] [stdout] 6d21fc8880b9c5b083bb6e08be750c2689762af8832b9fc9cf9bc5dce204faaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0ec7d50774395711e74730b6d8bf47ac489639711672aeec11514a9d1b9cc7f [INFO] running `Command { std: "docker" "start" "-a" "f0ec7d50774395711e74730b6d8bf47ac489639711672aeec11514a9d1b9cc7f", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling iai v0.1.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:121:42 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling fluent-syntax_for_carbide v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:121:42 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.40s [INFO] running `Command { std: "docker" "inspect" "f0ec7d50774395711e74730b6d8bf47ac489639711672aeec11514a9d1b9cc7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0ec7d50774395711e74730b6d8bf47ac489639711672aeec11514a9d1b9cc7f", kill_on_drop: false }` [INFO] [stdout] f0ec7d50774395711e74730b6d8bf47ac489639711672aeec11514a9d1b9cc7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f0673957d8d88f5dee8f98174f4817b26945788411ca539d727f5446e6ff6e8 [INFO] running `Command { std: "docker" "start" "-a" "2f0673957d8d88f5dee8f98174f4817b26945788411ca539d727f5446e6ff6e8", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/unicode.rs:121:42 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 121 | pub fn unescape_unicode_to_string(input: &str) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `fluent-syntax_for_carbide` (lib) generated 1 warning (run `cargo fix --lib -p fluent-syntax_for_carbide` to apply 1 suggestion) [INFO] [stderr] warning: `fluent-syntax_for_carbide` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluent_syntax_for_carbide-229496fd0c9e93f2) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test serializer::test::add_expression_variant ... ok [INFO] [stdout] test serializer::test::add_message_at_top ... ok [INFO] [stdout] test serializer::test::add_message_in_between ... ok [INFO] [stdout] test serializer::test::add_message_comment ... ok [INFO] [stdout] test serializer::test::add_message_at_end ... ok [INFO] [stdout] test serializer::test::change_id ... ok [INFO] [stdout] test serializer::test::change_value ... ok [INFO] [stdout] test serializer::test::edit_message_comment ... ok [INFO] [stdout] test serializer::test::remove_message ... ok [INFO] [stdout] test serializer::test::remove_message_comment ... ok [INFO] [stdout] test serializer::test::change_variable_reference ... ok [INFO] [stdout] test serializer::test::write_something_then_indent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/parser.rs (/opt/rustwide/target/debug/deps/parser-653f60857eaefb21) [INFO] [stdout] [INFO] [stdout] running 0 tests [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] [stderr] Doc-tests fluent_syntax_for_carbide [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test src/ast/mod.rs - ast::Expression (line 1367) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::CallArguments (line 816) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::VariableReference (line 1265) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Entry (line 172) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Attribute (line 482) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::NamedArgument (line 894) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::FunctionReference (line 1107) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::MessageReference (line 1159) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast (line 14) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::TermReference (line 1211) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::NumberLiteral (line 1061) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::Placeable (line 1313) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::StringLiteral (line 1015) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression (line 964) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Pattern (line 327) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::PatternElement (line 404) ... FAILED [INFO] [stdout] test src/lib.rs - (line 16) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Variant (line 600) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Message (line 221) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Term (line 275) ... FAILED [INFO] [stdout] test src/parser/mod.rs - parser::Result (line 91) ... FAILED [INFO] [stdout] test src/parser/errors.rs - parser::errors::ParserError (line 17) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Resource (line 98) ... FAILED [INFO] [stdout] test src/parser/mod.rs - parser::parse_runtime (line 239) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Comment (line 777) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Entry (line 127) ... FAILED [INFO] [stdout] test src/unicode.rs - unicode::unescape_unicode (line 61) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::Identifier (line 552) ... FAILED [INFO] [stdout] test src/ast/mod.rs - ast::VariantKey (line 685) ... FAILED [INFO] [stdout] test src/unicode.rs - unicode (line 13) ... FAILED [INFO] [stdout] test src/unicode.rs - unicode::unescape_unicode_to_string (line 113) ... FAILED [INFO] [stdout] test src/parser/mod.rs - parser::parse (line 176) ... FAILED [INFO] [stdout] test src/serializer.rs - serializer (line 9) ... FAILED [INFO] [stdout] test src/parser/mod.rs - parser (line 10) ... FAILED [INFO] [stdout] test src/serializer.rs - serializer::serialize (line 32) ... FAILED [INFO] [stdout] test src/unicode.rs - unicode (line 34) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ast/mod.rs - ast::Expression (line 1367) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1368:5 [INFO] [stdout] | [INFO] [stdout] 1368 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1369:5 [INFO] [stdout] | [INFO] [stdout] 1369 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::CallArguments (line 816) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::VariableReference (line 1265) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1266:5 [INFO] [stdout] | [INFO] [stdout] 1266 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1267:5 [INFO] [stdout] | [INFO] [stdout] 1267 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Entry (line 172) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Attribute (line 482) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:484:5 [INFO] [stdout] | [INFO] [stdout] 484 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::NamedArgument (line 894) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:895:5 [INFO] [stdout] | [INFO] [stdout] 895 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:896:5 [INFO] [stdout] | [INFO] [stdout] 896 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::FunctionReference (line 1107) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1108:5 [INFO] [stdout] | [INFO] [stdout] 1108 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1109:5 [INFO] [stdout] | [INFO] [stdout] 1109 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::MessageReference (line 1159) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1161:5 [INFO] [stdout] | [INFO] [stdout] 1161 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast (line 14) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::TermReference (line 1211) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1212:5 [INFO] [stdout] | [INFO] [stdout] 1212 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1213:5 [INFO] [stdout] | [INFO] [stdout] 1213 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::NumberLiteral (line 1061) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1062:5 [INFO] [stdout] | [INFO] [stdout] 1062 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::Placeable (line 1313) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1315:5 [INFO] [stdout] | [INFO] [stdout] 1315 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression::StringLiteral (line 1015) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1016:5 [INFO] [stdout] | [INFO] [stdout] 1016 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:1017:5 [INFO] [stdout] | [INFO] [stdout] 1017 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::InlineExpression (line 964) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:965:5 [INFO] [stdout] | [INFO] [stdout] 965 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:966:5 [INFO] [stdout] | [INFO] [stdout] 966 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Pattern (line 327) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::PatternElement (line 404) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Variant (line 600) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:601:5 [INFO] [stdout] | [INFO] [stdout] 601 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 602 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Message (line 221) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Term (line 275) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser/mod.rs - parser::Result (line 91) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser/errors.rs - parser::errors::ParserError (line 17) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/errors.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/errors.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Resource (line 98) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser/mod.rs - parser::parse_runtime (line 239) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Comment (line 777) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:778:5 [INFO] [stdout] | [INFO] [stdout] 778 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:779:5 [INFO] [stdout] | [INFO] [stdout] 779 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Entry (line 127) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unicode.rs - unicode::unescape_unicode (line 61) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `fluent_syntax` in this scope [INFO] [stdout] --> src/unicode.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | use fluent_syntax::unicode::unescape_unicode; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::Identifier (line 552) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:553:5 [INFO] [stdout] | [INFO] [stdout] 553 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:554:5 [INFO] [stdout] | [INFO] [stdout] 554 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ast/mod.rs - ast::VariantKey (line 685) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:686:5 [INFO] [stdout] | [INFO] [stdout] 686 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/ast/mod.rs:687:5 [INFO] [stdout] | [INFO] [stdout] 687 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unicode.rs - unicode (line 13) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `fluent_syntax` in this scope [INFO] [stdout] --> src/unicode.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use fluent_syntax::unicode::unescape_unicode_to_string; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unicode.rs - unicode::unescape_unicode_to_string (line 113) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `fluent_syntax` in this scope [INFO] [stdout] --> src/unicode.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | use fluent_syntax::unicode::unescape_unicode_to_string; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser/mod.rs - parser::parse (line 176) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/serializer.rs - serializer (line 9) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/serializer.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/serializer.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use fluent_syntax::serializer; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser/mod.rs - parser (line 10) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/parser/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use fluent_syntax::ast; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/serializer.rs - serializer::serialize (line 32) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/serializer.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use fluent_syntax::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fluent_syntax` [INFO] [stdout] --> src/serializer.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use fluent_syntax::serializer; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unicode.rs - unicode (line 34) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `fluent_syntax` in this scope [INFO] [stdout] --> src/unicode.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | use fluent_syntax::unicode::unescape_unicode_to_string; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fluent_syntax` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fluent_syntax`, use `cargo add fluent_syntax` 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 E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/ast/mod.rs - ast (line 14) [INFO] [stdout] src/ast/mod.rs - ast::Attribute (line 482) [INFO] [stdout] src/ast/mod.rs - ast::CallArguments (line 816) [INFO] [stdout] src/ast/mod.rs - ast::Comment (line 777) [INFO] [stdout] src/ast/mod.rs - ast::Entry (line 127) [INFO] [stdout] src/ast/mod.rs - ast::Entry (line 172) [INFO] [stdout] src/ast/mod.rs - ast::Expression (line 1367) [INFO] [stdout] src/ast/mod.rs - ast::Identifier (line 552) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression (line 964) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::FunctionReference (line 1107) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::MessageReference (line 1159) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::NumberLiteral (line 1061) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::Placeable (line 1313) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::StringLiteral (line 1015) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::TermReference (line 1211) [INFO] [stdout] src/ast/mod.rs - ast::InlineExpression::VariableReference (line 1265) [INFO] [stdout] src/ast/mod.rs - ast::Message (line 221) [INFO] [stdout] src/ast/mod.rs - ast::NamedArgument (line 894) [INFO] [stdout] src/ast/mod.rs - ast::Pattern (line 327) [INFO] [stdout] src/ast/mod.rs - ast::PatternElement (line 404) [INFO] [stdout] src/ast/mod.rs - ast::Resource (line 98) [INFO] [stdout] src/ast/mod.rs - ast::Term (line 275) [INFO] [stdout] src/ast/mod.rs - ast::Variant (line 600) [INFO] [stdout] src/ast/mod.rs - ast::VariantKey (line 685) [INFO] [stdout] src/lib.rs - (line 16) [INFO] [stdout] src/parser/errors.rs - parser::errors::ParserError (line 17) [INFO] [stdout] src/parser/mod.rs - parser (line 10) [INFO] [stdout] src/parser/mod.rs - parser::Result (line 91) [INFO] [stdout] src/parser/mod.rs - parser::parse (line 176) [INFO] [stdout] src/parser/mod.rs - parser::parse_runtime (line 239) [INFO] [stdout] src/serializer.rs - serializer (line 9) [INFO] [stdout] src/serializer.rs - serializer::serialize (line 32) [INFO] [stdout] src/unicode.rs - unicode (line 13) [INFO] [stdout] src/unicode.rs - unicode (line 34) [INFO] [stdout] src/unicode.rs - unicode::unescape_unicode (line 61) [INFO] [stdout] src/unicode.rs - unicode::unescape_unicode_to_string (line 113) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 36 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "2f0673957d8d88f5dee8f98174f4817b26945788411ca539d727f5446e6ff6e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f0673957d8d88f5dee8f98174f4817b26945788411ca539d727f5446e6ff6e8", kill_on_drop: false }` [INFO] [stdout] 2f0673957d8d88f5dee8f98174f4817b26945788411ca539d727f5446e6ff6e8