[INFO] crate gdnative-animation 0.6.1 is already in cache
[INFO] checking gdnative-animation-0.6.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate gdnative-animation 0.6.1 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate gdnative-animation 0.6.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d5dbda4805e54fbf1a3fe1a559c691b83ba883b17d7ad629b8a527a1e5df4715
[INFO] running `"docker" "start" "-a" "d5dbda4805e54fbf1a3fe1a559c691b83ba883b17d7ad629b8a527a1e5df4715"`
[INFO] [stderr]    Compiling gdnative-animation v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]  --> src/lib.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]   |                       ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:22159:33
[INFO] [stderr]       |
[INFO] [stderr] 22159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:22785:33
[INFO] [stderr]       |
[INFO] [stderr] 22785 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:23680:33
[INFO] [stderr]       |
[INFO] [stderr] 23680 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:24376:33
[INFO] [stderr]       |
[INFO] [stderr] 24376 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:24587:33
[INFO] [stderr]       |
[INFO] [stderr] 24587 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:25933:33
[INFO] [stderr]       |
[INFO] [stderr] 25933 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26092:33
[INFO] [stderr]       |
[INFO] [stderr] 26092 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26290:33
[INFO] [stderr]       |
[INFO] [stderr] 26290 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26582:33
[INFO] [stderr]       |
[INFO] [stderr] 26582 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26803:33
[INFO] [stderr]       |
[INFO] [stderr] 26803 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26894:33
[INFO] [stderr]       |
[INFO] [stderr] 26894 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:27462:33
[INFO] [stderr]       |
[INFO] [stderr] 27462 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:27912:33
[INFO] [stderr]       |
[INFO] [stderr] 27912 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:28548:33
[INFO] [stderr]       |
[INFO] [stderr] 28548 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29127:33
[INFO] [stderr]       |
[INFO] [stderr] 29127 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29394:33
[INFO] [stderr]       |
[INFO] [stderr] 29394 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29757:33
[INFO] [stderr]       |
[INFO] [stderr] 29757 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29808:33
[INFO] [stderr]       |
[INFO] [stderr] 29808 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29935:33
[INFO] [stderr]       |
[INFO] [stderr] 29935 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30060:33
[INFO] [stderr]       |
[INFO] [stderr] 30060 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30165:33
[INFO] [stderr]       |
[INFO] [stderr] 30165 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30254:33
[INFO] [stderr]       |
[INFO] [stderr] 30254 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30381:33
[INFO] [stderr]       |
[INFO] [stderr] 30381 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30504:33
[INFO] [stderr]       |
[INFO] [stderr] 30504 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30605:33
[INFO] [stderr]       |
[INFO] [stderr] 30605 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30966:33
[INFO] [stderr]       |
[INFO] [stderr] 30966 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:32293:33
[INFO] [stderr]       |
[INFO] [stderr] 32293 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]  --> src/lib.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]   |                       ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:22159:33
[INFO] [stderr]       |
[INFO] [stderr] 22159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:22785:33
[INFO] [stderr]       |
[INFO] [stderr] 22785 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:23680:33
[INFO] [stderr]       |
[INFO] [stderr] 23680 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:24376:33
[INFO] [stderr]       |
[INFO] [stderr] 24376 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:24587:33
[INFO] [stderr]       |
[INFO] [stderr] 24587 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:25933:33
[INFO] [stderr]       |
[INFO] [stderr] 25933 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26092:33
[INFO] [stderr]       |
[INFO] [stderr] 26092 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26290:33
[INFO] [stderr]       |
[INFO] [stderr] 26290 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26582:33
[INFO] [stderr]       |
[INFO] [stderr] 26582 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26803:33
[INFO] [stderr]       |
[INFO] [stderr] 26803 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:26894:33
[INFO] [stderr]       |
[INFO] [stderr] 26894 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:27462:33
[INFO] [stderr]       |
[INFO] [stderr] 27462 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:27912:33
[INFO] [stderr]       |
[INFO] [stderr] 27912 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:28548:33
[INFO] [stderr]       |
[INFO] [stderr] 28548 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29127:33
[INFO] [stderr]       |
[INFO] [stderr] 29127 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29394:33
[INFO] [stderr]       |
[INFO] [stderr] 29394 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29757:33
[INFO] [stderr]       |
[INFO] [stderr] 29757 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29808:33
[INFO] [stderr]       |
[INFO] [stderr] 29808 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:29935:33
[INFO] [stderr]       |
[INFO] [stderr] 29935 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30060:33
[INFO] [stderr]       |
[INFO] [stderr] 30060 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30165:33
[INFO] [stderr]       |
[INFO] [stderr] 30165 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30254:33
[INFO] [stderr]       |
[INFO] [stderr] 30254 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30381:33
[INFO] [stderr]       |
[INFO] [stderr] 30381 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30504:33
[INFO] [stderr]       |
[INFO] [stderr] 30504 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30605:33
[INFO] [stderr]       |
[INFO] [stderr] 30605 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:30966:33
[INFO] [stderr]       |
[INFO] [stderr] 30966 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-animation-c30f9f9c4da29922/out/animation_types.rs:32293:33
[INFO] [stderr]       |
[INFO] [stderr] 32293 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.52s
[INFO] running `"docker" "inspect" "d5dbda4805e54fbf1a3fe1a559c691b83ba883b17d7ad629b8a527a1e5df4715"`
[INFO] running `"docker" "rm" "-f" "d5dbda4805e54fbf1a3fe1a559c691b83ba883b17d7ad629b8a527a1e5df4715"`
[INFO] [stdout] d5dbda4805e54fbf1a3fe1a559c691b83ba883b17d7ad629b8a527a1e5df4715
