[INFO] fetching crate eson 0.1.0... [INFO] checking eson-0.1.0 against beta for pr-78714 [INFO] extracting crate eson 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate eson 0.1.0 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 eson 0.1.0 [INFO] finished tweaking crates.io crate eson 0.1.0 [INFO] tweaked toml for crates.io crate eson 0.1.0 written to /workspace/builds/worker-6/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] Downloading crates ... [INFO] [stderr] Downloaded collect-mac v0.1.0 [INFO] [stderr] Downloaded string-intern v0.1.7 [INFO] [stderr] Downloaded group-by v1.0.0 [INFO] [stderr] Downloaded float-ord v0.1.2 [INFO] [stderr] Downloaded simple-logging v1.0.1 [INFO] [stderr] Downloaded defaultmap v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 0f066d995f0dea782487b62cc42e9606798cb07825886b775a252a6ffa6b4ed0 [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" "0f066d995f0dea782487b62cc42e9606798cb07825886b775a252a6ffa6b4ed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f066d995f0dea782487b62cc42e9606798cb07825886b775a252a6ffa6b4ed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f066d995f0dea782487b62cc42e9606798cb07825886b775a252a6ffa6b4ed0", kill_on_drop: false }` [INFO] [stdout] 0f066d995f0dea782487b62cc42e9606798cb07825886b775a252a6ffa6b4ed0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] d36b921421dcc6c8def5d1cbed38038229d6a401425da8a48e8066395be6f686 [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" "d36b921421dcc6c8def5d1cbed38038229d6a401425da8a48e8066395be6f686", kill_on_drop: false }` [INFO] [stderr] Checking permutation v0.2.5 [INFO] [stderr] Checking ordermap v0.2.13 [INFO] [stderr] Checking defaultmap v0.3.1 [INFO] [stderr] Checking group-by v1.0.0 [INFO] [stderr] Checking float-ord v0.1.2 [INFO] [stderr] Checking collect-mac v0.1.0 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Checking string-intern v0.1.7 [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking simple-logging v1.0.1 [INFO] [stderr] Compiling eson v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:484 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:1110 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:1124 [INFO] [stdout] | [INFO] [stdout] 80 | ...ut , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z0... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:84:462 [INFO] [stdout] | [INFO] [stdout] 84 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:484 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:1110 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:80:1124 [INFO] [stdout] | [INFO] [stdout] 80 | ...ut , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z0... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-478e8d3354729c92/out/input.rs:84:462 [INFO] [stdout] | [INFO] [stdout] 84 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | let mut table = schema.tables.get_mut(&fd.0) [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | for mut table in schema.tables.values_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/dependencies.rs:282:15 [INFO] [stdout] | [INFO] [stdout] 282 | let mut inds = self.inds.get_mut(tables.clone()); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/normalize.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | let mut table = self.tables.get_mut(&table_name).unwrap(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_fd` [INFO] [stdout] --> src/model.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn contains_fd(&self, fd: &FD) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | let mut table = schema.tables.get_mut(&fd.0) [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | for mut table in schema.tables.values_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/dependencies.rs:282:15 [INFO] [stdout] | [INFO] [stdout] 282 | let mut inds = self.inds.get_mut(tables.clone()); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/normalize.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | let mut table = self.tables.get_mut(&table_name).unwrap(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.22s [INFO] running `Command { std: "docker" "inspect" "d36b921421dcc6c8def5d1cbed38038229d6a401425da8a48e8066395be6f686", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d36b921421dcc6c8def5d1cbed38038229d6a401425da8a48e8066395be6f686", kill_on_drop: false }` [INFO] [stdout] d36b921421dcc6c8def5d1cbed38038229d6a401425da8a48e8066395be6f686