[INFO] cloning repository https://github.com/csm123199/tarsum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/csm123199/tarsum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsm123199%2Ftarsum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsm123199%2Ftarsum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf7e7f347e3dfeae6c48a5a7b575431c658781af [INFO] checking csm123199/tarsum against master#f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 for pr-83312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsm123199%2Ftarsum" "/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/csm123199/tarsum on toolchain f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/csm123199/tarsum [INFO] finished tweaking git repo https://github.com/csm123199/tarsum [INFO] tweaked toml for git repo https://github.com/csm123199/tarsum written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/csm123199/tarsum already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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-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" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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] 33a88dab741d3ae87e9b595d10aa4810d87d6c65a18742ebac286069555cdd74 [INFO] running `Command { std: "docker" "start" "-a" "33a88dab741d3ae87e9b595d10aa4810d87d6c65a18742ebac286069555cdd74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33a88dab741d3ae87e9b595d10aa4810d87d6c65a18742ebac286069555cdd74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33a88dab741d3ae87e9b595d10aa4810d87d6c65a18742ebac286069555cdd74", kill_on_drop: false }` [INFO] [stdout] 33a88dab741d3ae87e9b595d10aa4810d87d6c65a18742ebac286069555cdd74 [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" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 007c7aee66712012555567e5b6aa8b747f6ef1e847c58955a44f22a3afed3d84 [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" "007c7aee66712012555567e5b6aa8b747f6ef1e847c58955a44f22a3afed3d84", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling crc16 v0.3.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling crc32c v0.4.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking same-file v0.1.3 [INFO] [stderr] Checking md5 v0.3.8 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking crc8 v0.1.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking os_str_bytes v2.4.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking tabwriter v1.2.1 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking walkdir v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking crunchy v0.2.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Compiling md6 v2.0.2 [INFO] [stderr] Compiling blake v2.0.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.17 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking filetime v0.2.13 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking tar v0.4.30 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking xz2 v0.1.6 [INFO] [stderr] Checking pbr v1.0.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking bzip2 v0.4.1 [INFO] [stderr] Checking shaman v0.1.0 [INFO] [stderr] Checking checksums v0.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking zip v0.5.9 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Checking tarsum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "007c7aee66712012555567e5b6aa8b747f6ef1e847c58955a44f22a3afed3d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "007c7aee66712012555567e5b6aa8b747f6ef1e847c58955a44f22a3afed3d84", kill_on_drop: false }` [INFO] [stdout] 007c7aee66712012555567e5b6aa8b747f6ef1e847c58955a44f22a3afed3d84