[INFO] crate pasta 0.1.1 is already in cache [INFO] extracting crate pasta 0.1.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/pasta/0.1.1 [INFO] extracting crate pasta 0.1.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/pasta/0.1.1 [INFO] validating manifest of pasta-0.1.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pasta-0.1.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pasta-0.1.1 [INFO] finished frobbing pasta-0.1.1 [INFO] frobbed toml for pasta-0.1.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/pasta/0.1.1/Cargo.toml [INFO] started frobbing pasta-0.1.1 [INFO] finished frobbing pasta-0.1.1 [INFO] frobbed toml for pasta-0.1.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/pasta/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pasta-0.1.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/pasta/0.1.1:/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=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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 504c52146f46ece2513e58cb95cc8a088a0d2dfb6099d5e2b3e0466a5c1f0639 [INFO] running `"docker" "start" "-a" "504c52146f46ece2513e58cb95cc8a088a0d2dfb6099d5e2b3e0466a5c1f0639"` [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking file_logger v0.1.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Checking shiori_hglobal v0.1.2 [INFO] [stderr] Checking pasta v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `nom::IResult` [INFO] [stderr] --> src/shiori3/parsers.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use nom::IResult; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `shiori3::enums::Token` [INFO] [stderr] --> src/shiori3/api.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use shiori3::enums::Token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `shiori3::enums::Token` [INFO] [stderr] --> src/shiori3/api.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use shiori3::enums::Token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `pasta`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stderr] 8 | | concat!( [INFO] [stderr] 9 | | r"^", [INFO] [stderr] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] 11 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\p{Cf}]*", [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stderr] 15 | | concat!( [INFO] [stderr] 16 | | r"^", [INFO] [stderr] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stderr] ... | [INFO] [stderr] 24 | | ) [INFO] [stderr] 25 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for type `(usize, usize)` in the current scope [INFO] [stderr] --> src/shiori3/parsers.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `pasta`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "504c52146f46ece2513e58cb95cc8a088a0d2dfb6099d5e2b3e0466a5c1f0639"` [INFO] running `"docker" "rm" "-f" "504c52146f46ece2513e58cb95cc8a088a0d2dfb6099d5e2b3e0466a5c1f0639"` [INFO] [stdout] 504c52146f46ece2513e58cb95cc8a088a0d2dfb6099d5e2b3e0466a5c1f0639