[INFO] crate pasta 0.1.1 is already in cache [INFO] testing pasta-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate pasta 0.1.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate pasta 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a44f0cc0cdf3406af1ee5e1cb6f027e3453a51694a218c6a349b19fadd1a190b [INFO] running `"docker" "start" "-a" "a44f0cc0cdf3406af1ee5e1cb6f027e3453a51694a218c6a349b19fadd1a190b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling file_logger v0.1.0 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Compiling shiori_hglobal v0.1.2 [INFO] [stderr] Compiling 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `end` found for tuple `(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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors; 6 warnings emitted [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" "a44f0cc0cdf3406af1ee5e1cb6f027e3453a51694a218c6a349b19fadd1a190b"` [INFO] running `"docker" "rm" "-f" "a44f0cc0cdf3406af1ee5e1cb6f027e3453a51694a218c6a349b19fadd1a190b"` [INFO] [stdout] a44f0cc0cdf3406af1ee5e1cb6f027e3453a51694a218c6a349b19fadd1a190b