[INFO] cloning repository https://github.com/EmbarkStudios/cargo-about [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EmbarkStudios/cargo-about" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmbarkStudios%2Fcargo-about", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmbarkStudios%2Fcargo-about'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b388f8f50e858f3585d80098aa601b0fca868df [INFO] checking EmbarkStudios/cargo-about against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmbarkStudios%2Fcargo-about" "/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/EmbarkStudios/cargo-about on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EmbarkStudios/cargo-about [INFO] finished tweaking git repo https://github.com/EmbarkStudios/cargo-about [INFO] tweaked toml for git repo https://github.com/EmbarkStudios/cargo-about written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/EmbarkStudios/cargo-about already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "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-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" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5996e91c2b08d128215a3abe5bee623b63c93cb7c7cc731bd8b071c1459bce78 [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" "5996e91c2b08d128215a3abe5bee623b63c93cb7c7cc731bd8b071c1459bce78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5996e91c2b08d128215a3abe5bee623b63c93cb7c7cc731bd8b071c1459bce78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5996e91c2b08d128215a3abe5bee623b63c93cb7c7cc731bd8b071c1459bce78", kill_on_drop: false }` [INFO] [stdout] 5996e91c2b08d128215a3abe5bee623b63c93cb7c7cc731bd8b071c1459bce78 [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" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16808c6af1d4f407045b631b4693bd5f1030b6807a397b0d707f679d42d72df0 [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" "16808c6af1d4f407045b631b4693bd5f1030b6807a397b0d707f679d42d72df0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking ucd-trie v0.1.3 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking object v0.22.0 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking license v1.1.8 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking 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 cfg-expr v0.5.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking fern v0.6.0 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking semver-parser v0.10.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking addr2line v0.14.0 [INFO] [stderr] Checking backtrace v0.3.54 [INFO] [stderr] Checking crossbeam-epoch v0.9.0 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking rmp v0.8.9 [INFO] [stderr] Compiling zstd-sys v1.4.17+zstd.1.4.5 [INFO] [stderr] Compiling rpmalloc-sys v0.2.1+1.4.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking globset v0.4.6 [INFO] [stderr] Checking spdx v0.3.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ignore v0.4.16 [INFO] [stderr] Checking rpmalloc v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking structopt v0.3.20 [INFO] [stderr] Checking serde v1.0.117 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking rmp-serde v0.14.4 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Checking zstd-safe v2.0.5+zstd.1.4.5 [INFO] [stderr] Checking zstd v0.5.3+zstd.1.4.5 [INFO] [stderr] Checking cargo_metadata v0.12.0 [INFO] [stderr] Checking askalono v0.4.3 [INFO] [stderr] Checking handlebars v3.5.1 [INFO] [stderr] Checking krates v0.5.0 [INFO] [stderr] Checking cargo-about v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 28s [INFO] running `Command { std: "docker" "inspect" "16808c6af1d4f407045b631b4693bd5f1030b6807a397b0d707f679d42d72df0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16808c6af1d4f407045b631b4693bd5f1030b6807a397b0d707f679d42d72df0", kill_on_drop: false }` [INFO] [stdout] 16808c6af1d4f407045b631b4693bd5f1030b6807a397b0d707f679d42d72df0