[INFO] fetching crate pasta 0.1.1... [INFO] checking pasta-0.1.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate pasta 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate pasta 0.1.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pasta 0.1.1 [INFO] finished tweaking crates.io crate pasta 0.1.1 [INFO] tweaked toml for crates.io crate pasta 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c7d0e2e9fdd68312c79349412d338ca0a7a089a5af3d11264fdb3e196da3e7b6 [INFO] running `"docker" "start" "-a" "c7d0e2e9fdd68312c79349412d338ca0a7a089a5af3d11264fdb3e196da3e7b6"` [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking file_logger v0.1.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/rustwide/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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | |___^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [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: 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: could not compile `pasta`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c7d0e2e9fdd68312c79349412d338ca0a7a089a5af3d11264fdb3e196da3e7b6"` [INFO] running `"docker" "rm" "-f" "c7d0e2e9fdd68312c79349412d338ca0a7a089a5af3d11264fdb3e196da3e7b6"` [INFO] [stdout] c7d0e2e9fdd68312c79349412d338ca0a7a089a5af3d11264fdb3e196da3e7b6