[INFO] cloning repository https://github.com/pkgw/cranko [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pkgw/cranko" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkgw%2Fcranko", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkgw%2Fcranko'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05e7885c3adb485b470a48f53c21ef06ac9618b4 [INFO] checking pkgw/cranko against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkgw%2Fcranko" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pkgw/cranko on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pkgw/cranko [INFO] finished tweaking git repo https://github.com/pkgw/cranko [INFO] tweaked toml for git repo https://github.com/pkgw/cranko written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/pkgw/cranko already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "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] d9fa11210854dadd771f64e2851c1a68b5cc606b20521645e24726efbce047d7 [INFO] running `Command { std: "docker" "start" "-a" "d9fa11210854dadd771f64e2851c1a68b5cc606b20521645e24726efbce047d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9fa11210854dadd771f64e2851c1a68b5cc606b20521645e24726efbce047d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9fa11210854dadd771f64e2851c1a68b5cc606b20521645e24726efbce047d7", kill_on_drop: false }` [INFO] [stdout] d9fa11210854dadd771f64e2851c1a68b5cc606b20521645e24726efbce047d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cd74930bf3c21106cffe25f3e78f135fe7b081d5f47adab108ad942d11c48e2 [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" "3cd74930bf3c21106cffe25f3e78f135fe7b081d5f47adab108ad942d11c48e2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking fsio v0.1.3 [INFO] [stderr] Compiling target-lexicon v0.11.1 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Checking strum v0.18.0 [INFO] [stderr] Checking configparser v1.0.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking http v0.2.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking lru v0.6.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.13 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking terminal_size v0.1.15 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking envmnt v0.8.4 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking tar v0.4.30 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ci_info v0.10.2 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking tokio v0.2.24 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.20 [INFO] [stderr] Compiling libgit2-sys v0.12.17+1.1.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking atomicwrites v0.2.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking toml_edit v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking git2 v0.13.15 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking zip v0.5.9 [INFO] [stderr] Checking git-url-parse v0.2.0 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking h2 v0.2.7 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking erased-serde v0.3.13 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking hyper v0.13.9 [INFO] [stderr] Compiling derive-enum-error v0.0.1 [INFO] [stderr] Checking cargo_metadata v0.10.0 [INFO] [stderr] Checking dynfmt v0.1.4 [INFO] [stderr] Checking hyper-tls v0.4.3 [INFO] [stderr] Checking reqwest v0.10.10 [INFO] [stderr] Checking cranko v0.0.0-dev.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 42s [INFO] running `Command { std: "docker" "inspect" "3cd74930bf3c21106cffe25f3e78f135fe7b081d5f47adab108ad942d11c48e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cd74930bf3c21106cffe25f3e78f135fe7b081d5f47adab108ad942d11c48e2", kill_on_drop: false }` [INFO] [stdout] 3cd74930bf3c21106cffe25f3e78f135fe7b081d5f47adab108ad942d11c48e2