[INFO] fetching crate creoboros 0.1.0... [INFO] checking creoboros-0.1.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate creoboros 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate creoboros 0.1.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate creoboros 0.1.0 [INFO] finished tweaking crates.io crate creoboros 0.1.0 [INFO] tweaked toml for crates.io crate creoboros 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate creoboros 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde-humanize-rs v0.1.1 [INFO] [stderr] Downloaded templar v0.1.0 [INFO] [stderr] Downloaded unstructured v0.3.1 [INFO] [stderr] Downloaded async-std v0.99.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ff3b68ab0905f247e97e48b596d746ca085e1cb35ef4ac1c898c55a145a044d [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" "0ff3b68ab0905f247e97e48b596d746ca085e1cb35ef4ac1c898c55a145a044d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ff3b68ab0905f247e97e48b596d746ca085e1cb35ef4ac1c898c55a145a044d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ff3b68ab0905f247e97e48b596d746ca085e1cb35ef4ac1c898c55a145a044d", kill_on_drop: false }` [INFO] [stdout] 0ff3b68ab0905f247e97e48b596d746ca085e1cb35ef4ac1c898c55a145a044d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27ccf40c4efe6adb846ae426868f651ba6072715ee697b27b57071085bb872e7 [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" "27ccf40c4efe6adb846ae426868f651ba6072715ee697b27b57071085bb872e7", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] byteorder v1.3.2 (as host dependency): default, std [INFO] [stderr] [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Checking arc-swap v0.4.3 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Checking humanize-rs v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking async-macros v1.0.0 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking pest v2.1.2 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking signal-hook-registry v1.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking serde-humanize-rs v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking signal-hook v0.1.10 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking futures-timer v0.4.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking async-std v0.99.8 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking unstructured v0.3.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Checking templar v0.1.0 [INFO] [stderr] Checking creoboros v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking creoboros v0.1.0 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "27ccf40c4efe6adb846ae426868f651ba6072715ee697b27b57071085bb872e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27ccf40c4efe6adb846ae426868f651ba6072715ee697b27b57071085bb872e7", kill_on_drop: false }` [INFO] [stdout] 27ccf40c4efe6adb846ae426868f651ba6072715ee697b27b57071085bb872e7