[INFO] fetching crate libloadorder-ffi 11.4.1... [INFO] testing libloadorder-ffi-11.4.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate libloadorder-ffi 11.4.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate libloadorder-ffi 11.4.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libloadorder-ffi 11.4.1 [INFO] finished tweaking crates.io crate libloadorder-ffi 11.4.1 [INFO] tweaked toml for crates.io crate libloadorder-ffi 11.4.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a77da2e5c4f81c3be06408d5964ba2ac56416e571cc045b991f5c2a07d7c3148 [INFO] running `Command { std: "docker" "start" "-a" "a77da2e5c4f81c3be06408d5964ba2ac56416e571cc045b991f5c2a07d7c3148", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a77da2e5c4f81c3be06408d5964ba2ac56416e571cc045b991f5c2a07d7c3148", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a77da2e5c4f81c3be06408d5964ba2ac56416e571cc045b991f5c2a07d7c3148", kill_on_drop: false }` [INFO] [stdout] a77da2e5c4f81c3be06408d5964ba2ac56416e571cc045b991f5c2a07d7c3148 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b354ca66d1874146b370178568e61dba9d00b1df13dea97b32fa420176ab162a [INFO] running `Command { std: "docker" "start" "-a" "b354ca66d1874146b370178568e61dba9d00b1df13dea97b32fa420176ab162a", kill_on_drop: false }` [INFO] [stderr] Compiling libloadorder-ffi v11.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling esplugin v2.1.2 [INFO] [stderr] Compiling libloadorder v11.4.1 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:44:34 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct GameHandle(RwLock>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:47:58 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read(&self) -> LockResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:51:60 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn write(&self) -> LockResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:119:29 [INFO] [stdout] | [INFO] [stdout] 119 | let load_order: Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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/active_plugins.rs:47:72 [INFO] [stdout] | [INFO] [stdout] 47 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [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/active_plugins.rs:91:72 [INFO] [stdout] | [INFO] [stdout] 91 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/active_plugins.rs:133:72 [INFO] [stdout] | [INFO] [stdout] 133 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/active_plugins.rs:176:72 [INFO] [stdout] | [INFO] [stdout] 176 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:188:72 [INFO] [stdout] | [INFO] [stdout] 188 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:224:72 [INFO] [stdout] | [INFO] [stdout] 224 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:270:72 [INFO] [stdout] | [INFO] [stdout] 270 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:46:72 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:126:72 [INFO] [stdout] | [INFO] [stdout] 126 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:164:72 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:201:72 [INFO] [stdout] | [INFO] [stdout] 201 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:239:72 [INFO] [stdout] | [INFO] [stdout] 239 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "b354ca66d1874146b370178568e61dba9d00b1df13dea97b32fa420176ab162a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b354ca66d1874146b370178568e61dba9d00b1df13dea97b32fa420176ab162a", kill_on_drop: false }` [INFO] [stdout] b354ca66d1874146b370178568e61dba9d00b1df13dea97b32fa420176ab162a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d81102073e13bd02ca520677dbe25d44cb47bf487aa8b4f44a60685aff64493 [INFO] running `Command { std: "docker" "start" "-a" "5d81102073e13bd02ca520677dbe25d44cb47bf487aa8b4f44a60685aff64493", kill_on_drop: false }` [INFO] [stderr] Compiling libloadorder-ffi v11.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:44:34 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct GameHandle(RwLock>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:47:58 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read(&self) -> LockResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:51:60 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn write(&self) -> LockResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:119:29 [INFO] [stdout] | [INFO] [stdout] 119 | let load_order: Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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/active_plugins.rs:47:72 [INFO] [stdout] | [INFO] [stdout] 47 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [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/active_plugins.rs:91:72 [INFO] [stdout] | [INFO] [stdout] 91 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/active_plugins.rs:133:72 [INFO] [stdout] | [INFO] [stdout] 133 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/active_plugins.rs:176:72 [INFO] [stdout] | [INFO] [stdout] 176 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:188:72 [INFO] [stdout] | [INFO] [stdout] 188 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:224:72 [INFO] [stdout] | [INFO] [stdout] 224 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/handle.rs:270:72 [INFO] [stdout] | [INFO] [stdout] 270 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:46:72 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:77:72 [INFO] [stdout] | [INFO] [stdout] 77 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:126:72 [INFO] [stdout] | [INFO] [stdout] 126 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:164:72 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:201:72 [INFO] [stdout] | [INFO] [stdout] 201 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.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/load_order.rs:239:72 [INFO] [stdout] | [INFO] [stdout] 239 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "5d81102073e13bd02ca520677dbe25d44cb47bf487aa8b4f44a60685aff64493", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d81102073e13bd02ca520677dbe25d44cb47bf487aa8b4f44a60685aff64493", kill_on_drop: false }` [INFO] [stdout] 5d81102073e13bd02ca520677dbe25d44cb47bf487aa8b4f44a60685aff64493 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c949faf8415c7f3af9b004b92eef242235f09db74b52b8fd38aa079d62b252c1 [INFO] running `Command { std: "docker" "start" "-a" "c949faf8415c7f3af9b004b92eef242235f09db74b52b8fd38aa079d62b252c1", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handle.rs:44:34 [INFO] [stderr] | [INFO] [stderr] 44 | pub struct GameHandle(RwLock>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handle.rs:47:58 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn read(&self) -> LockResult>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handle.rs:51:60 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn write(&self) -> LockResult>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handle.rs:119:29 [INFO] [stderr] | [INFO] [stderr] 119 | let load_order: Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WritableLoadOrder` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/active_plugins.rs:47:72 [INFO] [stderr] | [INFO] [stderr] 47 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/active_plugins.rs:91:72 [INFO] [stderr] | [INFO] [stderr] 91 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/active_plugins.rs:133:72 [INFO] [stderr] | [INFO] [stderr] 133 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/active_plugins.rs:176:72 [INFO] [stderr] | [INFO] [stderr] 176 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/handle.rs:188:72 [INFO] [stderr] | [INFO] [stderr] 188 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/handle.rs:224:72 [INFO] [stderr] | [INFO] [stderr] 224 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/handle.rs:270:72 [INFO] [stderr] | [INFO] [stderr] 270 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:46:72 [INFO] [stderr] | [INFO] [stderr] 46 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:77:72 [INFO] [stderr] | [INFO] [stderr] 77 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] running 1 test [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:126:72 [INFO] [stderr] | [INFO] [stderr] 126 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:164:72 [INFO] [stderr] | [INFO] [stderr] 164 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:201:72 [INFO] [stderr] | [INFO] [stderr] 201 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/load_order.rs:239:72 [INFO] [stderr] | [INFO] [stderr] 239 | Err(e) => return error(LIBLO_ERROR_POISONED_THREAD_LOCK, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `libloadorder-ffi` (lib test) generated 17 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/loadorder_ffi-a9db3beb490d9522) [INFO] [stdout] test constants::tests::game_constants_should_have_expected_integer_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c949faf8415c7f3af9b004b92eef242235f09db74b52b8fd38aa079d62b252c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c949faf8415c7f3af9b004b92eef242235f09db74b52b8fd38aa079d62b252c1", kill_on_drop: false }` [INFO] [stdout] c949faf8415c7f3af9b004b92eef242235f09db74b52b8fd38aa079d62b252c1