[INFO] cloning repository https://github.com/nicholasbishop/sate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicholasbishop/sate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fsate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fsate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da80fd025eb47403d67913e397862ad2d91364ef [INFO] checking nicholasbishop/sate against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fsate" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicholasbishop/sate 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 git repo https://github.com/nicholasbishop/sate [INFO] finished tweaking git repo https://github.com/nicholasbishop/sate [INFO] tweaked toml for git repo https://github.com/nicholasbishop/sate written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/nicholasbishop/sate already has a lockfile, it will not be regenerated [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 subprocess v0.1.12 [INFO] [stderr] Downloaded peg v0.5.4 [INFO] [stderr] Downloaded winapi-x86_64-pc-windows-gnu v0.3.1 [INFO] [stderr] Downloaded winapi-i686-pc-windows-gnu v0.3.1 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b8e26c2546a2b4125653bb1023c2a4897a2eba63f20376ab28c7bb9026f3fa2 [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" "1b8e26c2546a2b4125653bb1023c2a4897a2eba63f20376ab28c7bb9026f3fa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b8e26c2546a2b4125653bb1023c2a4897a2eba63f20376ab28c7bb9026f3fa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b8e26c2546a2b4125653bb1023c2a4897a2eba63f20376ab28c7bb9026f3fa2", kill_on_drop: false }` [INFO] [stdout] 1b8e26c2546a2b4125653bb1023c2a4897a2eba63f20376ab28c7bb9026f3fa2 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a01fbc71d327a94f086b79121cea2478d364044ce1203a115e79d9e06839de3a [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" "a01fbc71d327a94f086b79121cea2478d364044ce1203a115e79d9e06839de3a", kill_on_drop: false }` [INFO] [stderr] Compiling peg v0.5.4 [INFO] [stderr] Checking atty v0.2.6 [INFO] [stderr] Checking subprocess v0.1.12 [INFO] [stderr] Checking backtrace-sys v0.1.16 [INFO] [stderr] Checking clap v2.29.0 [INFO] [stderr] Checking backtrace v0.3.4 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Compiling sate v0.1.3-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | try ! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 21 | self . expected . len() == 0 { try ! (write ! (fmt, "EOF")) ; } else [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | try ! [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:30:55 [INFO] [stdout] | [INFO] [stdout] 30 | let mut iter = self . expected . iter() ; try ! [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | { try ! (write ! (fmt, ", `{}`", escape_default(elem))) ; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:88:286 [INFO] [stdout] | [INFO] [stdout] 88 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/sate-e7f73b0361e2aea8/out/sate.rs:88:300 [INFO] [stdout] | [INFO] [stdout] 88 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z]" )... [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/sate-e7f73b0361e2aea8/out/sate.rs:90:286 [INFO] [stdout] | [INFO] [stdout] 90 | ...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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | try ! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 21 | self . expected . len() == 0 { try ! (write ! (fmt, "EOF")) ; } else [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | try ! [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:30:55 [INFO] [stdout] | [INFO] [stdout] 30 | let mut iter = self . expected . iter() ; try ! [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | { try ! (write ! (fmt, ", `{}`", escape_default(elem))) ; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/sate-e7f73b0361e2aea8/out/sate.rs:88:286 [INFO] [stdout] | [INFO] [stdout] 88 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/sate-e7f73b0361e2aea8/out/sate.rs:88:300 [INFO] [stdout] | [INFO] [stdout] 88 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z]" )... [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/sate-e7f73b0361e2aea8/out/sate.rs:90:286 [INFO] [stdout] | [INFO] [stdout] 90 | ...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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.96s [INFO] running `Command { std: "docker" "inspect" "a01fbc71d327a94f086b79121cea2478d364044ce1203a115e79d9e06839de3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a01fbc71d327a94f086b79121cea2478d364044ce1203a115e79d9e06839de3a", kill_on_drop: false }` [INFO] [stdout] a01fbc71d327a94f086b79121cea2478d364044ce1203a115e79d9e06839de3a