[INFO] cloning repository https://github.com/zserik/zs-filecrawler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zserik/zs-filecrawler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzserik%2Fzs-filecrawler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzserik%2Fzs-filecrawler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ced7eadd7a1ce85ca1967ed735a4ada23de43440 [INFO] checking zserik/zs-filecrawler against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzserik%2Fzs-filecrawler" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zserik/zs-filecrawler 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/zserik/zs-filecrawler [INFO] finished tweaking git repo https://github.com/zserik/zs-filecrawler [INFO] tweaked toml for git repo https://github.com/zserik/zs-filecrawler written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/zserik/zs-filecrawler 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2e0f7c0be0e88f1d255b232cfc809dcd121891fc2751aa97da26d509fcd9477e [INFO] running `Command { std: "docker" "start" "-a" "2e0f7c0be0e88f1d255b232cfc809dcd121891fc2751aa97da26d509fcd9477e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e0f7c0be0e88f1d255b232cfc809dcd121891fc2751aa97da26d509fcd9477e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e0f7c0be0e88f1d255b232cfc809dcd121891fc2751aa97da26d509fcd9477e", kill_on_drop: false }` [INFO] [stdout] 2e0f7c0be0e88f1d255b232cfc809dcd121891fc2751aa97da26d509fcd9477e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 414d9992411e01db33715165b32a1fc54eb294d7d5cee0c02f6149ec59c14811 [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" "414d9992411e01db33715165b32a1fc54eb294d7d5cee0c02f6149ec59c14811", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling signal-hook v0.3.6 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking memchr v2.3.4 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking crc32fast v1.2.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking bstr v0.2.15 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Checking sha2 v0.9.3 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking memmap2 v0.2.1 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking globset v0.4.6 [INFO] [stderr] Checking console v0.14.0 [INFO] [stderr] Compiling zstd-sys v1.4.18+zstd.1.4.7 [INFO] [stderr] Checking simplelog v0.9.0 [INFO] [stderr] Checking ignore v0.4.17 [INFO] [stderr] Checking indicatif v0.15.0 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Compiling delegate-attr v0.2.9 [INFO] [stderr] Checking readfilez v0.2.4 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Checking zstd v0.5.4+zstd.1.4.7 [INFO] [stderr] Checking sled v0.34.6 [INFO] [stderr] Checking zs-filecrawler v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 53s [INFO] running `Command { std: "docker" "inspect" "414d9992411e01db33715165b32a1fc54eb294d7d5cee0c02f6149ec59c14811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "414d9992411e01db33715165b32a1fc54eb294d7d5cee0c02f6149ec59c14811", kill_on_drop: false }` [INFO] [stdout] 414d9992411e01db33715165b32a1fc54eb294d7d5cee0c02f6149ec59c14811