[INFO] fetching crate zs-filecrawler 0.1.0... [INFO] checking zs-filecrawler-0.1.0 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate zs-filecrawler 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate zs-filecrawler 0.1.0 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zs-filecrawler 0.1.0 [INFO] finished tweaking crates.io crate zs-filecrawler 0.1.0 [INFO] tweaked toml for crates.io crate zs-filecrawler 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate zs-filecrawler 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indoc v0.3.6 [INFO] [stderr] Downloaded unindent v0.1.6 [INFO] [stderr] Downloaded sled v0.32.0 [INFO] [stderr] Downloaded indoc-impl v0.3.6 [INFO] [stderr] Downloaded readfilez v0.2.3 [INFO] [stderr] Downloaded byte-unit v4.0.4 [INFO] [stderr] Downloaded delegate-attr v0.2.7 [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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46a00591ca8a00c5834726deda96eed47ae0813c429497a0e11ea35c8b64c7e3 [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" "46a00591ca8a00c5834726deda96eed47ae0813c429497a0e11ea35c8b64c7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46a00591ca8a00c5834726deda96eed47ae0813c429497a0e11ea35c8b64c7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a00591ca8a00c5834726deda96eed47ae0813c429497a0e11ea35c8b64c7e3", kill_on_drop: false }` [INFO] [stdout] 46a00591ca8a00c5834726deda96eed47ae0813c429497a0e11ea35c8b64c7e3 [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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c821b73049f8bee3109fff0495345aa4bbea581fc283128fb84ef1fc25fcbbb [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" "6c821b73049f8bee3109fff0495345aa4bbea581fc283128fb84ef1fc25fcbbb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking adler32 v1.1.0 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling unindent v0.1.6 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking cpuid-bool v0.1.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking byte-unit v4.0.4 [INFO] [stderr] Checking text_io v0.1.8 [INFO] [stderr] Compiling generic-array v0.14.2 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling cc v1.0.56 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking terminal_size v0.1.12 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking console v0.11.3 [INFO] [stderr] Checking signal-hook v0.1.16 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking indicatif v0.15.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Compiling zstd-sys v1.4.17+zstd.1.4.5 [INFO] [stderr] Checking addr2line v0.12.2 [INFO] [stderr] Checking simplelog v0.8.0 [INFO] [stderr] Checking backtrace v0.3.49 [INFO] [stderr] Compiling delegate-attr v0.2.7 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Checking indoc v0.3.6 [INFO] [stderr] Checking readfilez v0.2.3 [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 sled v0.32.0 [INFO] [stderr] Checking zs-filecrawler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `Command { std: "docker" "inspect" "6c821b73049f8bee3109fff0495345aa4bbea581fc283128fb84ef1fc25fcbbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c821b73049f8bee3109fff0495345aa4bbea581fc283128fb84ef1fc25fcbbb", kill_on_drop: false }` [INFO] [stdout] 6c821b73049f8bee3109fff0495345aa4bbea581fc283128fb84ef1fc25fcbbb