[INFO] crate standalone-syn 0.13.0 is already in cache [INFO] extracting crate standalone-syn 0.13.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/standalone-syn/0.13.0 [INFO] extracting crate standalone-syn 0.13.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/standalone-syn/0.13.0 [INFO] validating manifest of standalone-syn-0.13.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of standalone-syn-0.13.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing standalone-syn-0.13.0 [INFO] removed 1 missing examples [INFO] finished frobbing standalone-syn-0.13.0 [INFO] frobbed toml for standalone-syn-0.13.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/standalone-syn/0.13.0/Cargo.toml [INFO] started frobbing standalone-syn-0.13.0 [INFO] removed 1 missing examples [INFO] finished frobbing standalone-syn-0.13.0 [INFO] frobbed toml for standalone-syn-0.13.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/standalone-syn/0.13.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing standalone-syn-0.13.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/standalone-syn/0.13.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 47a5573a0dba5227035e5197d84ef1d291c47ff4d865bc5db45645336f52aa37 [INFO] running `"docker" "start" "-a" "47a5573a0dba5227035e5197d84ef1d291c47ff4d865bc5db45645336f52aa37"` [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling standalone-quote v0.5.0 [INFO] [stderr] Compiling standalone-syn v0.13.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:584:21 [INFO] [stderr] | [INFO] [stderr] 584 | b'0'...b'9' => if number_is_int(&value) { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:892:17 [INFO] [stderr] | [INFO] [stderr] 892 | b'0'...b'9' => b0 - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:893:17 [INFO] [stderr] | [INFO] [stderr] 893 | b'a'...b'f' => 10 + (b0 - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:894:17 [INFO] [stderr] | [INFO] [stderr] 894 | b'A'...b'F' => 10 + (b0 - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:898:17 [INFO] [stderr] | [INFO] [stderr] 898 | b'0'...b'9' => b1 - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:899:17 [INFO] [stderr] | [INFO] [stderr] 899 | b'a'...b'f' => 10 + (b1 - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:900:17 [INFO] [stderr] | [INFO] [stderr] 900 | b'A'...b'F' => 10 + (b1 - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:916:21 [INFO] [stderr] | [INFO] [stderr] 916 | b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:921:21 [INFO] [stderr] | [INFO] [stderr] 921 | b'a'...b'f' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:926:21 [INFO] [stderr] | [INFO] [stderr] 926 | b'A'...b'F' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:959:18 [INFO] [stderr] | [INFO] [stderr] 959 | (b'0'...b'9', _) => 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:967:21 [INFO] [stderr] | [INFO] [stderr] 967 | b'0'...b'9' => u64::from(b - b'0'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:968:21 [INFO] [stderr] | [INFO] [stderr] 968 | b'a'...b'f' if base > 10 => 10 + u64::from(b - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:969:21 [INFO] [stderr] | [INFO] [stderr] 969 | b'A'...b'F' if base > 10 => 10 + u64::from(b - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.70s [INFO] running `"docker" "inspect" "47a5573a0dba5227035e5197d84ef1d291c47ff4d865bc5db45645336f52aa37"` [INFO] running `"docker" "rm" "-f" "47a5573a0dba5227035e5197d84ef1d291c47ff4d865bc5db45645336f52aa37"` [INFO] [stdout] 47a5573a0dba5227035e5197d84ef1d291c47ff4d865bc5db45645336f52aa37 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/standalone-syn/0.13.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e53044d2fff5a96ce212c85b6941992a59c97c1548d15288df04fb889c82410 [INFO] running `"docker" "start" "-a" "7e53044d2fff5a96ce212c85b6941992a59c97c1548d15288df04fb889c82410"` [INFO] [stderr] Compiling standalone-syn v0.13.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:584:21 [INFO] [stderr] | [INFO] [stderr] 584 | b'0'...b'9' => if number_is_int(&value) { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:892:17 [INFO] [stderr] | [INFO] [stderr] 892 | b'0'...b'9' => b0 - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:893:17 [INFO] [stderr] | [INFO] [stderr] 893 | b'a'...b'f' => 10 + (b0 - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:894:17 [INFO] [stderr] | [INFO] [stderr] 894 | b'A'...b'F' => 10 + (b0 - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:898:17 [INFO] [stderr] | [INFO] [stderr] 898 | b'0'...b'9' => b1 - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:899:17 [INFO] [stderr] | [INFO] [stderr] 899 | b'a'...b'f' => 10 + (b1 - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:900:17 [INFO] [stderr] | [INFO] [stderr] 900 | b'A'...b'F' => 10 + (b1 - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:916:21 [INFO] [stderr] | [INFO] [stderr] 916 | b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:921:21 [INFO] [stderr] | [INFO] [stderr] 921 | b'a'...b'f' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:926:21 [INFO] [stderr] | [INFO] [stderr] 926 | b'A'...b'F' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:959:18 [INFO] [stderr] | [INFO] [stderr] 959 | (b'0'...b'9', _) => 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:967:21 [INFO] [stderr] | [INFO] [stderr] 967 | b'0'...b'9' => u64::from(b - b'0'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:968:21 [INFO] [stderr] | [INFO] [stderr] 968 | b'a'...b'f' if base > 10 => 10 + u64::from(b - b'a'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lit.rs:969:21 [INFO] [stderr] | [INFO] [stderr] 969 | b'A'...b'F' if base > 10 => 10 + u64::from(b - b'A'), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.95s [INFO] running `"docker" "inspect" "7e53044d2fff5a96ce212c85b6941992a59c97c1548d15288df04fb889c82410"` [INFO] running `"docker" "rm" "-f" "7e53044d2fff5a96ce212c85b6941992a59c97c1548d15288df04fb889c82410"` [INFO] [stdout] 7e53044d2fff5a96ce212c85b6941992a59c97c1548d15288df04fb889c82410 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/standalone-syn/0.13.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] eef5d007a28d5c150a76cc70527a66d52483057597dc4af4da452cf4cfdd11ef [INFO] running `"docker" "start" "-a" "eef5d007a28d5c150a76cc70527a66d52483057597dc4af4da452cf4cfdd11ef"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/standalone_syn-ed3092f2650a1892 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests standalone-syn [INFO] [stdout] [INFO] [stdout] running 46 tests [INFO] [stdout] test src/ident.rs - ident::Ident (line 61) ... FAILED [INFO] [stdout] test src/buffer.rs - buffer (line 24) ... FAILED [INFO] [stdout] test src/ident.rs - ident::Ident (line 83) ... FAILED [INFO] [stdout] test src/generics.rs - generics::Generics::split_for_impl (line 294) ... FAILED [INFO] [stdout] test src/ident.rs - ident::Ident (line 44) ... FAILED [INFO] [stdout] test src/lib.rs - (line 114) ... ok [INFO] [stdout] test src/lib.rs - (line 149) ... ok [INFO] [stdout] test src/lib.rs - (line 124) ... ok [INFO] [stdout] test src/lib.rs - (line 196) ... ok [INFO] [stdout] test src/lib.rs - parse (line 547) ... FAILED [INFO] [stdout] test src/macros.rs - expr::Expr (line 100) ... FAILED [INFO] [stdout] test src/lib.rs - parse_str (line 621) ... FAILED [INFO] [stdout] test src/macros.rs - expr::Expr (line 114) ... FAILED [INFO] [stdout] test src/lib.rs - (line 78) ... FAILED [INFO] [stdout] test src/macros.rs - expr::Expr (line 129) ... FAILED [INFO] [stdout] test src/macros.rs - expr::Expr (line 67) ... FAILED [INFO] [stdout] test src/parse_quote.rs - parse_quote (line 11) ... FAILED [INFO] [stdout] test src/parsers.rs - call (line 117) ... FAILED [INFO] [stdout] test src/parsers.rs - alt (line 811) ... FAILED [INFO] [stdout] test src/parsers.rs - alt (line 833) ... FAILED [INFO] [stdout] test src/parsers.rs - braces (line 1346) ... FAILED [INFO] [stdout] test src/parsers.rs - cond (line 251) ... FAILED [INFO] [stdout] test src/parsers.rs - brackets (line 1310) ... FAILED [INFO] [stdout] test src/parse_quote.rs - parse_quote (line 41) ... FAILED [INFO] [stdout] test src/parsers.rs - cond_reduce (line 338) ... FAILED [INFO] [stdout] test src/parsers.rs - option (line 1089) ... FAILED [INFO] [stdout] test src/parsers.rs - not (line 216) ... FAILED [INFO] [stdout] test src/parsers.rs - do_parse (line 924) ... FAILED [INFO] [stdout] test src/parsers.rs - input_end (line 1022) ... FAILED [INFO] [stdout] test src/parsers.rs - many0 (line 416) ... FAILED [INFO] [stdout] test src/parsers.rs - epsilon (line 1155) ... FAILED [INFO] [stdout] test src/parsers.rs - parens (line 1274) ... FAILED [INFO] [stdout] test src/parsers.rs - named (line 24) ... FAILED [INFO] [stdout] test src/parsers.rs - map (line 156) ... FAILED [INFO] [stdout] test src/parsers.rs - tuple (line 734) ... FAILED [INFO] [stdout] test src/synom.rs - synom (line 70) ... ignored [INFO] [stdout] test src/parsers.rs - value (line 620) ... FAILED [INFO] [stdout] test src/parsers.rs - syn (line 1222) ... FAILED [INFO] [stdout] test src/parsers.rs - switch (line 526) ... FAILED [INFO] [stdout] test src/parsers.rs - reject (line 702) ... FAILED [INFO] [stdout] test src/synom.rs - synom (line 39) ... FAILED [INFO] [stdout] test src/spanned.rs - spanned (line 31) ... FAILED [INFO] [stdout] test src/path.rs - path::PathTokens (line 31) ... FAILED [INFO] [stdout] test src/synom.rs - synom (line 82) ... FAILED [INFO] [stdout] test src/token.rs - token (line 58) ... FAILED [INFO] [stdout] test src/token.rs - token (line 23) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ident.rs - ident::Ident (line 61) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `quote` [INFO] [stdout] --> src/ident.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffer.rs - buffer (line 24) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ident.rs - ident::Ident (line 83) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/ident.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::Ident; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/generics.rs - generics::Generics::split_for_impl (line 294) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/generics.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ident.rs - ident::Ident (line 44) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/ident.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - parse (line 547) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/lib.rs:551:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - expr::Expr (line 100) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/macros.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::Expr; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - parse_str (line 621) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/lib.rs:622:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - expr::Expr (line 114) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::{Expr, ExprMethodCall}; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 78) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/lib.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - expr::Expr (line 129) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::{Expr, ExprField}; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - expr::Expr (line 67) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/macros.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::Expr; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parse_quote.rs - parse_quote (line 11) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parse_quote.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - call (line 117) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - alt (line 811) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:813:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - alt (line 833) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:835:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - braces (line 1346) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1348:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - cond (line 251) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:253:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - brackets (line 1310) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1312:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parse_quote.rs - parse_quote (line 41) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parse_quote.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - cond_reduce (line 338) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - option (line 1089) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1091:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - not (line 216) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - do_parse (line 924) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:926:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - input_end (line 1022) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1024:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - many0 (line 416) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:418:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - epsilon (line 1155) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1157:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - parens (line 1274) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1276:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - named (line 24) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - map (line 156) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - tuple (line 734) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:736:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - value (line 620) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:622:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - syn (line 1222) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:1224:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - switch (line 526) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:528:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parsers.rs - reject (line 702) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/parsers.rs:704:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/synom.rs - synom (line 39) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `syn` [INFO] [stdout] --> src/synom.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 2 | use syn::Type; [INFO] [stdout] | ^^^ maybe a missing `extern crate syn;`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `syn` [INFO] [stdout] --> src/synom.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 4 | fn run_parser() -> Result<(), syn::synom::ParseError> { [INFO] [stdout] | ^^^ use of undeclared type or module `syn` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `syn` [INFO] [stdout] --> src/synom.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 5 | let t: Type = syn::parse_str("std::collections::HashMap")?; [INFO] [stdout] | ^^^ use of undeclared type or module `syn` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/spanned.rs - spanned (line 31) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `quote` [INFO] [stdout] --> src/spanned.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate quote; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/path.rs - path::PathTokens (line 31) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/path.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/synom.rs - synom (line 82) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/synom.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/token.rs - token (line 58) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/token.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/token.rs - token (line 23) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `syn` [INFO] [stdout] --> src/token.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate syn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/buffer.rs - buffer (line 24) [INFO] [stdout] src/generics.rs - generics::Generics::split_for_impl (line 294) [INFO] [stdout] src/ident.rs - ident::Ident (line 44) [INFO] [stdout] src/ident.rs - ident::Ident (line 61) [INFO] [stdout] src/ident.rs - ident::Ident (line 83) [INFO] [stdout] src/lib.rs - (line 78) [INFO] [stdout] src/lib.rs - parse (line 547) [INFO] [stdout] src/lib.rs - parse_str (line 621) [INFO] [stdout] src/macros.rs - expr::Expr (line 100) [INFO] [stdout] src/macros.rs - expr::Expr (line 114) [INFO] [stdout] src/macros.rs - expr::Expr (line 129) [INFO] [stdout] src/macros.rs - expr::Expr (line 67) [INFO] [stdout] src/parse_quote.rs - parse_quote (line 11) [INFO] [stdout] src/parse_quote.rs - parse_quote (line 41) [INFO] [stdout] src/parsers.rs - alt (line 811) [INFO] [stdout] src/parsers.rs - alt (line 833) [INFO] [stdout] src/parsers.rs - braces (line 1346) [INFO] [stdout] src/parsers.rs - brackets (line 1310) [INFO] [stdout] src/parsers.rs - call (line 117) [INFO] [stdout] src/parsers.rs - cond (line 251) [INFO] [stdout] src/parsers.rs - cond_reduce (line 338) [INFO] [stdout] src/parsers.rs - do_parse (line 924) [INFO] [stdout] src/parsers.rs - epsilon (line 1155) [INFO] [stdout] src/parsers.rs - input_end (line 1022) [INFO] [stdout] src/parsers.rs - many0 (line 416) [INFO] [stdout] src/parsers.rs - map (line 156) [INFO] [stdout] src/parsers.rs - named (line 24) [INFO] [stdout] src/parsers.rs - not (line 216) [INFO] [stdout] src/parsers.rs - option (line 1089) [INFO] [stdout] src/parsers.rs - parens (line 1274) [INFO] [stdout] src/parsers.rs - reject (line 702) [INFO] [stdout] src/parsers.rs - switch (line 526) [INFO] [stdout] src/parsers.rs - syn (line 1222) [INFO] [stdout] src/parsers.rs - tuple (line 734) [INFO] [stdout] src/parsers.rs - value (line 620) [INFO] [stdout] src/path.rs - path::PathTokens (line 31) [INFO] [stdout] src/spanned.rs - spanned (line 31) [INFO] [stdout] src/synom.rs - synom (line 39) [INFO] [stdout] src/synom.rs - synom (line 82) [INFO] [stdout] src/token.rs - token (line 23) [INFO] [stdout] src/token.rs - token (line 58) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 41 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "eef5d007a28d5c150a76cc70527a66d52483057597dc4af4da452cf4cfdd11ef"` [INFO] running `"docker" "rm" "-f" "eef5d007a28d5c150a76cc70527a66d52483057597dc4af4da452cf4cfdd11ef"` [INFO] [stdout] eef5d007a28d5c150a76cc70527a66d52483057597dc4af4da452cf4cfdd11ef