[INFO] fetching crate lark-error 0.1.0... [INFO] checking lark-error-0.1.0 against master#339e19697a39a78f4d669c217b7d21109215de41 for pr-81213 [INFO] extracting crate lark-error 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate lark-error 0.1.0 on toolchain 339e19697a39a78f4d669c217b7d21109215de41 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lark-error 0.1.0 [INFO] finished tweaking crates.io crate lark-error 0.1.0 [INFO] tweaked toml for crates.io crate lark-error 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4e84694781ed8fa3d6391beac4051069cd10e7114c8f95b13b450f0c847f841 [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" "c4e84694781ed8fa3d6391beac4051069cd10e7114c8f95b13b450f0c847f841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4e84694781ed8fa3d6391beac4051069cd10e7114c8f95b13b450f0c847f841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4e84694781ed8fa3d6391beac4051069cd10e7114c8f95b13b450f0c847f841", kill_on_drop: false }` [INFO] [stdout] c4e84694781ed8fa3d6391beac4051069cd10e7114c8f95b13b450f0c847f841 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 061a73d7d1cab0d1898cc6e385c8d9c6111c066103b03cfc27f9e5bc9ebe8de6 [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" "061a73d7d1cab0d1898cc6e385c8d9c6111c066103b03cfc27f9e5bc9ebe8de6", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.120 [INFO] [stderr] Checking log v0.4.13 [INFO] [stderr] Checking render-tree v0.1.1 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking language-reporting v0.3.1 [INFO] [stderr] Checking languageserver-types v0.53.1 [INFO] [stderr] Checking lark-span v0.1.0 [INFO] [stderr] Checking lark-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: suffixes on a tuple index are invalid [INFO] [stdout] --> src/lib.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Copy, Clone, Debug, DebugWith, PartialEq, Eq, Hash, PartialOrd, Ord)] [INFO] [stdout] | ^^^^^^^^^ invalid suffix `usize` [INFO] [stdout] | [INFO] [stdout] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stdout] = 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] [stdout] = note: see issue #60210 for more information [INFO] [stdout] = note: this warning originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suffixes on a tuple index are invalid [INFO] [stdout] --> src/lib.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Copy, Clone, Debug, DebugWith, PartialEq, Eq, Hash, PartialOrd, Ord)] [INFO] [stdout] | ^^^^^^^^^ invalid suffix `usize` [INFO] [stdout] | [INFO] [stdout] = note: `usize` is *temporarily* accepted on tuple index fields as it was incorrectly accepted on stable for a few releases [INFO] [stdout] = 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] [stdout] = note: see issue #60210 for more information [INFO] [stdout] = note: this warning originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.25s [INFO] running `Command { std: "docker" "inspect" "061a73d7d1cab0d1898cc6e385c8d9c6111c066103b03cfc27f9e5bc9ebe8de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "061a73d7d1cab0d1898cc6e385c8d9c6111c066103b03cfc27f9e5bc9ebe8de6", kill_on_drop: false }` [INFO] [stdout] 061a73d7d1cab0d1898cc6e385c8d9c6111c066103b03cfc27f9e5bc9ebe8de6