[INFO] fetching crate fluent-syntax_for_carbide 0.11.0...
[INFO] testing fluent-syntax_for_carbide-0.11.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate fluent-syntax_for_carbide 0.11.0 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fluent-syntax_for_carbide 0.11.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca7261dac5c7d4c417de5e5a8b2d75740115fac3dc4df580f667251242eb5f11
[INFO] running `Command { std: "docker" "start" "-a" "ca7261dac5c7d4c417de5e5a8b2d75740115fac3dc4df580f667251242eb5f11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca7261dac5c7d4c417de5e5a8b2d75740115fac3dc4df580f667251242eb5f11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca7261dac5c7d4c417de5e5a8b2d75740115fac3dc4df580f667251242eb5f11", kill_on_drop: false }`
[INFO] [stdout] ca7261dac5c7d4c417de5e5a8b2d75740115fac3dc4df580f667251242eb5f11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aaa021c4bbef3c9b687bc617992470277492f50f7ee0f49f87b73b922cb380da
[INFO] running `Command { std: "docker" "start" "-a" "aaa021c4bbef3c9b687bc617992470277492f50f7ee0f49f87b73b922cb380da", 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: value assigned to `pos` is never read
[INFO] [stdout]   --> src/parser/errors.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub pos: Range<usize>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `slice` is never read
[INFO] [stdout]    --> src/parser/errors.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub slice: Option<Range<usize>>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `kind` is never read
[INFO] [stdout]    --> src/parser/errors.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub kind: ErrorKind,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[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<str> {
[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.80s
[INFO] running `Command { std: "docker" "inspect" "aaa021c4bbef3c9b687bc617992470277492f50f7ee0f49f87b73b922cb380da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaa021c4bbef3c9b687bc617992470277492f50f7ee0f49f87b73b922cb380da", kill_on_drop: false }`
[INFO] [stdout] aaa021c4bbef3c9b687bc617992470277492f50f7ee0f49f87b73b922cb380da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 999fd6c02218450e6cd2ea3e941e8617d8faed328e6c2813c49fb6f439ceed58
[INFO] running `Command { std: "docker" "start" "-a" "999fd6c02218450e6cd2ea3e941e8617d8faed328e6c2813c49fb6f439ceed58", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling iai v0.1.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stdout] warning: value assigned to `pos` is never read
[INFO] [stdout]   --> src/parser/errors.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub pos: Range<usize>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `slice` is never read
[INFO] [stdout]    --> src/parser/errors.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub slice: Option<Range<usize>>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `kind` is never read
[INFO] [stdout]    --> src/parser/errors.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub kind: ErrorKind,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[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<str> {
[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 clap v2.34.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[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: value assigned to `pos` is never read
[INFO] [stdout]   --> src/parser/errors.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub pos: Range<usize>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `slice` is never read
[INFO] [stdout]    --> src/parser/errors.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub slice: Option<Range<usize>>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `kind` is never read
[INFO] [stdout]    --> src/parser/errors.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub kind: ErrorKind,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[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<str> {
[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 22.35s
[INFO] running `Command { std: "docker" "inspect" "999fd6c02218450e6cd2ea3e941e8617d8faed328e6c2813c49fb6f439ceed58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "999fd6c02218450e6cd2ea3e941e8617d8faed328e6c2813c49fb6f439ceed58", kill_on_drop: false }`
[INFO] [stdout] 999fd6c02218450e6cd2ea3e941e8617d8faed328e6c2813c49fb6f439ceed58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 03f136bb0322a741df893c78c38ba01c1489a9f36758617005bd167aef4cf67e
[INFO] running `Command { std: "docker" "start" "-a" "03f136bb0322a741df893c78c38ba01c1489a9f36758617005bd167aef4cf67e", kill_on_drop: false }`
[INFO] [stderr] warning: value assigned to `pos` is never read
[INFO] [stderr]   --> src/parser/errors.rs:99:9
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub pos: Range<usize>,
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `slice` is never read
[INFO] [stderr]    --> src/parser/errors.rs:102:9
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub slice: Option<Range<usize>>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `kind` is never read
[INFO] [stderr]    --> src/parser/errors.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub kind: ErrorKind,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[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<str> {
[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 4 warnings (run `cargo fix --lib -p fluent-syntax_for_carbide` to apply 1 suggestion)
[INFO] [stderr] warning: `fluent-syntax_for_carbide` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[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_message_in_between ... ok
[INFO] [stdout] test serializer::test::write_something_then_indent ... ok
[INFO] [stdout] test serializer::test::remove_message ... ok
[INFO] [stdout] test serializer::test::change_id ... ok
[INFO] [stdout] test serializer::test::remove_message_comment ... ok
[INFO] [stdout] test serializer::test::add_message_comment ... ok
[INFO] [stdout] test serializer::test::change_variable_reference ... ok
[INFO] [stdout] test serializer::test::edit_message_comment ... ok
[INFO] [stdout] test serializer::test::add_message_at_top ... ok
[INFO] [stdout] test serializer::test::add_expression_variant ... ok
[INFO] [stdout] test serializer::test::add_message_at_end ... ok
[INFO] [stdout] test serializer::test::change_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/parser.rs (/opt/rustwide/target/debug/deps/parser-653f60857eaefb21)
[INFO] [stderr]    Doc-tests fluent_syntax_for_carbide
[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] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test src/ast/mod.rs - ast::Comment (line 777) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::StringLiteral (line 1015) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Entry (line 127) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::CallArguments (line 816) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Identifier (line 552) ... 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::Entry (line 172) ... 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::NamedArgument (line 894) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::NumberLiteral (line 1061) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Attribute (line 482) ... FAILED
[INFO] [stdout] test src/parser/mod.rs - parser::Result (line 91) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::PatternElement (line 404) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression (line 964) ... FAILED
[INFO] [stdout] test src/parser/mod.rs - parser::parse (line 176) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Message (line 221) ... FAILED
[INFO] [stdout] test src/parser/mod.rs - parser::parse_runtime (line 239) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::VariableReference (line 1265) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Expression (line 1367) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::VariantKey (line 685) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Pattern (line 327) ... FAILED
[INFO] [stdout] test src/parser/mod.rs - parser (line 10) ... FAILED
[INFO] [stdout] test src/unicode.rs - unicode (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... FAILED
[INFO] [stdout] test src/serializer.rs - serializer::serialize (line 32) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Resource (line 98) ... FAILED
[INFO] [stdout] test src/unicode.rs - unicode (line 34) ... FAILED
[INFO] [stdout] test src/unicode.rs - unicode::unescape_unicode_to_string (line 113) ... FAILED
[INFO] [stdout] test src/unicode.rs - unicode::unescape_unicode (line 61) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Variant (line 600) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::InlineExpression::Placeable (line 1313) ... FAILED
[INFO] [stdout] test src/ast/mod.rs - ast::Term (line 275) ... FAILED
[INFO] [stdout] test src/serializer.rs - serializer (line 9) ... FAILED
[INFO] [stdout] test src/parser/errors.rs - parser::errors::ParserError (line 17) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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::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::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/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::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 (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::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::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::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::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::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/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/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/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/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/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/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::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::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::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/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/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/unicode.rs - unicode (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fluent_syntax`
[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/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/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/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/unicode.rs - unicode (line 34) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fluent_syntax`
[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] ---- src/unicode.rs - unicode::unescape_unicode_to_string (line 113) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fluent_syntax`
[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/unicode.rs - unicode::unescape_unicode (line 61) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fluent_syntax`
[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::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::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::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/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/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] 
[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.90s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "03f136bb0322a741df893c78c38ba01c1489a9f36758617005bd167aef4cf67e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03f136bb0322a741df893c78c38ba01c1489a9f36758617005bd167aef4cf67e", kill_on_drop: false }`
[INFO] [stdout] 03f136bb0322a741df893c78c38ba01c1489a9f36758617005bd167aef4cf67e
