[INFO] fetching crate know-thy-shell 0.1.12... [INFO] checking know-thy-shell-0.1.12 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate know-thy-shell 0.1.12 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate know-thy-shell 0.1.12 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 know-thy-shell 0.1.12 [INFO] finished tweaking crates.io crate know-thy-shell 0.1.12 [INFO] tweaked toml for crates.io crate know-thy-shell 0.1.12 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate know-thy-shell 0.1.12 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 zstd v0.4.24+zstd.1.4.0 [INFO] [stderr] Downloaded rustyline v4.1.0 [INFO] [stderr] Downloaded integer-encoding v1.0.7 [INFO] [stderr] Downloaded zstd-safe v1.4.9+zstd.1.4.0 [INFO] [stderr] Downloaded kts-etl v0.1.12 [INFO] [stderr] Downloaded parquet-format v2.5.0 [INFO] [stderr] Downloaded sqlparser v0.2.4 [INFO] [stderr] Downloaded datafusion v0.14.0 [INFO] [stderr] Downloaded parquet v0.14.0 [INFO] [stderr] Downloaded arrow v0.14.0 [INFO] [stderr] Downloaded zstd-sys v1.4.10+zstd.1.4.0 [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] 722960a258a6d3f67cbba6eaedd0747d93ac3fa88b9127eb257b78ac538bdcc4 [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" "722960a258a6d3f67cbba6eaedd0747d93ac3fa88b9127eb257b78ac538bdcc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "722960a258a6d3f67cbba6eaedd0747d93ac3fa88b9127eb257b78ac538bdcc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "722960a258a6d3f67cbba6eaedd0747d93ac3fa88b9127eb257b78ac538bdcc4", kill_on_drop: false }` [INFO] [stdout] 722960a258a6d3f67cbba6eaedd0747d93ac3fa88b9127eb257b78ac538bdcc4 [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] 7bf97469294a2f49c3da88faf146a5cf7e85e932b6cd1ffd628b8e8c2b488625 [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" "7bf97469294a2f49c3da88faf146a5cf7e85e932b6cd1ffd628b8e8c2b488625", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking integer-encoding v1.0.7 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Compiling parquet v0.14.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking encode_unicode v0.3.5 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking regex-syntax v0.6.8 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking flatbuffers v0.5.0 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Checking packed_simd v0.3.3 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking regex-automata v0.1.7 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking aho-corasick v0.7.4 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Checking thrift v0.0.4 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Checking parquet-format v2.5.0 [INFO] [stderr] Checking sqlparser v0.2.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Checking rustyline v4.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling zstd-sys v1.4.10+zstd.1.4.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling libsqlite3-sys v0.10.0 [INFO] [stderr] Checking bstr v0.2.1 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking flate2 v1.0.9 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling lz4 v1.23.1 [INFO] [stderr] Checking arrow v0.14.0 [INFO] [stderr] Checking rusqlite v0.15.0 [INFO] [stderr] Checking zstd-safe v1.4.9+zstd.1.4.0 [INFO] [stderr] Checking zstd v0.4.24+zstd.1.4.0 [INFO] [stderr] Checking datafusion v0.14.0 [INFO] [stderr] Checking kts-analyze v0.1.0 [INFO] [stderr] Checking kts-etl v0.1.12 [INFO] [stderr] Checking know-thy-shell v0.1.12 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 49s [INFO] running `Command { std: "docker" "inspect" "7bf97469294a2f49c3da88faf146a5cf7e85e932b6cd1ffd628b8e8c2b488625", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf97469294a2f49c3da88faf146a5cf7e85e932b6cd1ffd628b8e8c2b488625", kill_on_drop: false }` [INFO] [stdout] 7bf97469294a2f49c3da88faf146a5cf7e85e932b6cd1ffd628b8e8c2b488625