[INFO] fetching crate nom-peg 0.1.1... [INFO] checking nom-peg-0.1.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate nom-peg 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nom-peg 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 nom-peg 0.1.1 [INFO] finished tweaking crates.io crate nom-peg 0.1.1 [INFO] tweaked toml for crates.io crate nom-peg 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-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" "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] 380428d37b1d23a89e06f88babc89ebe345f062609b25fe1c295d3ce9a45ba8f [INFO] running `"docker" "start" "-a" "380428d37b1d23a89e06f88babc89ebe345f062609b25fe1c295d3ce9a45ba8f"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking nom-peg v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] warning: suffixes on a tuple index are invalid [INFO] [stderr] --> tests/json.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | let json = grammar! { [INFO] [stderr] | ________________- [INFO] [stderr] 26 | | parse: JsonValue = "=" [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | num: f32 = ::recognize_float => { result.parse::().unwrap() } [INFO] [stderr] ... | [INFO] [stderr] 51 | | | boolean => { JsonValue::Boolean(result) } [INFO] [stderr] 52 | | }; [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_____invalid suffix `usize` [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stderr] = help: on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access [INFO] [stderr] = note: for more context, see https://github.com/rust-lang/rust/issues/60210 [INFO] [stderr] [INFO] [stderr] warning: suffixes on a tuple index are invalid [INFO] [stderr] --> tests/basic.rs:39:22 [INFO] [stderr] | [INFO] [stderr] 39 | let arithmetic = grammar! { [INFO] [stderr] | ______________________- [INFO] [stderr] 40 | | parse: i64 = "=" [INFO] [stderr] 41 | | [INFO] [stderr] 42 | | expr: i64 = "+" => { l + r } [INFO] [stderr] ... | [INFO] [stderr] 51 | | | "(" ")" [INFO] [stderr] 52 | | }; [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_____invalid suffix `usize` [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stderr] = help: on proc macros, you'll want to use `syn::Index::from` or `proc_macro::Literal::*_unsuffixed` for code that will desugar to tuple field access [INFO] [stderr] = note: for more context, see https://github.com/rust-lang/rust/issues/60210 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.25s [INFO] running `"docker" "inspect" "380428d37b1d23a89e06f88babc89ebe345f062609b25fe1c295d3ce9a45ba8f"` [INFO] running `"docker" "rm" "-f" "380428d37b1d23a89e06f88babc89ebe345f062609b25fe1c295d3ce9a45ba8f"` [INFO] [stdout] 380428d37b1d23a89e06f88babc89ebe345f062609b25fe1c295d3ce9a45ba8f