[INFO] fetching crate takeoff 0.1.1... [INFO] checking takeoff-0.1.1 against try#55b3f428b4fac6790b1e8492e0b91ff2d80aec7c for pr-77035 [INFO] extracting crate takeoff 0.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate takeoff 0.1.1 on toolchain 55b3f428b4fac6790b1e8492e0b91ff2d80aec7c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate takeoff 0.1.1 [INFO] finished tweaking crates.io crate takeoff 0.1.1 [INFO] tweaked toml for crates.io crate takeoff 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded peekmore v0.5.6 [INFO] [stderr] Downloaded grass v0.10.4 [INFO] [stderr] Downloaded onig v6.1.1 [INFO] [stderr] Downloaded syntect v4.5.0 [INFO] [stderr] Downloaded onig_sys v69.6.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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8ef5d5129007cd22c42a71f89632e03cca564bfe6d0c51326f68ad357af67eb [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" "b8ef5d5129007cd22c42a71f89632e03cca564bfe6d0c51326f68ad357af67eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8ef5d5129007cd22c42a71f89632e03cca564bfe6d0c51326f68ad357af67eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8ef5d5129007cd22c42a71f89632e03cca564bfe6d0c51326f68ad357af67eb", kill_on_drop: false }` [INFO] [stdout] b8ef5d5129007cd22c42a71f89632e03cca564bfe6d0c51326f68ad357af67eb [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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ec2fcabc069e67420e3106f5282c3252fa97e0484696e09ac228bfaa858cf49 [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" "0ec2fcabc069e67420e3106f5282c3252fa97e0484696e09ac228bfaa858cf49", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.35 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking codemap v0.1.3 [INFO] [stderr] Checking beef v0.4.4 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking sharded-slab v0.1.0 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking peekmore v0.5.6 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking flate2 v1.0.19 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking lasso v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling onig_sys v69.6.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking globset v0.4.6 [INFO] [stderr] Checking ignore v0.4.17 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking onig v6.1.1 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Checking grass v0.10.4 [INFO] [stderr] Checking serde v1.0.118 [INFO] [stderr] Checking serde_json v1.0.60 [INFO] [stderr] Checking plist v1.0.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Checking syntect v4.5.0 [INFO] [stderr] Checking tera v1.5.0 [INFO] [stderr] Checking tracing-subscriber v0.2.15 [INFO] [stderr] Checking takeoff v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `syntect::html::ClassedHTMLGenerator::<'a>::parse_html_for_line`: Please use `parse_html_for_line_which_includes_newline` instead [INFO] [stdout] --> source/syntax_highlighting.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | generator.parse_html_for_line(line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `syntect::html::ClassedHTMLGenerator::<'a>::parse_html_for_line`: Please use `parse_html_for_line_which_includes_newline` instead [INFO] [stdout] --> source/syntax_highlighting.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | generator.parse_html_for_line(line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `Command { std: "docker" "inspect" "0ec2fcabc069e67420e3106f5282c3252fa97e0484696e09ac228bfaa858cf49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ec2fcabc069e67420e3106f5282c3252fa97e0484696e09ac228bfaa858cf49", kill_on_drop: false }` [INFO] [stdout] 0ec2fcabc069e67420e3106f5282c3252fa97e0484696e09ac228bfaa858cf49