[INFO] fetching crate gdnative-animation 0.6.1... [INFO] checking gdnative-animation-0.6.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate gdnative-animation 0.6.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate gdnative-animation 0.6.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gdnative-animation 0.6.1 [INFO] finished tweaking crates.io crate gdnative-animation 0.6.1 [INFO] tweaked toml for crates.io crate gdnative-animation 0.6.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2cda7d21a1f49a9576047194a6f4e6cef74e4ad7c92af05b8a6302c36f14d5e2 [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" "2cda7d21a1f49a9576047194a6f4e6cef74e4ad7c92af05b8a6302c36f14d5e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2cda7d21a1f49a9576047194a6f4e6cef74e4ad7c92af05b8a6302c36f14d5e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cda7d21a1f49a9576047194a6f4e6cef74e4ad7c92af05b8a6302c36f14d5e2", kill_on_drop: false }` [INFO] [stdout] 2cda7d21a1f49a9576047194a6f4e6cef74e4ad7c92af05b8a6302c36f14d5e2 [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc3875ea4bb12bd4fd5d3a7a65f4041ffde63186450f2c37edef38f97a96f72a [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" "cc3875ea4bb12bd4fd5d3a7a65f4041ffde63186450f2c37edef38f97a96f72a", kill_on_drop: false }` [INFO] [stderr] Compiling gdnative-animation v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:22159:33 [INFO] [stdout] | [INFO] [stdout] 22159 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:22785:33 [INFO] [stdout] | [INFO] [stdout] 22785 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:23680:33 [INFO] [stdout] | [INFO] [stdout] 23680 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:24376:33 [INFO] [stdout] | [INFO] [stdout] 24376 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:24587:33 [INFO] [stdout] | [INFO] [stdout] 24587 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:25933:33 [INFO] [stdout] | [INFO] [stdout] 25933 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26092:33 [INFO] [stdout] | [INFO] [stdout] 26092 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26290:33 [INFO] [stdout] | [INFO] [stdout] 26290 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26582:33 [INFO] [stdout] | [INFO] [stdout] 26582 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26803:33 [INFO] [stdout] | [INFO] [stdout] 26803 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26894:33 [INFO] [stdout] | [INFO] [stdout] 26894 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:27462:33 [INFO] [stdout] | [INFO] [stdout] 27462 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:27912:33 [INFO] [stdout] | [INFO] [stdout] 27912 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:28548:33 [INFO] [stdout] | [INFO] [stdout] 28548 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29127:33 [INFO] [stdout] | [INFO] [stdout] 29127 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29394:33 [INFO] [stdout] | [INFO] [stdout] 29394 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29757:33 [INFO] [stdout] | [INFO] [stdout] 29757 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29808:33 [INFO] [stdout] | [INFO] [stdout] 29808 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29935:33 [INFO] [stdout] | [INFO] [stdout] 29935 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30060:33 [INFO] [stdout] | [INFO] [stdout] 30060 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30165:33 [INFO] [stdout] | [INFO] [stdout] 30165 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30254:33 [INFO] [stdout] | [INFO] [stdout] 30254 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30381:33 [INFO] [stdout] | [INFO] [stdout] 30381 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30504:33 [INFO] [stdout] | [INFO] [stdout] 30504 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30605:33 [INFO] [stdout] | [INFO] [stdout] 30605 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30966:33 [INFO] [stdout] | [INFO] [stdout] 30966 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:32293:33 [INFO] [stdout] | [INFO] [stdout] 32293 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:22159:33 [INFO] [stdout] | [INFO] [stdout] 22159 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:22785:33 [INFO] [stdout] | [INFO] [stdout] 22785 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:23680:33 [INFO] [stdout] | [INFO] [stdout] 23680 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:24376:33 [INFO] [stdout] | [INFO] [stdout] 24376 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:24587:33 [INFO] [stdout] | [INFO] [stdout] 24587 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:25933:33 [INFO] [stdout] | [INFO] [stdout] 25933 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26092:33 [INFO] [stdout] | [INFO] [stdout] 26092 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26290:33 [INFO] [stdout] | [INFO] [stdout] 26290 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26582:33 [INFO] [stdout] | [INFO] [stdout] 26582 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26803:33 [INFO] [stdout] | [INFO] [stdout] 26803 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:26894:33 [INFO] [stdout] | [INFO] [stdout] 26894 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:27462:33 [INFO] [stdout] | [INFO] [stdout] 27462 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:27912:33 [INFO] [stdout] | [INFO] [stdout] 27912 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:28548:33 [INFO] [stdout] | [INFO] [stdout] 28548 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29127:33 [INFO] [stdout] | [INFO] [stdout] 29127 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29394:33 [INFO] [stdout] | [INFO] [stdout] 29394 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29757:33 [INFO] [stdout] | [INFO] [stdout] 29757 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29808:33 [INFO] [stdout] | [INFO] [stdout] 29808 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:29935:33 [INFO] [stdout] | [INFO] [stdout] 29935 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30060:33 [INFO] [stdout] | [INFO] [stdout] 30060 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30165:33 [INFO] [stdout] | [INFO] [stdout] 30165 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30254:33 [INFO] [stdout] | [INFO] [stdout] 30254 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30381:33 [INFO] [stdout] | [INFO] [stdout] 30381 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30504:33 [INFO] [stdout] | [INFO] [stdout] 30504 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30605:33 [INFO] [stdout] | [INFO] [stdout] 30605 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:30966:33 [INFO] [stdout] | [INFO] [stdout] 30966 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-animation-5b7f7ec30a6ccada/out/animation_types.rs:32293:33 [INFO] [stdout] | [INFO] [stdout] 32293 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.00s [INFO] running `Command { std: "docker" "inspect" "cc3875ea4bb12bd4fd5d3a7a65f4041ffde63186450f2c37edef38f97a96f72a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3875ea4bb12bd4fd5d3a7a65f4041ffde63186450f2c37edef38f97a96f72a", kill_on_drop: false }` [INFO] [stdout] cc3875ea4bb12bd4fd5d3a7a65f4041ffde63186450f2c37edef38f97a96f72a