[INFO] crate gdnative-animation 0.6.1 is already in cache [INFO] testing gdnative-animation-0.6.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate gdnative-animation 0.6.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate gdnative-animation 0.6.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d3f43756c32de0969c0df02297fc487b33b488fe405d4c32abff44e0951e828f [INFO] running `"docker" "start" "-a" "d3f43756c32de0969c0df02297fc487b33b488fe405d4c32abff44e0951e828f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling gdnative_bindings_generator v0.3.0 [INFO] [stderr] Compiling cexpr v0.3.6 [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] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling 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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `"docker" "inspect" "d3f43756c32de0969c0df02297fc487b33b488fe405d4c32abff44e0951e828f"` [INFO] running `"docker" "rm" "-f" "d3f43756c32de0969c0df02297fc487b33b488fe405d4c32abff44e0951e828f"` [INFO] [stdout] d3f43756c32de0969c0df02297fc487b33b488fe405d4c32abff44e0951e828f [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a5a2960f48717b9d9a6259eb1c431ca9b577310335c9ebe91a7f79e51499d8ad [INFO] running `"docker" "start" "-a" "a5a2960f48717b9d9a6259eb1c431ca9b577310335c9ebe91a7f79e51499d8ad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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: 28 warnings emitted [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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.92s [INFO] running `"docker" "inspect" "a5a2960f48717b9d9a6259eb1c431ca9b577310335c9ebe91a7f79e51499d8ad"` [INFO] running `"docker" "rm" "-f" "a5a2960f48717b9d9a6259eb1c431ca9b577310335c9ebe91a7f79e51499d8ad"` [INFO] [stdout] a5a2960f48717b9d9a6259eb1c431ca9b577310335c9ebe91a7f79e51499d8ad [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b7307dd14ecc0c63397b9b13080983bbb04ab6516095d7a51b678508ebc7b04 [INFO] running `"docker" "start" "-a" "7b7307dd14ecc0c63397b9b13080983bbb04ab6516095d7a51b678508ebc7b04"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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: 28 warnings emitted [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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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-3d9390baf3aa1027/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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gdnative_animation-8a458582ef794fd8 [INFO] [stderr] Doc-tests gdnative-animation [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7b7307dd14ecc0c63397b9b13080983bbb04ab6516095d7a51b678508ebc7b04"` [INFO] running `"docker" "rm" "-f" "7b7307dd14ecc0c63397b9b13080983bbb04ab6516095d7a51b678508ebc7b04"` [INFO] [stdout] 7b7307dd14ecc0c63397b9b13080983bbb04ab6516095d7a51b678508ebc7b04