[INFO] cloning repository https://github.com/jDomantas/tic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jDomantas/tic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjDomantas%2Ftic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjDomantas%2Ftic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9546a4f762e8244224a8ef34339cd1a5ceeba957 [INFO] checking jDomantas/tic against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjDomantas%2Ftic" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jDomantas/tic on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jDomantas/tic [INFO] finished tweaking git repo https://github.com/jDomantas/tic [INFO] tweaked toml for git repo https://github.com/jDomantas/tic written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/jDomantas/tic already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0eba13135b808545c11cc0916a418e9d6c77ce5e09ae74ecb6f67c9cfb069f97 [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" "0eba13135b808545c11cc0916a418e9d6c77ce5e09ae74ecb6f67c9cfb069f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0eba13135b808545c11cc0916a418e9d6c77ce5e09ae74ecb6f67c9cfb069f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eba13135b808545c11cc0916a418e9d6c77ce5e09ae74ecb6f67c9cfb069f97", kill_on_drop: false }` [INFO] [stdout] 0eba13135b808545c11cc0916a418e9d6c77ce5e09ae74ecb6f67c9cfb069f97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73aef205108c261649f69efd92f0c4181e5cc8e718d4d02910a7240e630a542a [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" "73aef205108c261649f69efd92f0c4181e5cc8e718d4d02910a7240e630a542a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking internal-iterator v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling beef v0.4.4 [INFO] [stderr] Checking formatter v0.1.0 (/opt/rustwide/workdir/formatter) [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking codespan-reporting v0.11.0 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Checking ticc-syntax v0.1.0 (/opt/rustwide/workdir/ticc-syntax) [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling logos-derive v0.11.5 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking logos v0.11.4 [INFO] [stderr] Checking ticc v0.1.0 (/opt/rustwide/workdir/ticc) [INFO] [stderr] Checking serde v1.0.118 [INFO] [stderr] Checking ticc-tests v0.1.0 (/opt/rustwide/workdir/ticc-tests) [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Checking lsp-server v0.5.0 [INFO] [stderr] Checking lsp-types v0.86.0 [INFO] [stderr] Checking ticc-lsp v0.1.0 (/opt/rustwide/workdir/ticc-lsp) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "73aef205108c261649f69efd92f0c4181e5cc8e718d4d02910a7240e630a542a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73aef205108c261649f69efd92f0c4181e5cc8e718d4d02910a7240e630a542a", kill_on_drop: false }` [INFO] [stdout] 73aef205108c261649f69efd92f0c4181e5cc8e718d4d02910a7240e630a542a