[INFO] crate mail-internals 0.2.3 is already in cache [INFO] extracting crate mail-internals 0.2.3 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mail-internals/0.2.3 [INFO] extracting crate mail-internals 0.2.3 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mail-internals/0.2.3 [INFO] validating manifest of mail-internals-0.2.3 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mail-internals-0.2.3 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mail-internals-0.2.3 [INFO] finished frobbing mail-internals-0.2.3 [INFO] frobbed toml for mail-internals-0.2.3 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mail-internals/0.2.3/Cargo.toml [INFO] started frobbing mail-internals-0.2.3 [INFO] finished frobbing mail-internals-0.2.3 [INFO] frobbed toml for mail-internals-0.2.3 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mail-internals/0.2.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mail-internals-0.2.3 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-7/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mail-internals/0.2.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 12167cda189b7c292d9414ba6d2848239a3ae7b168467845beff80eae1e76742 [INFO] running `"docker" "start" "-a" "12167cda189b7c292d9414ba6d2848239a3ae7b168467845beff80eae1e76742"` [INFO] [stderr] Checking soft-ascii-string v1.0.0 [INFO] [stderr] Checking vec1 v1.4.0 [INFO] [stderr] Checking lut v0.1.0-unstable [INFO] [stderr] Checking media-type-impl-utils v0.3.0-unstable [INFO] [stderr] Checking media-type v0.4.0-unstable [INFO] [stderr] Checking mail-internals v0.2.3 (/opt/crater/workdir) [INFO] [stderr] error: testing needs feature `traceing` to be enabled [INFO] [stderr] --> src/lib.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | compile_error! { "testing needs feature `traceing` to be enabled" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::TraceToken` [INFO] [stderr] --> src/encoder/mod.rs:807:16 [INFO] [stderr] | [INFO] [stderr] 807 | use super::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `TraceToken` in `super` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `encoder::TraceToken` [INFO] [stderr] --> src/encoder/mod.rs:811:22 [INFO] [stderr] | [INFO] [stderr] 811 | use encoder::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `TraceToken` in `encoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::super::simplify_trace_tokens` [INFO] [stderr] --> src/encoder/mod.rs:812:13 [INFO] [stderr] | [INFO] [stderr] 812 | use super::super::simplify_trace_tokens; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `simplify_trace_tokens` in `encoder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `self::TraceToken` [INFO] [stderr] --> src/encoder/mod.rs:899:19 [INFO] [stderr] | [INFO] [stderr] 899 | use self::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `TraceToken` in `self` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `ec_test!` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1682:5 [INFO] [stderr] | [INFO] [stderr] 1682 | ec_test! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `ec_test!` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1694:5 [INFO] [stderr] | [INFO] [stderr] 1694 | ec_test! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `ec_test!` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1707:5 [INFO] [stderr] | [INFO] [stderr] 1707 | ec_test! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:817:17 [INFO] [stderr] | [INFO] [stderr] 817 | NowChar, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:818:17 [INFO] [stderr] | [INFO] [stderr] 818 | Text("h".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:819:17 [INFO] [stderr] | [INFO] [stderr] 819 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowStr` in this scope [INFO] [stderr] --> src/encoder/mod.rs:820:17 [INFO] [stderr] | [INFO] [stderr] 820 | NowStr, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:821:17 [INFO] [stderr] | [INFO] [stderr] 821 | Text("y yo".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:822:17 [INFO] [stderr] | [INFO] [stderr] 822 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:823:17 [INFO] [stderr] | [INFO] [stderr] 823 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:824:17 [INFO] [stderr] | [INFO] [stderr] 824 | Text(", what's".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:825:17 [INFO] [stderr] | [INFO] [stderr] 825 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUnchecked` in this scope [INFO] [stderr] --> src/encoder/mod.rs:826:17 [INFO] [stderr] | [INFO] [stderr] 826 | NowUnchecked, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:827:17 [INFO] [stderr] | [INFO] [stderr] 827 | Text("up!".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:828:17 [INFO] [stderr] | [INFO] [stderr] 828 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowAText` in this scope [INFO] [stderr] --> src/encoder/mod.rs:829:17 [INFO] [stderr] | [INFO] [stderr] 829 | NowAText, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:830:17 [INFO] [stderr] | [INFO] [stderr] 830 | Text("abc".into()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:834:17 [INFO] [stderr] | [INFO] [stderr] 834 | Text("h".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:835:17 [INFO] [stderr] | [INFO] [stderr] 835 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:836:17 [INFO] [stderr] | [INFO] [stderr] 836 | Text("y yo".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:837:17 [INFO] [stderr] | [INFO] [stderr] 837 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:838:17 [INFO] [stderr] | [INFO] [stderr] 838 | Text(", what's".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:839:17 [INFO] [stderr] | [INFO] [stderr] 839 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:840:17 [INFO] [stderr] | [INFO] [stderr] 840 | Text("up!".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:841:17 [INFO] [stderr] | [INFO] [stderr] 841 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:842:17 [INFO] [stderr] | [INFO] [stderr] 842 | Text("abc".into()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:850:17 [INFO] [stderr] | [INFO] [stderr] 850 | NowChar, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:851:17 [INFO] [stderr] | [INFO] [stderr] 851 | Text("h".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowStr` in this scope [INFO] [stderr] --> src/encoder/mod.rs:852:17 [INFO] [stderr] | [INFO] [stderr] 852 | NowStr, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:853:17 [INFO] [stderr] | [INFO] [stderr] 853 | Text("y yo".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:854:17 [INFO] [stderr] | [INFO] [stderr] 854 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:855:17 [INFO] [stderr] | [INFO] [stderr] 855 | Text(", what's".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUnchecked` in this scope [INFO] [stderr] --> src/encoder/mod.rs:856:17 [INFO] [stderr] | [INFO] [stderr] 856 | NowUnchecked, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:857:17 [INFO] [stderr] | [INFO] [stderr] 857 | Text(" up! ".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowAText` in this scope [INFO] [stderr] --> src/encoder/mod.rs:858:17 [INFO] [stderr] | [INFO] [stderr] 858 | NowAText, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:859:17 [INFO] [stderr] | [INFO] [stderr] 859 | Text("abc".into()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:863:17 [INFO] [stderr] | [INFO] [stderr] 863 | Text("hy yo, what's up! abc".into()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowStr` in this scope [INFO] [stderr] --> src/encoder/mod.rs:870:17 [INFO] [stderr] | [INFO] [stderr] 870 | NowStr, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:871:17 [INFO] [stderr] | [INFO] [stderr] 871 | Text("".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:872:17 [INFO] [stderr] | [INFO] [stderr] 872 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:875:17 [INFO] [stderr] | [INFO] [stderr] 875 | Text("".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:876:17 [INFO] [stderr] | [INFO] [stderr] 876 | CRLF [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:883:17 [INFO] [stderr] | [INFO] [stderr] 883 | Text("a".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:884:17 [INFO] [stderr] | [INFO] [stderr] 884 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:885:17 [INFO] [stderr] | [INFO] [stderr] 885 | Text("".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:888:17 [INFO] [stderr] | [INFO] [stderr] 888 | Text("a".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:889:17 [INFO] [stderr] | [INFO] [stderr] 889 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:890:17 [INFO] [stderr] | [INFO] [stderr] 890 | Text("".into()) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 811 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:914:17 [INFO] [stderr] | [INFO] [stderr] 914 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:915:17 [INFO] [stderr] | [INFO] [stderr] 915 | Text("hy ho".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 898 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:916:17 [INFO] [stderr] | [INFO] [stderr] 916 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 898 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:917:17 [INFO] [stderr] | [INFO] [stderr] 917 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 898 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 898 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1503:17 [INFO] [stderr] | [INFO] [stderr] 1503 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1504:17 [INFO] [stderr] | [INFO] [stderr] 1504 | Text("H: a".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1505:17 [INFO] [stderr] | [INFO] [stderr] 1505 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1506:17 [INFO] [stderr] | [INFO] [stderr] 1506 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowStr` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1528:17 [INFO] [stderr] | [INFO] [stderr] 1528 | NowStr, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1529:17 [INFO] [stderr] | [INFO] [stderr] 1529 | Text("Header".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1530:17 [INFO] [stderr] | [INFO] [stderr] 1530 | NowChar, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1531:17 [INFO] [stderr] | [INFO] [stderr] 1531 | Text(":".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowAText` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1532:17 [INFO] [stderr] | [INFO] [stderr] 1532 | NowAText, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1533:17 [INFO] [stderr] | [INFO] [stderr] 1533 | Text("abc".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1534:17 [INFO] [stderr] | [INFO] [stderr] 1534 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1535:17 [INFO] [stderr] | [INFO] [stderr] 1535 | Text("❤".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUnchecked` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1536:17 [INFO] [stderr] | [INFO] [stderr] 1536 | NowUnchecked, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1537:17 [INFO] [stderr] | [INFO] [stderr] 1537 | Text("remove me".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1538:17 [INFO] [stderr] | [INFO] [stderr] 1538 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1539:17 [INFO] [stderr] | [INFO] [stderr] 1539 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1540:17 [INFO] [stderr] | [INFO] [stderr] 1540 | Text(" ".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TruncateToCRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1541:17 [INFO] [stderr] | [INFO] [stderr] 1541 | TruncateToCRLF, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1542:17 [INFO] [stderr] | [INFO] [stderr] 1542 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1566:17 [INFO] [stderr] | [INFO] [stderr] 1566 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1567:17 [INFO] [stderr] | [INFO] [stderr] 1567 | Text("X-A: 12".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1568:17 [INFO] [stderr] | [INFO] [stderr] 1568 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1569:17 [INFO] [stderr] | [INFO] [stderr] 1569 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1584:17 [INFO] [stderr] | [INFO] [stderr] 1584 | NowUtf8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1585:17 [INFO] [stderr] | [INFO] [stderr] 1585 | Text("X-A: 12".into()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1586:17 [INFO] [stderr] | [INFO] [stderr] 1586 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1587:17 [INFO] [stderr] | [INFO] [stderr] 1587 | End, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MarkFWS` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1602:17 [INFO] [stderr] | [INFO] [stderr] 1602 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1602:26 [INFO] [stderr] | [INFO] [stderr] 1602 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1602:35 [INFO] [stderr] | [INFO] [stderr] 1602 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MarkFWS` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1603:17 [INFO] [stderr] | [INFO] [stderr] 1603 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1603:26 [INFO] [stderr] | [INFO] [stderr] 1603 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1603:35 [INFO] [stderr] | [INFO] [stderr] 1603 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TruncateToCRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1604:17 [INFO] [stderr] | [INFO] [stderr] 1604 | TruncateToCRLF, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1605:17 [INFO] [stderr] | [INFO] [stderr] 1605 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MarkFWS` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1631:17 [INFO] [stderr] | [INFO] [stderr] 1631 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1631:26 [INFO] [stderr] | [INFO] [stderr] 1631 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1631:35 [INFO] [stderr] | [INFO] [stderr] 1631 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MarkFWS` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1632:17 [INFO] [stderr] | [INFO] [stderr] 1632 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowChar` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1632:26 [INFO] [stderr] | [INFO] [stderr] 1632 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1632:35 [INFO] [stderr] | [INFO] [stderr] 1632 | MarkFWS, NowChar, Text(" ".to_owned()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NowUtf8` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1633:17 [INFO] [stderr] | [INFO] [stderr] 1633 | NowUtf8, Text(long_line.to_owned()), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Text` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1633:26 [INFO] [stderr] | [INFO] [stderr] 1633 | NowUtf8, Text(long_line.to_owned()), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use grammar::encoded_word::EncodedWordContext::Text; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CRLF` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1634:17 [INFO] [stderr] | [INFO] [stderr] 1634 | CRLF, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 958 | use base64::LineEnding::CRLF; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `End` in this scope [INFO] [stderr] --> src/encoder/mod.rs:1635:17 [INFO] [stderr] | [INFO] [stderr] 1635 | End [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 958 | use quoted_string::spec::State::End; [INFO] [stderr] | [INFO] [stderr] 958 | use std::io::SeekFrom::End; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::TraceToken::*` [INFO] [stderr] --> src/encoder/mod.rs:807:9 [INFO] [stderr] | [INFO] [stderr] 807 | use super::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `encoder::TraceToken::*` [INFO] [stderr] --> src/encoder/mod.rs:811:13 [INFO] [stderr] | [INFO] [stderr] 811 | use encoder::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::TraceToken::*` [INFO] [stderr] --> src/encoder/mod.rs:899:13 [INFO] [stderr] | [INFO] [stderr] 899 | use self::TraceToken::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:913:32 [INFO] [stderr] | [INFO] [stderr] 913 | assert_eq!(encoder.trace.as_slice(), &[ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1487:32 [INFO] [stderr] | [INFO] [stderr] 1487 | assert_eq!(encoder.trace.len(), 0); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1502:32 [INFO] [stderr] | [INFO] [stderr] 1502 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1527:32 [INFO] [stderr] | [INFO] [stderr] 1527 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1554:32 [INFO] [stderr] | [INFO] [stderr] 1554 | assert_eq!(encoder.trace, vec![]); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1565:32 [INFO] [stderr] | [INFO] [stderr] 1565 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1583:32 [INFO] [stderr] | [INFO] [stderr] 1583 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1601:32 [INFO] [stderr] | [INFO] [stderr] 1601 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `trace` on type `encoder::EncodingBuffer` [INFO] [stderr] --> src/encoder/mod.rs:1630:32 [INFO] [stderr] | [INFO] [stderr] 1630 | assert_eq!(encoder.trace, vec![ [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `mail_type`, `buffer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 111 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `mail-internals`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "12167cda189b7c292d9414ba6d2848239a3ae7b168467845beff80eae1e76742"` [INFO] running `"docker" "rm" "-f" "12167cda189b7c292d9414ba6d2848239a3ae7b168467845beff80eae1e76742"` [INFO] [stdout] 12167cda189b7c292d9414ba6d2848239a3ae7b168467845beff80eae1e76742