[INFO] fetching crate rags-rs 0.1.4... [INFO] checking rags-rs-0.1.4 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate rags-rs 0.1.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rags-rs 0.1.4 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rags-rs 0.1.4 [INFO] finished tweaking crates.io crate rags-rs 0.1.4 [INFO] tweaked toml for crates.io crate rags-rs 0.1.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate rags-rs 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2b31e3c48b6ca041541fa68478458a9615b7186380b70f496b727c03b5a6165 [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" "e2b31e3c48b6ca041541fa68478458a9615b7186380b70f496b727c03b5a6165", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2b31e3c48b6ca041541fa68478458a9615b7186380b70f496b727c03b5a6165", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b31e3c48b6ca041541fa68478458a9615b7186380b70f496b727c03b5a6165", kill_on_drop: false }` [INFO] [stdout] e2b31e3c48b6ca041541fa68478458a9615b7186380b70f496b727c03b5a6165 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb74cbc833eecb577dc33da71ac1ce962a4f7b5947ba2b4719a1d4570607efce [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" "bb74cbc833eecb577dc33da71ac1ce962a4f7b5947ba2b4719a1d4570607efce", kill_on_drop: false }` [INFO] [stderr] Checking rags-rs v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | write!(f, "{}: {}", self.description(), desc) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:79:45 [INFO] [stdout] | [INFO] [stdout] 79 | write!(f, "{}: {} {}", self.description(), arg_string(*short, long, false), desc) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:82:45 [INFO] [stdout] | [INFO] [stdout] 82 | write!(f, "{} for {}", self.description(), arg_string(*short, long, false)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:85:49 [INFO] [stdout] | [INFO] [stdout] 85 | write!(f, "{} for {}: {}", self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:89:49 [INFO] [stdout] | [INFO] [stdout] 89 | write!(f, "{} for {}: {}", self.description(), name, err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:92:49 [INFO] [stdout] | [INFO] [stdout] 92 | write!(f, "{} for {}: {}", self.description(), name, err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:95:55 [INFO] [stdout] | [INFO] [stdout] 95 | write!(f, "{}: {} is within {}", self.description(), short, run) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:100:53 [INFO] [stdout] | [INFO] [stdout] 100 | write!(f, "{} ({} within {})", self.description(), attempt, orig) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | write!(f, "{}: {}", self.description(), name) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:107:42 [INFO] [stdout] | [INFO] [stdout] 107 | write!(f, "{}: {}", self.description(), a) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | write!(f, "{}: {}", self.description(), a) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:113:42 [INFO] [stdout] | [INFO] [stdout] 113 | write!(f, "{}: {}", self.description(), p) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | write!(f, "{}: {}", self.description(), p) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | write!(f, "{}: {}", self.description(), desc) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:79:45 [INFO] [stdout] | [INFO] [stdout] 79 | write!(f, "{}: {} {}", self.description(), arg_string(*short, long, false), desc) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:82:45 [INFO] [stdout] | [INFO] [stdout] 82 | write!(f, "{} for {}", self.description(), arg_string(*short, long, false)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:85:49 [INFO] [stdout] | [INFO] [stdout] 85 | write!(f, "{} for {}: {}", self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:89:49 [INFO] [stdout] | [INFO] [stdout] 89 | write!(f, "{} for {}: {}", self.description(), name, err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:92:49 [INFO] [stdout] | [INFO] [stdout] 92 | write!(f, "{} for {}: {}", self.description(), name, err) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:95:55 [INFO] [stdout] | [INFO] [stdout] 95 | write!(f, "{}: {} is within {}", self.description(), short, run) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:100:53 [INFO] [stdout] | [INFO] [stdout] 100 | write!(f, "{} ({} within {})", self.description(), attempt, orig) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | write!(f, "{}: {}", self.description(), name) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:107:42 [INFO] [stdout] | [INFO] [stdout] 107 | write!(f, "{}: {}", self.description(), a) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:110:42 [INFO] [stdout] | [INFO] [stdout] 110 | write!(f, "{}: {}", self.description(), a) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:113:42 [INFO] [stdout] | [INFO] [stdout] 113 | write!(f, "{}: {}", self.description(), p) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:116:42 [INFO] [stdout] | [INFO] [stdout] 116 | write!(f, "{}: {}", self.description(), p) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bb74cbc833eecb577dc33da71ac1ce962a4f7b5947ba2b4719a1d4570607efce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb74cbc833eecb577dc33da71ac1ce962a4f7b5947ba2b4719a1d4570607efce", kill_on_drop: false }` [INFO] [stdout] bb74cbc833eecb577dc33da71ac1ce962a4f7b5947ba2b4719a1d4570607efce