[INFO] crate gdnative-animation 0.6.1 is already in cache
[INFO] checking gdnative-animation-0.6.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate gdnative-animation 0.6.1 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate gdnative-animation 0.6.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 9978727bf621802365ec7d886ec8bc4b250d48b6a15554bc95a79b98ed569d92
[INFO] running `"docker" "start" "-a" "9978727bf621802365ec7d886ec8bc4b250d48b6a15554bc95a79b98ed569d92"`
[INFO] [stderr]    Compiling bindgen v0.46.0
[INFO] [stderr]    Compiling euclid_macros v0.1.0
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.3.0
[INFO] [stderr]    Compiling gdnative-core v0.6.0
[INFO] [stderr]    Compiling gdnative-common v0.6.1
[INFO] [stderr]    Compiling gdnative-animation v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking euclid v0.19.9
[INFO] [stderr]     Checking gdnative_geom v0.6.1
[INFO] [stderr]    Compiling gdnative-sys v0.6.0
[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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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-59dfdc591be21ae2/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 53.71s
[INFO] running `"docker" "inspect" "9978727bf621802365ec7d886ec8bc4b250d48b6a15554bc95a79b98ed569d92"`
[INFO] running `"docker" "rm" "-f" "9978727bf621802365ec7d886ec8bc4b250d48b6a15554bc95a79b98ed569d92"`
[INFO] [stdout] 9978727bf621802365ec7d886ec8bc4b250d48b6a15554bc95a79b98ed569d92
