[INFO] crate gdnative-ui 0.6.1 is already in cache [INFO] testing gdnative-ui-0.6.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate gdnative-ui 0.6.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate gdnative-ui 0.6.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gdnative-ui 0.6.1 [INFO] finished tweaking crates.io crate gdnative-ui 0.6.1 [INFO] tweaked toml for crates.io crate gdnative-ui 0.6.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6bf17c4cb472c143deb6c76af157c8228fa70a969791d0d5ad3e48957063cf4e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6bf17c4cb472c143deb6c76af157c8228fa70a969791d0d5ad3e48957063cf4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6bf17c4cb472c143deb6c76af157c8228fa70a969791d0d5ad3e48957063cf4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bf17c4cb472c143deb6c76af157c8228fa70a969791d0d5ad3e48957063cf4e", kill_on_drop: false }` [INFO] [stdout] 6bf17c4cb472c143deb6c76af157c8228fa70a969791d0d5ad3e48957063cf4e [INFO] running `Command { std: "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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a4103fecd66a1b113870cad28eccadcbacc6965604388f5c2a1d6178c2b0e5d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5a4103fecd66a1b113870cad28eccadcbacc6965604388f5c2a1d6178c2b0e5d", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling hashbrown v0.1.8 [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-video v0.6.1 [INFO] [stderr] Compiling gdnative-ui 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] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:138992:33 [INFO] [stdout] | [INFO] [stdout] 138992 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141197:33 [INFO] [stdout] | [INFO] [stdout] 141197 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141274:33 [INFO] [stdout] | [INFO] [stdout] 141274 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141412:33 [INFO] [stdout] | [INFO] [stdout] 141412 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141493:33 [INFO] [stdout] | [INFO] [stdout] 141493 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141536:33 [INFO] [stdout] | [INFO] [stdout] 141536 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141597:33 [INFO] [stdout] | [INFO] [stdout] 141597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141858:33 [INFO] [stdout] | [INFO] [stdout] 141858 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142405:33 [INFO] [stdout] | [INFO] [stdout] 142405 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142883:33 [INFO] [stdout] | [INFO] [stdout] 142883 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143182:33 [INFO] [stdout] | [INFO] [stdout] 143182 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143917:33 [INFO] [stdout] | [INFO] [stdout] 143917 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144393:33 [INFO] [stdout] | [INFO] [stdout] 144393 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144539:33 [INFO] [stdout] | [INFO] [stdout] 144539 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144594:33 [INFO] [stdout] | [INFO] [stdout] 144594 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144747:33 [INFO] [stdout] | [INFO] [stdout] 144747 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144798:33 [INFO] [stdout] | [INFO] [stdout] 144798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144929:33 [INFO] [stdout] | [INFO] [stdout] 144929 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145090:33 [INFO] [stdout] | [INFO] [stdout] 145090 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145133:33 [INFO] [stdout] | [INFO] [stdout] 145133 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145176:33 [INFO] [stdout] | [INFO] [stdout] 145176 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145229:33 [INFO] [stdout] | [INFO] [stdout] 145229 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145370:33 [INFO] [stdout] | [INFO] [stdout] 145370 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145413:33 [INFO] [stdout] | [INFO] [stdout] 145413 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145480:33 [INFO] [stdout] | [INFO] [stdout] 145480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145764:33 [INFO] [stdout] | [INFO] [stdout] 145764 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145881:33 [INFO] [stdout] | [INFO] [stdout] 145881 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146001:33 [INFO] [stdout] | [INFO] [stdout] 146001 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146494:33 [INFO] [stdout] | [INFO] [stdout] 146494 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147113:33 [INFO] [stdout] | [INFO] [stdout] 147113 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147670:33 [INFO] [stdout] | [INFO] [stdout] 147670 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147745:33 [INFO] [stdout] | [INFO] [stdout] 147745 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148116:33 [INFO] [stdout] | [INFO] [stdout] 148116 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148159:33 [INFO] [stdout] | [INFO] [stdout] 148159 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148202:33 [INFO] [stdout] | [INFO] [stdout] 148202 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148245:33 [INFO] [stdout] | [INFO] [stdout] 148245 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148294:33 [INFO] [stdout] | [INFO] [stdout] 148294 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148407:33 [INFO] [stdout] | [INFO] [stdout] 148407 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148506:33 [INFO] [stdout] | [INFO] [stdout] 148506 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148597:33 [INFO] [stdout] | [INFO] [stdout] 148597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149110:33 [INFO] [stdout] | [INFO] [stdout] 149110 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149221:33 [INFO] [stdout] | [INFO] [stdout] 149221 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149679:33 [INFO] [stdout] | [INFO] [stdout] 149679 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:150996:33 [INFO] [stdout] | [INFO] [stdout] 150996 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151734:33 [INFO] [stdout] | [INFO] [stdout] 151734 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151815:33 [INFO] [stdout] | [INFO] [stdout] 151815 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152017:33 [INFO] [stdout] | [INFO] [stdout] 152017 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152381:33 [INFO] [stdout] | [INFO] [stdout] 152381 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153155:33 [INFO] [stdout] | [INFO] [stdout] 153155 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153798:33 [INFO] [stdout] | [INFO] [stdout] 153798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:155096:33 [INFO] [stdout] | [INFO] [stdout] 155096 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:156177:33 [INFO] [stdout] | [INFO] [stdout] 156177 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:157863:33 [INFO] [stdout] | [INFO] [stdout] 157863 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158415:33 [INFO] [stdout] | [INFO] [stdout] 158415 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158458:33 [INFO] [stdout] | [INFO] [stdout] 158458 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158501:33 [INFO] [stdout] | [INFO] [stdout] 158501 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158558:33 [INFO] [stdout] | [INFO] [stdout] 158558 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158733:33 [INFO] [stdout] | [INFO] [stdout] 158733 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158840:33 [INFO] [stdout] | [INFO] [stdout] 158840 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159523:33 [INFO] [stdout] | [INFO] [stdout] 159523 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159684:33 [INFO] [stdout] | [INFO] [stdout] 159684 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159953:33 [INFO] [stdout] | [INFO] [stdout] 159953 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160044:33 [INFO] [stdout] | [INFO] [stdout] 160044 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160535:33 [INFO] [stdout] | [INFO] [stdout] 160535 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160832:33 [INFO] [stdout] | [INFO] [stdout] 160832 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:161857:33 [INFO] [stdout] | [INFO] [stdout] 161857 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 67 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `Command { std: "docker" "inspect" "5a4103fecd66a1b113870cad28eccadcbacc6965604388f5c2a1d6178c2b0e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a4103fecd66a1b113870cad28eccadcbacc6965604388f5c2a1d6178c2b0e5d", kill_on_drop: false }` [INFO] [stdout] 5a4103fecd66a1b113870cad28eccadcbacc6965604388f5c2a1d6178c2b0e5d [INFO] running `Command { std: "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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eadd07cfe17398d6bd487c7b742abbc5aca0098b5951c78c3322aeca2f5d4822 [INFO] running `Command { std: "docker" "start" "-a" "eadd07cfe17398d6bd487c7b742abbc5aca0098b5951c78c3322aeca2f5d4822", kill_on_drop: false }` [INFO] [stderr] Compiling gdnative-ui v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:138992:33 [INFO] [stdout] | [INFO] [stdout] 138992 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141197:33 [INFO] [stdout] | [INFO] [stdout] 141197 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141274:33 [INFO] [stdout] | [INFO] [stdout] 141274 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141412:33 [INFO] [stdout] | [INFO] [stdout] 141412 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141493:33 [INFO] [stdout] | [INFO] [stdout] 141493 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141536:33 [INFO] [stdout] | [INFO] [stdout] 141536 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141597:33 [INFO] [stdout] | [INFO] [stdout] 141597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141858:33 [INFO] [stdout] | [INFO] [stdout] 141858 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142405:33 [INFO] [stdout] | [INFO] [stdout] 142405 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142883:33 [INFO] [stdout] | [INFO] [stdout] 142883 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143182:33 [INFO] [stdout] | [INFO] [stdout] 143182 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143917:33 [INFO] [stdout] | [INFO] [stdout] 143917 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144393:33 [INFO] [stdout] | [INFO] [stdout] 144393 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144539:33 [INFO] [stdout] | [INFO] [stdout] 144539 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144594:33 [INFO] [stdout] | [INFO] [stdout] 144594 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144747:33 [INFO] [stdout] | [INFO] [stdout] 144747 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144798:33 [INFO] [stdout] | [INFO] [stdout] 144798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144929:33 [INFO] [stdout] | [INFO] [stdout] 144929 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145090:33 [INFO] [stdout] | [INFO] [stdout] 145090 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145133:33 [INFO] [stdout] | [INFO] [stdout] 145133 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145176:33 [INFO] [stdout] | [INFO] [stdout] 145176 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145229:33 [INFO] [stdout] | [INFO] [stdout] 145229 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145370:33 [INFO] [stdout] | [INFO] [stdout] 145370 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145413:33 [INFO] [stdout] | [INFO] [stdout] 145413 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145480:33 [INFO] [stdout] | [INFO] [stdout] 145480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145764:33 [INFO] [stdout] | [INFO] [stdout] 145764 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145881:33 [INFO] [stdout] | [INFO] [stdout] 145881 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146001:33 [INFO] [stdout] | [INFO] [stdout] 146001 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146494:33 [INFO] [stdout] | [INFO] [stdout] 146494 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147113:33 [INFO] [stdout] | [INFO] [stdout] 147113 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147670:33 [INFO] [stdout] | [INFO] [stdout] 147670 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147745:33 [INFO] [stdout] | [INFO] [stdout] 147745 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148116:33 [INFO] [stdout] | [INFO] [stdout] 148116 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148159:33 [INFO] [stdout] | [INFO] [stdout] 148159 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148202:33 [INFO] [stdout] | [INFO] [stdout] 148202 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148245:33 [INFO] [stdout] | [INFO] [stdout] 148245 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148294:33 [INFO] [stdout] | [INFO] [stdout] 148294 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148407:33 [INFO] [stdout] | [INFO] [stdout] 148407 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148506:33 [INFO] [stdout] | [INFO] [stdout] 148506 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148597:33 [INFO] [stdout] | [INFO] [stdout] 148597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149110:33 [INFO] [stdout] | [INFO] [stdout] 149110 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149221:33 [INFO] [stdout] | [INFO] [stdout] 149221 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149679:33 [INFO] [stdout] | [INFO] [stdout] 149679 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:150996:33 [INFO] [stdout] | [INFO] [stdout] 150996 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151734:33 [INFO] [stdout] | [INFO] [stdout] 151734 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151815:33 [INFO] [stdout] | [INFO] [stdout] 151815 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152017:33 [INFO] [stdout] | [INFO] [stdout] 152017 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152381:33 [INFO] [stdout] | [INFO] [stdout] 152381 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153155:33 [INFO] [stdout] | [INFO] [stdout] 153155 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153798:33 [INFO] [stdout] | [INFO] [stdout] 153798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:155096:33 [INFO] [stdout] | [INFO] [stdout] 155096 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:156177:33 [INFO] [stdout] | [INFO] [stdout] 156177 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:157863:33 [INFO] [stdout] | [INFO] [stdout] 157863 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158415:33 [INFO] [stdout] | [INFO] [stdout] 158415 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158458:33 [INFO] [stdout] | [INFO] [stdout] 158458 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158501:33 [INFO] [stdout] | [INFO] [stdout] 158501 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158558:33 [INFO] [stdout] | [INFO] [stdout] 158558 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158733:33 [INFO] [stdout] | [INFO] [stdout] 158733 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158840:33 [INFO] [stdout] | [INFO] [stdout] 158840 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159523:33 [INFO] [stdout] | [INFO] [stdout] 159523 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159684:33 [INFO] [stdout] | [INFO] [stdout] 159684 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159953:33 [INFO] [stdout] | [INFO] [stdout] 159953 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160044:33 [INFO] [stdout] | [INFO] [stdout] 160044 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160535:33 [INFO] [stdout] | [INFO] [stdout] 160535 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160832:33 [INFO] [stdout] | [INFO] [stdout] 160832 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:161857:33 [INFO] [stdout] | [INFO] [stdout] 161857 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 67 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:138992:33 [INFO] [stdout] | [INFO] [stdout] 138992 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141197:33 [INFO] [stdout] | [INFO] [stdout] 141197 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141274:33 [INFO] [stdout] | [INFO] [stdout] 141274 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141412:33 [INFO] [stdout] | [INFO] [stdout] 141412 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141493:33 [INFO] [stdout] | [INFO] [stdout] 141493 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141536:33 [INFO] [stdout] | [INFO] [stdout] 141536 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141597:33 [INFO] [stdout] | [INFO] [stdout] 141597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:141858:33 [INFO] [stdout] | [INFO] [stdout] 141858 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142405:33 [INFO] [stdout] | [INFO] [stdout] 142405 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:142883:33 [INFO] [stdout] | [INFO] [stdout] 142883 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143182:33 [INFO] [stdout] | [INFO] [stdout] 143182 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:143917:33 [INFO] [stdout] | [INFO] [stdout] 143917 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144393:33 [INFO] [stdout] | [INFO] [stdout] 144393 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144539:33 [INFO] [stdout] | [INFO] [stdout] 144539 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144594:33 [INFO] [stdout] | [INFO] [stdout] 144594 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144747:33 [INFO] [stdout] | [INFO] [stdout] 144747 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144798:33 [INFO] [stdout] | [INFO] [stdout] 144798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:144929:33 [INFO] [stdout] | [INFO] [stdout] 144929 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145090:33 [INFO] [stdout] | [INFO] [stdout] 145090 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145133:33 [INFO] [stdout] | [INFO] [stdout] 145133 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145176:33 [INFO] [stdout] | [INFO] [stdout] 145176 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145229:33 [INFO] [stdout] | [INFO] [stdout] 145229 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145370:33 [INFO] [stdout] | [INFO] [stdout] 145370 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145413:33 [INFO] [stdout] | [INFO] [stdout] 145413 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145480:33 [INFO] [stdout] | [INFO] [stdout] 145480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145764:33 [INFO] [stdout] | [INFO] [stdout] 145764 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:145881:33 [INFO] [stdout] | [INFO] [stdout] 145881 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146001:33 [INFO] [stdout] | [INFO] [stdout] 146001 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:146494:33 [INFO] [stdout] | [INFO] [stdout] 146494 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147113:33 [INFO] [stdout] | [INFO] [stdout] 147113 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147670:33 [INFO] [stdout] | [INFO] [stdout] 147670 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:147745:33 [INFO] [stdout] | [INFO] [stdout] 147745 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148116:33 [INFO] [stdout] | [INFO] [stdout] 148116 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148159:33 [INFO] [stdout] | [INFO] [stdout] 148159 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148202:33 [INFO] [stdout] | [INFO] [stdout] 148202 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148245:33 [INFO] [stdout] | [INFO] [stdout] 148245 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148294:33 [INFO] [stdout] | [INFO] [stdout] 148294 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148407:33 [INFO] [stdout] | [INFO] [stdout] 148407 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148506:33 [INFO] [stdout] | [INFO] [stdout] 148506 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:148597:33 [INFO] [stdout] | [INFO] [stdout] 148597 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149110:33 [INFO] [stdout] | [INFO] [stdout] 149110 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149221:33 [INFO] [stdout] | [INFO] [stdout] 149221 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:149679:33 [INFO] [stdout] | [INFO] [stdout] 149679 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:150996:33 [INFO] [stdout] | [INFO] [stdout] 150996 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151734:33 [INFO] [stdout] | [INFO] [stdout] 151734 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:151815:33 [INFO] [stdout] | [INFO] [stdout] 151815 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152017:33 [INFO] [stdout] | [INFO] [stdout] 152017 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:152381:33 [INFO] [stdout] | [INFO] [stdout] 152381 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153155:33 [INFO] [stdout] | [INFO] [stdout] 153155 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:153798:33 [INFO] [stdout] | [INFO] [stdout] 153798 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:155096:33 [INFO] [stdout] | [INFO] [stdout] 155096 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:156177:33 [INFO] [stdout] | [INFO] [stdout] 156177 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:157863:33 [INFO] [stdout] | [INFO] [stdout] 157863 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158415:33 [INFO] [stdout] | [INFO] [stdout] 158415 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158458:33 [INFO] [stdout] | [INFO] [stdout] 158458 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158501:33 [INFO] [stdout] | [INFO] [stdout] 158501 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158558:33 [INFO] [stdout] | [INFO] [stdout] 158558 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158733:33 [INFO] [stdout] | [INFO] [stdout] 158733 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:158840:33 [INFO] [stdout] | [INFO] [stdout] 158840 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159523:33 [INFO] [stdout] | [INFO] [stdout] 159523 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159684:33 [INFO] [stdout] | [INFO] [stdout] 159684 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:159953:33 [INFO] [stdout] | [INFO] [stdout] 159953 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160044:33 [INFO] [stdout] | [INFO] [stdout] 160044 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160535:33 [INFO] [stdout] | [INFO] [stdout] 160535 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:160832:33 [INFO] [stdout] | [INFO] [stdout] 160832 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-ui-82720013ac545219/out/ui_types.rs:161857:33 [INFO] [stdout] | [INFO] [stdout] 161857 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 67 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.23s [INFO] running `Command { std: "docker" "inspect" "eadd07cfe17398d6bd487c7b742abbc5aca0098b5951c78c3322aeca2f5d4822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eadd07cfe17398d6bd487c7b742abbc5aca0098b5951c78c3322aeca2f5d4822", kill_on_drop: false }` [INFO] [stdout] eadd07cfe17398d6bd487c7b742abbc5aca0098b5951c78c3322aeca2f5d4822 [INFO] running `Command { std: "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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bef317775ce1726f51b5c633e91a1c6100d09c70742003f227e6bcb5aedf8445 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bef317775ce1726f51b5c633e91a1c6100d09c70742003f227e6bcb5aedf8445", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | 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-ui-82720013ac545219/out/ui_types.rs:138992:33 [INFO] [stderr] | [INFO] [stderr] 138992 | 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-ui-82720013ac545219/out/ui_types.rs:141197:33 [INFO] [stderr] | [INFO] [stderr] 141197 | 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-ui-82720013ac545219/out/ui_types.rs:141274:33 [INFO] [stderr] | [INFO] [stderr] 141274 | 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-ui-82720013ac545219/out/ui_types.rs:141412:33 [INFO] [stderr] | [INFO] [stderr] 141412 | 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-ui-82720013ac545219/out/ui_types.rs:141493:33 [INFO] [stderr] | [INFO] [stderr] 141493 | 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-ui-82720013ac545219/out/ui_types.rs:141536:33 [INFO] [stderr] | [INFO] [stderr] 141536 | 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-ui-82720013ac545219/out/ui_types.rs:141597:33 [INFO] [stderr] | [INFO] [stderr] 141597 | 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-ui-82720013ac545219/out/ui_types.rs:141858:33 [INFO] [stderr] | [INFO] [stderr] 141858 | 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-ui-82720013ac545219/out/ui_types.rs:142405:33 [INFO] [stderr] | [INFO] [stderr] 142405 | 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-ui-82720013ac545219/out/ui_types.rs:142883:33 [INFO] [stderr] | [INFO] [stderr] 142883 | 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-ui-82720013ac545219/out/ui_types.rs:143182:33 [INFO] [stderr] | [INFO] [stderr] 143182 | 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-ui-82720013ac545219/out/ui_types.rs:143917:33 [INFO] [stderr] | [INFO] [stderr] 143917 | 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-ui-82720013ac545219/out/ui_types.rs:144393:33 [INFO] [stderr] | [INFO] [stderr] 144393 | 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-ui-82720013ac545219/out/ui_types.rs:144539:33 [INFO] [stderr] | [INFO] [stderr] 144539 | 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-ui-82720013ac545219/out/ui_types.rs:144594:33 [INFO] [stderr] | [INFO] [stderr] 144594 | 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-ui-82720013ac545219/out/ui_types.rs:144747:33 [INFO] [stderr] | [INFO] [stderr] 144747 | 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-ui-82720013ac545219/out/ui_types.rs:144798:33 [INFO] [stderr] | [INFO] [stderr] 144798 | 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-ui-82720013ac545219/out/ui_types.rs:144929:33 [INFO] [stderr] | [INFO] [stderr] 144929 | 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-ui-82720013ac545219/out/ui_types.rs:145090:33 [INFO] [stderr] | [INFO] [stderr] 145090 | 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-ui-82720013ac545219/out/ui_types.rs:145133:33 [INFO] [stderr] | [INFO] [stderr] 145133 | 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-ui-82720013ac545219/out/ui_types.rs:145176:33 [INFO] [stderr] | [INFO] [stderr] 145176 | 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-ui-82720013ac545219/out/ui_types.rs:145229:33 [INFO] [stderr] | [INFO] [stderr] 145229 | 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-ui-82720013ac545219/out/ui_types.rs:145370:33 [INFO] [stderr] | [INFO] [stderr] 145370 | 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-ui-82720013ac545219/out/ui_types.rs:145413:33 [INFO] [stderr] | [INFO] [stderr] 145413 | 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-ui-82720013ac545219/out/ui_types.rs:145480:33 [INFO] [stderr] | [INFO] [stderr] 145480 | 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-ui-82720013ac545219/out/ui_types.rs:145764:33 [INFO] [stderr] | [INFO] [stderr] 145764 | 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-ui-82720013ac545219/out/ui_types.rs:145881:33 [INFO] [stderr] | [INFO] [stderr] 145881 | 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-ui-82720013ac545219/out/ui_types.rs:146001:33 [INFO] [stderr] | [INFO] [stderr] 146001 | 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-ui-82720013ac545219/out/ui_types.rs:146494:33 [INFO] [stderr] | [INFO] [stderr] 146494 | 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-ui-82720013ac545219/out/ui_types.rs:147113:33 [INFO] [stderr] | [INFO] [stderr] 147113 | 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-ui-82720013ac545219/out/ui_types.rs:147670:33 [INFO] [stderr] | [INFO] [stderr] 147670 | 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-ui-82720013ac545219/out/ui_types.rs:147745:33 [INFO] [stderr] | [INFO] [stderr] 147745 | 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-ui-82720013ac545219/out/ui_types.rs:148116:33 [INFO] [stderr] | [INFO] [stderr] 148116 | 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-ui-82720013ac545219/out/ui_types.rs:148159:33 [INFO] [stderr] | [INFO] [stderr] 148159 | 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-ui-82720013ac545219/out/ui_types.rs:148202:33 [INFO] [stderr] | [INFO] [stderr] 148202 | 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-ui-82720013ac545219/out/ui_types.rs:148245:33 [INFO] [stderr] | [INFO] [stderr] 148245 | 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-ui-82720013ac545219/out/ui_types.rs:148294:33 [INFO] [stderr] | [INFO] [stderr] 148294 | 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-ui-82720013ac545219/out/ui_types.rs:148407:33 [INFO] [stderr] | [INFO] [stderr] 148407 | 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:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | 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-ui-82720013ac545219/out/ui_types.rs:138992:33 [INFO] [stderr] | [INFO] [stderr] 138992 | 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-ui-82720013ac545219/out/ui_types.rs:148506:33 [INFO] [stderr] | [INFO] [stderr] 148506 | 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-ui-82720013ac545219/out/ui_types.rs:148597:33 [INFO] [stderr] | [INFO] [stderr] 148597 | 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-ui-82720013ac545219/out/ui_types.rs:149110:33 [INFO] [stderr] | [INFO] [stderr] 149110 | 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-ui-82720013ac545219/out/ui_types.rs:149221:33 [INFO] [stderr] | [INFO] [stderr] 149221 | 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-ui-82720013ac545219/out/ui_types.rs:149679:33 [INFO] [stderr] | [INFO] [stderr] 149679 | 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-ui-82720013ac545219/out/ui_types.rs:150996:33 [INFO] [stderr] | [INFO] [stderr] 150996 | 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-ui-82720013ac545219/out/ui_types.rs:151734:33 [INFO] [stderr] | [INFO] [stderr] 151734 | 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-ui-82720013ac545219/out/ui_types.rs:151815:33 [INFO] [stderr] | [INFO] [stderr] 151815 | 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-ui-82720013ac545219/out/ui_types.rs:152017:33 [INFO] [stderr] | [INFO] [stderr] 152017 | 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-ui-82720013ac545219/out/ui_types.rs:152381:33 [INFO] [stderr] | [INFO] [stderr] 152381 | 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-ui-82720013ac545219/out/ui_types.rs:153155:33 [INFO] [stderr] | [INFO] [stderr] 153155 | 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-ui-82720013ac545219/out/ui_types.rs:153798:33 [INFO] [stderr] | [INFO] [stderr] 153798 | 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-ui-82720013ac545219/out/ui_types.rs:155096:33 [INFO] [stderr] | [INFO] [stderr] 155096 | 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-ui-82720013ac545219/out/ui_types.rs:156177:33 [INFO] [stderr] | [INFO] [stderr] 156177 | 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-ui-82720013ac545219/out/ui_types.rs:157863:33 [INFO] [stderr] | [INFO] [stderr] 157863 | 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-ui-82720013ac545219/out/ui_types.rs:158415:33 [INFO] [stderr] | [INFO] [stderr] 158415 | 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-ui-82720013ac545219/out/ui_types.rs:158458:33 [INFO] [stderr] | [INFO] [stderr] 158458 | 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-ui-82720013ac545219/out/ui_types.rs:158501:33 [INFO] [stderr] | [INFO] [stderr] 158501 | 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-ui-82720013ac545219/out/ui_types.rs:158558:33 [INFO] [stderr] | [INFO] [stderr] 158558 | 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-ui-82720013ac545219/out/ui_types.rs:158733:33 [INFO] [stderr] | [INFO] [stderr] 158733 | 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-ui-82720013ac545219/out/ui_types.rs:158840:33 [INFO] [stderr] | [INFO] [stderr] 158840 | 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-ui-82720013ac545219/out/ui_types.rs:159523:33 [INFO] [stderr] | [INFO] [stderr] 159523 | 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-ui-82720013ac545219/out/ui_types.rs:159684:33 [INFO] [stderr] | [INFO] [stderr] 159684 | 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-ui-82720013ac545219/out/ui_types.rs:159953:33 [INFO] [stderr] | [INFO] [stderr] 159953 | 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-ui-82720013ac545219/out/ui_types.rs:160044:33 [INFO] [stderr] | [INFO] [stderr] 160044 | 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-ui-82720013ac545219/out/ui_types.rs:160535:33 [INFO] [stderr] | [INFO] [stderr] 160535 | 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-ui-82720013ac545219/out/ui_types.rs:160832:33 [INFO] [stderr] | [INFO] [stderr] 160832 | 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-ui-82720013ac545219/out/ui_types.rs:161857:33 [INFO] [stderr] | [INFO] [stderr] 161857 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 67 warnings emitted [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-ui-82720013ac545219/out/ui_types.rs:141197:33 [INFO] [stderr] | [INFO] [stderr] 141197 | 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-ui-82720013ac545219/out/ui_types.rs:141274:33 [INFO] [stderr] | [INFO] [stderr] 141274 | 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-ui-82720013ac545219/out/ui_types.rs:141412:33 [INFO] [stderr] | [INFO] [stderr] 141412 | 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-ui-82720013ac545219/out/ui_types.rs:141493:33 [INFO] [stderr] | [INFO] [stderr] 141493 | 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-ui-82720013ac545219/out/ui_types.rs:141536:33 [INFO] [stderr] | [INFO] [stderr] 141536 | 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-ui-82720013ac545219/out/ui_types.rs:141597:33 [INFO] [stderr] | [INFO] [stderr] 141597 | 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-ui-82720013ac545219/out/ui_types.rs:141858:33 [INFO] [stderr] | [INFO] [stderr] 141858 | 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-ui-82720013ac545219/out/ui_types.rs:142405:33 [INFO] [stderr] | [INFO] [stderr] 142405 | 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-ui-82720013ac545219/out/ui_types.rs:142883:33 [INFO] [stderr] | [INFO] [stderr] 142883 | 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-ui-82720013ac545219/out/ui_types.rs:143182:33 [INFO] [stderr] | [INFO] [stderr] 143182 | 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-ui-82720013ac545219/out/ui_types.rs:143917:33 [INFO] [stderr] | [INFO] [stderr] 143917 | 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-ui-82720013ac545219/out/ui_types.rs:144393:33 [INFO] [stderr] | [INFO] [stderr] 144393 | 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-ui-82720013ac545219/out/ui_types.rs:144539:33 [INFO] [stderr] | [INFO] [stderr] 144539 | 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-ui-82720013ac545219/out/ui_types.rs:144594:33 [INFO] [stderr] | [INFO] [stderr] 144594 | 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-ui-82720013ac545219/out/ui_types.rs:144747:33 [INFO] [stderr] | [INFO] [stderr] 144747 | 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-ui-82720013ac545219/out/ui_types.rs:144798:33 [INFO] [stderr] | [INFO] [stderr] 144798 | 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-ui-82720013ac545219/out/ui_types.rs:144929:33 [INFO] [stderr] | [INFO] [stderr] 144929 | 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-ui-82720013ac545219/out/ui_types.rs:145090:33 [INFO] [stderr] | [INFO] [stderr] 145090 | 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-ui-82720013ac545219/out/ui_types.rs:145133:33 [INFO] [stderr] | [INFO] [stderr] 145133 | 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-ui-82720013ac545219/out/ui_types.rs:145176:33 [INFO] [stderr] | [INFO] [stderr] 145176 | 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-ui-82720013ac545219/out/ui_types.rs:145229:33 [INFO] [stderr] | [INFO] [stderr] 145229 | 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-ui-82720013ac545219/out/ui_types.rs:145370:33 [INFO] [stderr] | [INFO] [stderr] 145370 | 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-ui-82720013ac545219/out/ui_types.rs:145413:33 [INFO] [stderr] | [INFO] [stderr] 145413 | 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-ui-82720013ac545219/out/ui_types.rs:145480:33 [INFO] [stderr] | [INFO] [stderr] 145480 | 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-ui-82720013ac545219/out/ui_types.rs:145764:33 [INFO] [stderr] | [INFO] [stderr] 145764 | 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-ui-82720013ac545219/out/ui_types.rs:145881:33 [INFO] [stderr] | [INFO] [stderr] 145881 | 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-ui-82720013ac545219/out/ui_types.rs:146001:33 [INFO] [stderr] | [INFO] [stderr] 146001 | 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-ui-82720013ac545219/out/ui_types.rs:146494:33 [INFO] [stderr] | [INFO] [stderr] 146494 | 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-ui-82720013ac545219/out/ui_types.rs:147113:33 [INFO] [stderr] | [INFO] [stderr] 147113 | 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-ui-82720013ac545219/out/ui_types.rs:147670:33 [INFO] [stderr] | [INFO] [stderr] 147670 | 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-ui-82720013ac545219/out/ui_types.rs:147745:33 [INFO] [stderr] | [INFO] [stderr] 147745 | 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-ui-82720013ac545219/out/ui_types.rs:148116:33 [INFO] [stderr] | [INFO] [stderr] 148116 | 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-ui-82720013ac545219/out/ui_types.rs:148159:33 [INFO] [stderr] | [INFO] [stderr] 148159 | 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-ui-82720013ac545219/out/ui_types.rs:148202:33 [INFO] [stderr] | [INFO] [stderr] 148202 | 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-ui-82720013ac545219/out/ui_types.rs:148245:33 [INFO] [stderr] | [INFO] [stderr] 148245 | 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-ui-82720013ac545219/out/ui_types.rs:148294:33 [INFO] [stderr] | [INFO] [stderr] 148294 | 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-ui-82720013ac545219/out/ui_types.rs:148407:33 [INFO] [stderr] | [INFO] [stderr] 148407 | 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-ui-82720013ac545219/out/ui_types.rs:148506:33 [INFO] [stderr] | [INFO] [stderr] 148506 | 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-ui-82720013ac545219/out/ui_types.rs:148597:33 [INFO] [stderr] | [INFO] [stderr] 148597 | 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-ui-82720013ac545219/out/ui_types.rs:149110:33 [INFO] [stderr] | [INFO] [stderr] 149110 | 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-ui-82720013ac545219/out/ui_types.rs:149221:33 [INFO] [stderr] | [INFO] [stderr] 149221 | 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-ui-82720013ac545219/out/ui_types.rs:149679:33 [INFO] [stderr] | [INFO] [stderr] 149679 | 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-ui-82720013ac545219/out/ui_types.rs:150996:33 [INFO] [stderr] | [INFO] [stderr] 150996 | 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-ui-82720013ac545219/out/ui_types.rs:151734:33 [INFO] [stderr] | [INFO] [stderr] 151734 | 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-ui-82720013ac545219/out/ui_types.rs:151815:33 [INFO] [stderr] | [INFO] [stderr] 151815 | 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-ui-82720013ac545219/out/ui_types.rs:152017:33 [INFO] [stderr] | [INFO] [stderr] 152017 | 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-ui-82720013ac545219/out/ui_types.rs:152381:33 [INFO] [stderr] | [INFO] [stderr] 152381 | 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-ui-82720013ac545219/out/ui_types.rs:153155:33 [INFO] [stderr] | [INFO] [stderr] 153155 | 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-ui-82720013ac545219/out/ui_types.rs:153798:33 [INFO] [stderr] | [INFO] [stderr] 153798 | 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-ui-82720013ac545219/out/ui_types.rs:155096:33 [INFO] [stderr] | [INFO] [stderr] 155096 | 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-ui-82720013ac545219/out/ui_types.rs:156177:33 [INFO] [stderr] | [INFO] [stderr] 156177 | 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-ui-82720013ac545219/out/ui_types.rs:157863:33 [INFO] [stderr] | [INFO] [stderr] 157863 | 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-ui-82720013ac545219/out/ui_types.rs:158415:33 [INFO] [stderr] | [INFO] [stderr] 158415 | 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-ui-82720013ac545219/out/ui_types.rs:158458:33 [INFO] [stderr] | [INFO] [stderr] 158458 | 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-ui-82720013ac545219/out/ui_types.rs:158501:33 [INFO] [stderr] | [INFO] [stderr] 158501 | 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-ui-82720013ac545219/out/ui_types.rs:158558:33 [INFO] [stderr] | [INFO] [stderr] 158558 | 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-ui-82720013ac545219/out/ui_types.rs:158733:33 [INFO] [stderr] | [INFO] [stderr] 158733 | 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-ui-82720013ac545219/out/ui_types.rs:158840:33 [INFO] [stderr] | [INFO] [stderr] 158840 | 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-ui-82720013ac545219/out/ui_types.rs:159523:33 [INFO] [stderr] | [INFO] [stderr] 159523 | 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-ui-82720013ac545219/out/ui_types.rs:159684:33 [INFO] [stderr] | [INFO] [stderr] 159684 | 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-ui-82720013ac545219/out/ui_types.rs:159953:33 [INFO] [stderr] | [INFO] [stderr] 159953 | 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-ui-82720013ac545219/out/ui_types.rs:160044:33 [INFO] [stderr] | [INFO] [stderr] 160044 | 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-ui-82720013ac545219/out/ui_types.rs:160535:33 [INFO] [stderr] | [INFO] [stderr] 160535 | 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-ui-82720013ac545219/out/ui_types.rs:160832:33 [INFO] [stderr] | [INFO] [stderr] 160832 | 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-ui-82720013ac545219/out/ui_types.rs:161857:33 [INFO] [stderr] | [INFO] [stderr] 161857 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 67 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gdnative_ui-b1ef49dee0b96947 [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] [stderr] Doc-tests gdnative-ui [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 `Command { std: "docker" "inspect" "bef317775ce1726f51b5c633e91a1c6100d09c70742003f227e6bcb5aedf8445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bef317775ce1726f51b5c633e91a1c6100d09c70742003f227e6bcb5aedf8445", kill_on_drop: false }` [INFO] [stdout] bef317775ce1726f51b5c633e91a1c6100d09c70742003f227e6bcb5aedf8445