[INFO] cloning repository https://github.com/sbdchd/squawk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sbdchd/squawk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbdchd%2Fsquawk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbdchd%2Fsquawk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5eebda6c61b5fc1bd6f22c68840c61056548f0ab [INFO] checking sbdchd/squawk against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbdchd%2Fsquawk" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbdchd/squawk on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sbdchd/squawk [INFO] finished tweaking git repo https://github.com/sbdchd/squawk [INFO] tweaked toml for git repo https://github.com/sbdchd/squawk written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sbdchd/squawk already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aa78e3bfeb7790bd2eb4e5ef21268ea5d4c2166c8effa07d642b915aa6895980 [INFO] running `Command { std: "docker" "start" "-a" "aa78e3bfeb7790bd2eb4e5ef21268ea5d4c2166c8effa07d642b915aa6895980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa78e3bfeb7790bd2eb4e5ef21268ea5d4c2166c8effa07d642b915aa6895980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa78e3bfeb7790bd2eb4e5ef21268ea5d4c2166c8effa07d642b915aa6895980", kill_on_drop: false }` [INFO] [stdout] aa78e3bfeb7790bd2eb4e5ef21268ea5d4c2166c8effa07d642b915aa6895980 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 96f3dbc77195f4a737bb2e71296d13e26f328ae70b2aa915529dc7f0fd9af59e [INFO] running `Command { std: "docker" "start" "-a" "96f3dbc77195f4a737bb2e71296d13e26f328ae70b2aa915529dc7f0fd9af59e", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling adler32 v1.1.0 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.45.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling make-cmd v0.1.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking addr2line v0.12.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking terminal_size v0.1.12 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Checking console v0.10.3 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking backtrace v0.3.49 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking pem v0.8.1 [INFO] [stderr] Checking console v0.11.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking simplelog v0.8.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking simple_asn1 v0.4.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking structopt v0.3.15 [INFO] [stderr] Compiling libpg_query-sys v0.1.2 [INFO] [stderr] Checking serde_json v1.0.55 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde_yaml v0.8.13 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking jsonwebtoken v7.1.2 [INFO] [stderr] Checking insta v0.16.0 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking squawk-github v0.5.4 (/opt/rustwide/workdir/github) [INFO] [stderr] Checking squawk-parser v0.5.4 (/opt/rustwide/workdir/parser) [INFO] [stderr] Checking squawk-linter v0.5.4 (/opt/rustwide/workdir/linter) [INFO] [stderr] Checking squawk v0.5.4 (/opt/rustwide/workdir/cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 37s [INFO] running `Command { std: "docker" "inspect" "96f3dbc77195f4a737bb2e71296d13e26f328ae70b2aa915529dc7f0fd9af59e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f3dbc77195f4a737bb2e71296d13e26f328ae70b2aa915529dc7f0fd9af59e", kill_on_drop: false }` [INFO] [stdout] 96f3dbc77195f4a737bb2e71296d13e26f328ae70b2aa915529dc7f0fd9af59e