[INFO] cloning repository https://github.com/DeMille/paint [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DeMille/paint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeMille%2Fpaint", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeMille%2Fpaint'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4689454264f76223e72c14fe749ae00cff2ae15 [INFO] checking DeMille/paint against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeMille%2Fpaint" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DeMille/paint on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DeMille/paint [INFO] finished tweaking git repo https://github.com/DeMille/paint [INFO] tweaked toml for git repo https://github.com/DeMille/paint written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/DeMille/paint already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f54a313ab944ad554948ea388326ecd2f887b4dbdc9b8d84512b3de69607057 [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" "4f54a313ab944ad554948ea388326ecd2f887b4dbdc9b8d84512b3de69607057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f54a313ab944ad554948ea388326ecd2f887b4dbdc9b8d84512b3de69607057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f54a313ab944ad554948ea388326ecd2f887b4dbdc9b8d84512b3de69607057", kill_on_drop: false }` [INFO] [stdout] 4f54a313ab944ad554948ea388326ecd2f887b4dbdc9b8d84512b3de69607057 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dc0c2cfeb79619d5cc58901e8fc946137fa84ff79720a4a11784d6eac10fac8 [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" "7dc0c2cfeb79619d5cc58901e8fc946137fa84ff79720a4a11784d6eac10fac8", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking num-traits v0.1.42 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Checking bitflags v1.0.1 [INFO] [stderr] Checking serde v1.0.27 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Checking same-file v1.0.2 [INFO] [stderr] Checking slab v0.1.3 [INFO] [stderr] Checking bytes v0.3.0 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking base64 v0.8.0 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Checking yaml-rust v0.4.0 [INFO] [stderr] Checking xml-rs v0.7.0 [INFO] [stderr] Checking walkdir v2.1.3 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Compiling onig_sys v67.1.0 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking filetime v0.1.15 [INFO] [stderr] Checking inotify v0.3.0 [INFO] [stderr] Checking atty v0.2.6 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking clap v2.29.3 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking miow v0.1.5 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking regex v0.2.6 [INFO] [stderr] Checking num v0.1.41 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking flate2 v1.0.1 [INFO] [stderr] Checking mio v0.5.1 [INFO] [stderr] Checking notify v4.0.3 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking serde_json v1.0.9 [INFO] [stderr] Checking onig v3.1.1 [INFO] [stderr] Checking syntect v2.0.0 [INFO] [stderr] Checking paint v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/paint.rs:161:76 [INFO] [stdout] | [INFO] [stdout] 161 | write!(out, ".{} .{} {{ {} }}\n", prefix, class, css).unwrap();; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/paint.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | } else {; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/paint.rs:161:76 [INFO] [stdout] | [INFO] [stdout] 161 | write!(out, ".{} .{} {{ {} }}\n", prefix, class, css).unwrap();; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/paint.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | } else {; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/paint.rs:615:26 [INFO] [stdout] | [INFO] [stdout] 615 | .map(|line| line.trim_left_matches(&indent)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/paint.rs:615:26 [INFO] [stdout] | [INFO] [stdout] 615 | .map(|line| line.trim_left_matches(&indent)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.16s [INFO] running `Command { std: "docker" "inspect" "7dc0c2cfeb79619d5cc58901e8fc946137fa84ff79720a4a11784d6eac10fac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dc0c2cfeb79619d5cc58901e8fc946137fa84ff79720a4a11784d6eac10fac8", kill_on_drop: false }` [INFO] [stdout] 7dc0c2cfeb79619d5cc58901e8fc946137fa84ff79720a4a11784d6eac10fac8