[INFO] fetching crate pasta 0.1.1... [INFO] checking pasta-0.1.1 against beta for pr-78714 [INFO] extracting crate pasta 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate pasta 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64105286e3f7e526738c320a0660e538deb08cce90098666560bbdab6f46817e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "64105286e3f7e526738c320a0660e538deb08cce90098666560bbdab6f46817e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64105286e3f7e526738c320a0660e538deb08cce90098666560bbdab6f46817e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64105286e3f7e526738c320a0660e538deb08cce90098666560bbdab6f46817e", kill_on_drop: false }` [INFO] [stdout] 64105286e3f7e526738c320a0660e538deb08cce90098666560bbdab6f46817e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afa6aa101ccc31e5bdc6f6e05dd39d5f1f99f7ec8145b75c97d3f2281c014c9b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "afa6aa101ccc31e5bdc6f6e05dd39d5f1f99f7ec8145b75c97d3f2281c014c9b", kill_on_drop: false }` [INFO] [stderr] Checking toml v0.1.30 [INFO] [stderr] Checking toml v0.2.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking file_logger v0.1.0 [INFO] [stderr] Compiling tempdir v0.3.7 [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/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nom::IResult` [INFO] [stdout] --> src/shiori3/parsers.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `shiori3::enums::Token` [INFO] [stdout] --> src/shiori3/api.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use shiori3::enums::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `shiori3::enums::Token` [INFO] [stdout] --> src/shiori3/api.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use shiori3::enums::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / named!(identifier<&str,&str>, re_find_static!( [INFO] [stdout] 8 | | concat!( [INFO] [stdout] 9 | | r"^", [INFO] [stdout] 10 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] 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] [stdout] 12 | | ) [INFO] [stdout] 13 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / named!(key<&str,&str>, re_find_static!( [INFO] [stdout] 15 | | concat!( [INFO] [stdout] 16 | | r"^", [INFO] [stdout] 17 | | r"[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nl}]", [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | )); [INFO] [stdout] | |___^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `start` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `end` found for tuple `(usize, usize)` in the current scope [INFO] [stdout] --> src/shiori3/parsers.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | named!(shiori2_re<&str,&str>, re_find_static!(r"^SHIORI/2\.[0-9]")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `(usize, usize)` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pasta` [INFO] [stdout] error: aborting due to 9 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "afa6aa101ccc31e5bdc6f6e05dd39d5f1f99f7ec8145b75c97d3f2281c014c9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afa6aa101ccc31e5bdc6f6e05dd39d5f1f99f7ec8145b75c97d3f2281c014c9b", kill_on_drop: false }` [INFO] [stdout] afa6aa101ccc31e5bdc6f6e05dd39d5f1f99f7ec8145b75c97d3f2281c014c9b