[INFO] fetching crate rocketchat 0.4.1... [INFO] checking rocketchat-0.4.1 against master#6162f6f12339aa81fe16b8a64644ead497e411b2 for pr-113242 [INFO] extracting crate rocketchat 0.4.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate rocketchat 0.4.1 on toolchain 6162f6f12339aa81fe16b8a64644ead497e411b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6162f6f12339aa81fe16b8a64644ead497e411b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rocketchat 0.4.1 [INFO] finished tweaking crates.io crate rocketchat 0.4.1 [INFO] tweaked toml for crates.io crate rocketchat 0.4.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6162f6f12339aa81fe16b8a64644ead497e411b2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6162f6f12339aa81fe16b8a64644ead497e411b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+6162f6f12339aa81fe16b8a64644ead497e411b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c7b24062e9cb179aff1837909678b97978ef29a96ea2edadfb7e54b8cac315d [INFO] running `Command { std: "docker" "start" "-a" "0c7b24062e9cb179aff1837909678b97978ef29a96ea2edadfb7e54b8cac315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c7b24062e9cb179aff1837909678b97978ef29a96ea2edadfb7e54b8cac315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c7b24062e9cb179aff1837909678b97978ef29a96ea2edadfb7e54b8cac315d", kill_on_drop: false }` [INFO] [stdout] 0c7b24062e9cb179aff1837909678b97978ef29a96ea2edadfb7e54b8cac315d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+6162f6f12339aa81fe16b8a64644ead497e411b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 396ac457620ab81f1cf6beb3013d18e28628cfc1d7efe3a9e3e1636c0bc4a0d5 [INFO] running `Command { std: "docker" "start" "-a" "396ac457620ab81f1cf6beb3013d18e28628cfc1d7efe3a9e3e1636c0bc4a0d5", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking rocketchat v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: private type `AuthData` in public interface (error E0446) [INFO] [stdout] --> src/api/methods/base.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | async fn request( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `AuthData` in public interface (error E0446) [INFO] [stdout] --> src/api/methods/base.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | async fn login(&self, username: &str, password: &str) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `AuthData` in public interface (error E0446) [INFO] [stdout] --> src/api/methods/base.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | async fn request( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `AuthData` in public interface (error E0446) [INFO] [stdout] --> src/api/methods/base.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | async fn login(&self, username: &str, password: &str) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.14s [INFO] running `Command { std: "docker" "inspect" "396ac457620ab81f1cf6beb3013d18e28628cfc1d7efe3a9e3e1636c0bc4a0d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "396ac457620ab81f1cf6beb3013d18e28628cfc1d7efe3a9e3e1636c0bc4a0d5", kill_on_drop: false }` [INFO] [stdout] 396ac457620ab81f1cf6beb3013d18e28628cfc1d7efe3a9e3e1636c0bc4a0d5