[INFO] crate gdnative-common 0.6.1 is already in cache
[INFO] checking gdnative-common-0.6.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate gdnative-common 0.6.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate gdnative-common 0.6.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate gdnative-common 0.6.1
[INFO] finished tweaking crates.io crate gdnative-common 0.6.1
[INFO] tweaked toml for crates.io crate gdnative-common 0.6.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] fd7490a877afd45873d3251cb6e4828efc58c9ff114fccae86bc55843b6d4c92
[INFO] running `"docker" "start" "-a" "fd7490a877afd45873d3251cb6e4828efc58c9ff114fccae86bc55843b6d4c92"`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling bindgen v0.46.0
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.3.0
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling which v2.0.1
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling gdnative-core v0.6.0
[INFO] [stderr]    Compiling gdnative-common v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling euclid_macros v0.1.0
[INFO] [stderr]     Checking euclid v0.19.9
[INFO] [stderr]     Checking gdnative_geom v0.6.1
[INFO] [stderr]    Compiling gdnative-sys v0.6.0
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]  --> src/lib.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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]  --> src/lib.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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-common-37e9b65307a5d1b4/out/common_types.rs:127575:33
[INFO] [stderr]        |
[INFO] [stderr] 127575 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:127638:33
[INFO] [stderr]        |
[INFO] [stderr] 127638 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:127990:33
[INFO] [stderr]        |
[INFO] [stderr] 127990 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129051:33
[INFO] [stderr]        |
[INFO] [stderr] 129051 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129138:33
[INFO] [stderr]        |
[INFO] [stderr] 129138 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129433:33
[INFO] [stderr]        |
[INFO] [stderr] 129433 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129632:33
[INFO] [stderr]        |
[INFO] [stderr] 129632 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129944:33
[INFO] [stderr]        |
[INFO] [stderr] 129944 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130183:33
[INFO] [stderr]        |
[INFO] [stderr] 130183 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130294:33
[INFO] [stderr]        |
[INFO] [stderr] 130294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130533:33
[INFO] [stderr]        |
[INFO] [stderr] 130533 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130936:33
[INFO] [stderr]        |
[INFO] [stderr] 130936 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:131240:33
[INFO] [stderr]        |
[INFO] [stderr] 131240 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132167:33
[INFO] [stderr]        |
[INFO] [stderr] 132167 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132220:33
[INFO] [stderr]        |
[INFO] [stderr] 132220 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132369:33
[INFO] [stderr]        |
[INFO] [stderr] 132369 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132456:33
[INFO] [stderr]        |
[INFO] [stderr] 132456 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132754:33
[INFO] [stderr]        |
[INFO] [stderr] 132754 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132975:33
[INFO] [stderr]        |
[INFO] [stderr] 132975 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133092:33
[INFO] [stderr]        |
[INFO] [stderr] 133092 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133516:33
[INFO] [stderr]        |
[INFO] [stderr] 133516 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133938:33
[INFO] [stderr]        |
[INFO] [stderr] 133938 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134071:33
[INFO] [stderr]        |
[INFO] [stderr] 134071 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134182:33
[INFO] [stderr]        |
[INFO] [stderr] 134182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134373:33
[INFO] [stderr]        |
[INFO] [stderr] 134373 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134521:33
[INFO] [stderr]        |
[INFO] [stderr] 134521 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134988:33
[INFO] [stderr]        |
[INFO] [stderr] 134988 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135228:33
[INFO] [stderr]        |
[INFO] [stderr] 135228 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135390:33
[INFO] [stderr]        |
[INFO] [stderr] 135390 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135631:33
[INFO] [stderr]        |
[INFO] [stderr] 135631 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136207:33
[INFO] [stderr]        |
[INFO] [stderr] 136207 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136300:33
[INFO] [stderr]        |
[INFO] [stderr] 136300 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136481:33
[INFO] [stderr]        |
[INFO] [stderr] 136481 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136792:33
[INFO] [stderr]        |
[INFO] [stderr] 136792 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139063:33
[INFO] [stderr]        |
[INFO] [stderr] 139063 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139558:33
[INFO] [stderr]        |
[INFO] [stderr] 139558 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139767:33
[INFO] [stderr]        |
[INFO] [stderr] 139767 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140247:33
[INFO] [stderr]        |
[INFO] [stderr] 140247 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140368:33
[INFO] [stderr]        |
[INFO] [stderr] 140368 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140737:33
[INFO] [stderr]        |
[INFO] [stderr] 140737 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141029:33
[INFO] [stderr]        |
[INFO] [stderr] 141029 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141207:33
[INFO] [stderr]        |
[INFO] [stderr] 141207 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141345:33
[INFO] [stderr]        |
[INFO] [stderr] 141345 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142126:33
[INFO] [stderr]        |
[INFO] [stderr] 142126 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142235:33
[INFO] [stderr]        |
[INFO] [stderr] 142235 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142903:33
[INFO] [stderr]        |
[INFO] [stderr] 142903 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142999:33
[INFO] [stderr]        |
[INFO] [stderr] 142999 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:143388:33
[INFO] [stderr]        |
[INFO] [stderr] 143388 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:145263:33
[INFO] [stderr]        |
[INFO] [stderr] 145263 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:145543:33
[INFO] [stderr]        |
[INFO] [stderr] 145543 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147064:33
[INFO] [stderr]        |
[INFO] [stderr] 147064 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147267:33
[INFO] [stderr]        |
[INFO] [stderr] 147267 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147384:33
[INFO] [stderr]        |
[INFO] [stderr] 147384 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147485:33
[INFO] [stderr]        |
[INFO] [stderr] 147485 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147766:33
[INFO] [stderr]        |
[INFO] [stderr] 147766 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:148228:33
[INFO] [stderr]        |
[INFO] [stderr] 148228 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:149821:33
[INFO] [stderr]        |
[INFO] [stderr] 149821 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:150174:33
[INFO] [stderr]        |
[INFO] [stderr] 150174 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:150457:33
[INFO] [stderr]        |
[INFO] [stderr] 150457 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151012:33
[INFO] [stderr]        |
[INFO] [stderr] 151012 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151225:33
[INFO] [stderr]        |
[INFO] [stderr] 151225 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151435:33
[INFO] [stderr]        |
[INFO] [stderr] 151435 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151650:33
[INFO] [stderr]        |
[INFO] [stderr] 151650 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151903:33
[INFO] [stderr]        |
[INFO] [stderr] 151903 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152148:33
[INFO] [stderr]        |
[INFO] [stderr] 152148 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152308:33
[INFO] [stderr]        |
[INFO] [stderr] 152308 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152408:33
[INFO] [stderr]        |
[INFO] [stderr] 152408 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152658:33
[INFO] [stderr]        |
[INFO] [stderr] 152658 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152994:33
[INFO] [stderr]        |
[INFO] [stderr] 152994 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:154255:33
[INFO] [stderr]        |
[INFO] [stderr] 154255 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:154396:33
[INFO] [stderr]        |
[INFO] [stderr] 154396 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:155431:33
[INFO] [stderr]        |
[INFO] [stderr] 155431 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:156437:33
[INFO] [stderr]        |
[INFO] [stderr] 156437 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159229:33
[INFO] [stderr]        |
[INFO] [stderr] 159229 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159365:33
[INFO] [stderr]        |
[INFO] [stderr] 159365 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159614:33
[INFO] [stderr]        |
[INFO] [stderr] 159614 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159809:33
[INFO] [stderr]        |
[INFO] [stderr] 159809 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160048:33
[INFO] [stderr]        |
[INFO] [stderr] 160048 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160277:33
[INFO] [stderr]        |
[INFO] [stderr] 160277 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160642:33
[INFO] [stderr]        |
[INFO] [stderr] 160642 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160844:33
[INFO] [stderr]        |
[INFO] [stderr] 160844 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161292:33
[INFO] [stderr]        |
[INFO] [stderr] 161292 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161398:33
[INFO] [stderr]        |
[INFO] [stderr] 161398 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161511:33
[INFO] [stderr]        |
[INFO] [stderr] 161511 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161692:33
[INFO] [stderr]        |
[INFO] [stderr] 161692 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161781:33
[INFO] [stderr]        |
[INFO] [stderr] 161781 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161991:33
[INFO] [stderr]        |
[INFO] [stderr] 161991 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:162980:33
[INFO] [stderr]        |
[INFO] [stderr] 162980 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:163837:33
[INFO] [stderr]        |
[INFO] [stderr] 163837 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164397:33
[INFO] [stderr]        |
[INFO] [stderr] 164397 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164517:33
[INFO] [stderr]        |
[INFO] [stderr] 164517 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164646:33
[INFO] [stderr]        |
[INFO] [stderr] 164646 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165513:33
[INFO] [stderr]        |
[INFO] [stderr] 165513 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165656:33
[INFO] [stderr]        |
[INFO] [stderr] 165656 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165906:33
[INFO] [stderr]        |
[INFO] [stderr] 165906 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165965:33
[INFO] [stderr]        |
[INFO] [stderr] 165965 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166159:33
[INFO] [stderr]        |
[INFO] [stderr] 166159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166260:33
[INFO] [stderr]        |
[INFO] [stderr] 166260 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166918:33
[INFO] [stderr]        |
[INFO] [stderr] 166918 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167364:33
[INFO] [stderr]        |
[INFO] [stderr] 167364 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167483:33
[INFO] [stderr]        |
[INFO] [stderr] 167483 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167869:33
[INFO] [stderr]        |
[INFO] [stderr] 167869 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168052:33
[INFO] [stderr]        |
[INFO] [stderr] 168052 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168182:33
[INFO] [stderr]        |
[INFO] [stderr] 168182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168511:33
[INFO] [stderr]        |
[INFO] [stderr] 168511 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168768:33
[INFO] [stderr]        |
[INFO] [stderr] 168768 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169043:33
[INFO] [stderr]        |
[INFO] [stderr] 169043 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169134:33
[INFO] [stderr]        |
[INFO] [stderr] 169134 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169241:33
[INFO] [stderr]        |
[INFO] [stderr] 169241 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169417:33
[INFO] [stderr]        |
[INFO] [stderr] 169417 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170269:33
[INFO] [stderr]        |
[INFO] [stderr] 170269 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170728:33
[INFO] [stderr]        |
[INFO] [stderr] 170728 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170851:33
[INFO] [stderr]        |
[INFO] [stderr] 170851 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170936:33
[INFO] [stderr]        |
[INFO] [stderr] 170936 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171024:33
[INFO] [stderr]        |
[INFO] [stderr] 171024 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171147:33
[INFO] [stderr]        |
[INFO] [stderr] 171147 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171238:33
[INFO] [stderr]        |
[INFO] [stderr] 171238 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171382:33
[INFO] [stderr]        |
[INFO] [stderr] 171382 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171505:33
[INFO] [stderr]        |
[INFO] [stderr] 171505 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171590:33
[INFO] [stderr]        |
[INFO] [stderr] 171590 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171678:33
[INFO] [stderr]        |
[INFO] [stderr] 171678 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171857:33
[INFO] [stderr]        |
[INFO] [stderr] 171857 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172437:33
[INFO] [stderr]        |
[INFO] [stderr] 172437 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172492:33
[INFO] [stderr]        |
[INFO] [stderr] 172492 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172685:33
[INFO] [stderr]        |
[INFO] [stderr] 172685 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172972:33
[INFO] [stderr]        |
[INFO] [stderr] 172972 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173170:33
[INFO] [stderr]        |
[INFO] [stderr] 173170 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173543:33
[INFO] [stderr]        |
[INFO] [stderr] 173543 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173632:33
[INFO] [stderr]        |
[INFO] [stderr] 173632 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173735:33
[INFO] [stderr]        |
[INFO] [stderr] 173735 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174009:33
[INFO] [stderr]        |
[INFO] [stderr] 174009 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174266:33
[INFO] [stderr]        |
[INFO] [stderr] 174266 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174467:33
[INFO] [stderr]        |
[INFO] [stderr] 174467 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174570:33
[INFO] [stderr]        |
[INFO] [stderr] 174570 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174858:33
[INFO] [stderr]        |
[INFO] [stderr] 174858 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:175579:33
[INFO] [stderr]        |
[INFO] [stderr] 175579 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176036:33
[INFO] [stderr]        |
[INFO] [stderr] 176036 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176325:33
[INFO] [stderr]        |
[INFO] [stderr] 176325 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176963:33
[INFO] [stderr]        |
[INFO] [stderr] 176963 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177215:33
[INFO] [stderr]        |
[INFO] [stderr] 177215 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177459:33
[INFO] [stderr]        |
[INFO] [stderr] 177459 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177510:33
[INFO] [stderr]        |
[INFO] [stderr] 177510 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177667:33
[INFO] [stderr]        |
[INFO] [stderr] 177667 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178081:33
[INFO] [stderr]        |
[INFO] [stderr] 178081 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178164:33
[INFO] [stderr]        |
[INFO] [stderr] 178164 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178614:33
[INFO] [stderr]        |
[INFO] [stderr] 178614 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178824:33
[INFO] [stderr]        |
[INFO] [stderr] 178824 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178950:33
[INFO] [stderr]        |
[INFO] [stderr] 178950 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179075:33
[INFO] [stderr]        |
[INFO] [stderr] 179075 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179238:33
[INFO] [stderr]        |
[INFO] [stderr] 179238 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179721:33
[INFO] [stderr]        |
[INFO] [stderr] 179721 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179855:33
[INFO] [stderr]        |
[INFO] [stderr] 179855 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180206:33
[INFO] [stderr]        |
[INFO] [stderr] 180206 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180294:33
[INFO] [stderr]        |
[INFO] [stderr] 180294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180417:33
[INFO] [stderr]        |
[INFO] [stderr] 180417 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180504:33
[INFO] [stderr]        |
[INFO] [stderr] 180504 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180607:33
[INFO] [stderr]        |
[INFO] [stderr] 180607 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180724:33
[INFO] [stderr]        |
[INFO] [stderr] 180724 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181116:33
[INFO] [stderr]        |
[INFO] [stderr] 181116 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181268:33
[INFO] [stderr]        |
[INFO] [stderr] 181268 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181479:33
[INFO] [stderr]        |
[INFO] [stderr] 181479 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:182053:33
[INFO] [stderr]        |
[INFO] [stderr] 182053 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183155:33
[INFO] [stderr]        |
[INFO] [stderr] 183155 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183330:33
[INFO] [stderr]        |
[INFO] [stderr] 183330 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183435:33
[INFO] [stderr]        |
[INFO] [stderr] 183435 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183712:33
[INFO] [stderr]        |
[INFO] [stderr] 183712 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183773:33
[INFO] [stderr]        |
[INFO] [stderr] 183773 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184001:33
[INFO] [stderr]        |
[INFO] [stderr] 184001 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184176:33
[INFO] [stderr]        |
[INFO] [stderr] 184176 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184957:33
[INFO] [stderr]        |
[INFO] [stderr] 184957 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185109:33
[INFO] [stderr]        |
[INFO] [stderr] 185109 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185202:33
[INFO] [stderr]        |
[INFO] [stderr] 185202 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185406:33
[INFO] [stderr]        |
[INFO] [stderr] 185406 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185644:33
[INFO] [stderr]        |
[INFO] [stderr] 185644 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185709:33
[INFO] [stderr]        |
[INFO] [stderr] 185709 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:127575:33
[INFO] [stderr]        |
[INFO] [stderr] 127575 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:127638:33
[INFO] [stderr]        |
[INFO] [stderr] 127638 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:127990:33
[INFO] [stderr]        |
[INFO] [stderr] 127990 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129051:33
[INFO] [stderr]        |
[INFO] [stderr] 129051 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129138:33
[INFO] [stderr]        |
[INFO] [stderr] 129138 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129433:33
[INFO] [stderr]        |
[INFO] [stderr] 129433 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129632:33
[INFO] [stderr]        |
[INFO] [stderr] 129632 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:129944:33
[INFO] [stderr]        |
[INFO] [stderr] 129944 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130183:33
[INFO] [stderr]        |
[INFO] [stderr] 130183 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130294:33
[INFO] [stderr]        |
[INFO] [stderr] 130294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130533:33
[INFO] [stderr]        |
[INFO] [stderr] 130533 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:130936:33
[INFO] [stderr]        |
[INFO] [stderr] 130936 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:131240:33
[INFO] [stderr]        |
[INFO] [stderr] 131240 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132167:33
[INFO] [stderr]        |
[INFO] [stderr] 132167 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132220:33
[INFO] [stderr]        |
[INFO] [stderr] 132220 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132369:33
[INFO] [stderr]        |
[INFO] [stderr] 132369 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132456:33
[INFO] [stderr]        |
[INFO] [stderr] 132456 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132754:33
[INFO] [stderr]        |
[INFO] [stderr] 132754 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:132975:33
[INFO] [stderr]        |
[INFO] [stderr] 132975 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133092:33
[INFO] [stderr]        |
[INFO] [stderr] 133092 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133516:33
[INFO] [stderr]        |
[INFO] [stderr] 133516 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:133938:33
[INFO] [stderr]        |
[INFO] [stderr] 133938 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134071:33
[INFO] [stderr]        |
[INFO] [stderr] 134071 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134182:33
[INFO] [stderr]        |
[INFO] [stderr] 134182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134373:33
[INFO] [stderr]        |
[INFO] [stderr] 134373 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134521:33
[INFO] [stderr]        |
[INFO] [stderr] 134521 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:134988:33
[INFO] [stderr]        |
[INFO] [stderr] 134988 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135228:33
[INFO] [stderr]        |
[INFO] [stderr] 135228 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135390:33
[INFO] [stderr]        |
[INFO] [stderr] 135390 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:135631:33
[INFO] [stderr]        |
[INFO] [stderr] 135631 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136207:33
[INFO] [stderr]        |
[INFO] [stderr] 136207 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136300:33
[INFO] [stderr]        |
[INFO] [stderr] 136300 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136481:33
[INFO] [stderr]        |
[INFO] [stderr] 136481 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:136792:33
[INFO] [stderr]        |
[INFO] [stderr] 136792 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139063:33
[INFO] [stderr]        |
[INFO] [stderr] 139063 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139558:33
[INFO] [stderr]        |
[INFO] [stderr] 139558 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:139767:33
[INFO] [stderr]        |
[INFO] [stderr] 139767 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140247:33
[INFO] [stderr]        |
[INFO] [stderr] 140247 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140368:33
[INFO] [stderr]        |
[INFO] [stderr] 140368 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:140737:33
[INFO] [stderr]        |
[INFO] [stderr] 140737 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141029:33
[INFO] [stderr]        |
[INFO] [stderr] 141029 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141207:33
[INFO] [stderr]        |
[INFO] [stderr] 141207 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:141345:33
[INFO] [stderr]        |
[INFO] [stderr] 141345 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142126:33
[INFO] [stderr]        |
[INFO] [stderr] 142126 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142235:33
[INFO] [stderr]        |
[INFO] [stderr] 142235 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142903:33
[INFO] [stderr]        |
[INFO] [stderr] 142903 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:142999:33
[INFO] [stderr]        |
[INFO] [stderr] 142999 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:143388:33
[INFO] [stderr]        |
[INFO] [stderr] 143388 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:145263:33
[INFO] [stderr]        |
[INFO] [stderr] 145263 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:145543:33
[INFO] [stderr]        |
[INFO] [stderr] 145543 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147064:33
[INFO] [stderr]        |
[INFO] [stderr] 147064 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147267:33
[INFO] [stderr]        |
[INFO] [stderr] 147267 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147384:33
[INFO] [stderr]        |
[INFO] [stderr] 147384 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147485:33
[INFO] [stderr]        |
[INFO] [stderr] 147485 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:147766:33
[INFO] [stderr]        |
[INFO] [stderr] 147766 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:148228:33
[INFO] [stderr]        |
[INFO] [stderr] 148228 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:149821:33
[INFO] [stderr]        |
[INFO] [stderr] 149821 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:150174:33
[INFO] [stderr]        |
[INFO] [stderr] 150174 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:150457:33
[INFO] [stderr]        |
[INFO] [stderr] 150457 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151012:33
[INFO] [stderr]        |
[INFO] [stderr] 151012 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151225:33
[INFO] [stderr]        |
[INFO] [stderr] 151225 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151435:33
[INFO] [stderr]        |
[INFO] [stderr] 151435 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151650:33
[INFO] [stderr]        |
[INFO] [stderr] 151650 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:151903:33
[INFO] [stderr]        |
[INFO] [stderr] 151903 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152148:33
[INFO] [stderr]        |
[INFO] [stderr] 152148 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152308:33
[INFO] [stderr]        |
[INFO] [stderr] 152308 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152408:33
[INFO] [stderr]        |
[INFO] [stderr] 152408 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152658:33
[INFO] [stderr]        |
[INFO] [stderr] 152658 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:152994:33
[INFO] [stderr]        |
[INFO] [stderr] 152994 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:154255:33
[INFO] [stderr]        |
[INFO] [stderr] 154255 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:154396:33
[INFO] [stderr]        |
[INFO] [stderr] 154396 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:155431:33
[INFO] [stderr]        |
[INFO] [stderr] 155431 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:156437:33
[INFO] [stderr]        |
[INFO] [stderr] 156437 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159229:33
[INFO] [stderr]        |
[INFO] [stderr] 159229 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159365:33
[INFO] [stderr]        |
[INFO] [stderr] 159365 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159614:33
[INFO] [stderr]        |
[INFO] [stderr] 159614 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:159809:33
[INFO] [stderr]        |
[INFO] [stderr] 159809 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160048:33
[INFO] [stderr]        |
[INFO] [stderr] 160048 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160277:33
[INFO] [stderr]        |
[INFO] [stderr] 160277 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160642:33
[INFO] [stderr]        |
[INFO] [stderr] 160642 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:160844:33
[INFO] [stderr]        |
[INFO] [stderr] 160844 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161292:33
[INFO] [stderr]        |
[INFO] [stderr] 161292 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161398:33
[INFO] [stderr]        |
[INFO] [stderr] 161398 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161511:33
[INFO] [stderr]        |
[INFO] [stderr] 161511 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161692:33
[INFO] [stderr]        |
[INFO] [stderr] 161692 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161781:33
[INFO] [stderr]        |
[INFO] [stderr] 161781 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:161991:33
[INFO] [stderr]        |
[INFO] [stderr] 161991 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:162980:33
[INFO] [stderr]        |
[INFO] [stderr] 162980 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:163837:33
[INFO] [stderr]        |
[INFO] [stderr] 163837 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164397:33
[INFO] [stderr]        |
[INFO] [stderr] 164397 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164517:33
[INFO] [stderr]        |
[INFO] [stderr] 164517 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:164646:33
[INFO] [stderr]        |
[INFO] [stderr] 164646 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165513:33
[INFO] [stderr]        |
[INFO] [stderr] 165513 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165656:33
[INFO] [stderr]        |
[INFO] [stderr] 165656 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165906:33
[INFO] [stderr]        |
[INFO] [stderr] 165906 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:165965:33
[INFO] [stderr]        |
[INFO] [stderr] 165965 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166159:33
[INFO] [stderr]        |
[INFO] [stderr] 166159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166260:33
[INFO] [stderr]        |
[INFO] [stderr] 166260 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:166918:33
[INFO] [stderr]        |
[INFO] [stderr] 166918 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167364:33
[INFO] [stderr]        |
[INFO] [stderr] 167364 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167483:33
[INFO] [stderr]        |
[INFO] [stderr] 167483 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:167869:33
[INFO] [stderr]        |
[INFO] [stderr] 167869 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168052:33
[INFO] [stderr]        |
[INFO] [stderr] 168052 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168182:33
[INFO] [stderr]        |
[INFO] [stderr] 168182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168511:33
[INFO] [stderr]        |
[INFO] [stderr] 168511 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:168768:33
[INFO] [stderr]        |
[INFO] [stderr] 168768 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169043:33
[INFO] [stderr]        |
[INFO] [stderr] 169043 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169134:33
[INFO] [stderr]        |
[INFO] [stderr] 169134 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169241:33
[INFO] [stderr]        |
[INFO] [stderr] 169241 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:169417:33
[INFO] [stderr]        |
[INFO] [stderr] 169417 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170269:33
[INFO] [stderr]        |
[INFO] [stderr] 170269 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170728:33
[INFO] [stderr]        |
[INFO] [stderr] 170728 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170851:33
[INFO] [stderr]        |
[INFO] [stderr] 170851 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:170936:33
[INFO] [stderr]        |
[INFO] [stderr] 170936 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171024:33
[INFO] [stderr]        |
[INFO] [stderr] 171024 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171147:33
[INFO] [stderr]        |
[INFO] [stderr] 171147 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171238:33
[INFO] [stderr]        |
[INFO] [stderr] 171238 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171382:33
[INFO] [stderr]        |
[INFO] [stderr] 171382 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171505:33
[INFO] [stderr]        |
[INFO] [stderr] 171505 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171590:33
[INFO] [stderr]        |
[INFO] [stderr] 171590 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171678:33
[INFO] [stderr]        |
[INFO] [stderr] 171678 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:171857:33
[INFO] [stderr]        |
[INFO] [stderr] 171857 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172437:33
[INFO] [stderr]        |
[INFO] [stderr] 172437 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172492:33
[INFO] [stderr]        |
[INFO] [stderr] 172492 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172685:33
[INFO] [stderr]        |
[INFO] [stderr] 172685 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:172972:33
[INFO] [stderr]        |
[INFO] [stderr] 172972 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173170:33
[INFO] [stderr]        |
[INFO] [stderr] 173170 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173543:33
[INFO] [stderr]        |
[INFO] [stderr] 173543 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173632:33
[INFO] [stderr]        |
[INFO] [stderr] 173632 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:173735:33
[INFO] [stderr]        |
[INFO] [stderr] 173735 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174009:33
[INFO] [stderr]        |
[INFO] [stderr] 174009 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174266:33
[INFO] [stderr]        |
[INFO] [stderr] 174266 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174467:33
[INFO] [stderr]        |
[INFO] [stderr] 174467 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174570:33
[INFO] [stderr]        |
[INFO] [stderr] 174570 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:174858:33
[INFO] [stderr]        |
[INFO] [stderr] 174858 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:175579:33
[INFO] [stderr]        |
[INFO] [stderr] 175579 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176036:33
[INFO] [stderr]        |
[INFO] [stderr] 176036 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176325:33
[INFO] [stderr]        |
[INFO] [stderr] 176325 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:176963:33
[INFO] [stderr]        |
[INFO] [stderr] 176963 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177215:33
[INFO] [stderr]        |
[INFO] [stderr] 177215 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177459:33
[INFO] [stderr]        |
[INFO] [stderr] 177459 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177510:33
[INFO] [stderr]        |
[INFO] [stderr] 177510 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:177667:33
[INFO] [stderr]        |
[INFO] [stderr] 177667 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178081:33
[INFO] [stderr]        |
[INFO] [stderr] 178081 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178164:33
[INFO] [stderr]        |
[INFO] [stderr] 178164 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178614:33
[INFO] [stderr]        |
[INFO] [stderr] 178614 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178824:33
[INFO] [stderr]        |
[INFO] [stderr] 178824 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:178950:33
[INFO] [stderr]        |
[INFO] [stderr] 178950 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179075:33
[INFO] [stderr]        |
[INFO] [stderr] 179075 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179238:33
[INFO] [stderr]        |
[INFO] [stderr] 179238 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179721:33
[INFO] [stderr]        |
[INFO] [stderr] 179721 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:179855:33
[INFO] [stderr]        |
[INFO] [stderr] 179855 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180206:33
[INFO] [stderr]        |
[INFO] [stderr] 180206 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180294:33
[INFO] [stderr]        |
[INFO] [stderr] 180294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180417:33
[INFO] [stderr]        |
[INFO] [stderr] 180417 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180504:33
[INFO] [stderr]        |
[INFO] [stderr] 180504 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180607:33
[INFO] [stderr]        |
[INFO] [stderr] 180607 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:180724:33
[INFO] [stderr]        |
[INFO] [stderr] 180724 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181116:33
[INFO] [stderr]        |
[INFO] [stderr] 181116 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181268:33
[INFO] [stderr]        |
[INFO] [stderr] 181268 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:181479:33
[INFO] [stderr]        |
[INFO] [stderr] 181479 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:182053:33
[INFO] [stderr]        |
[INFO] [stderr] 182053 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183155:33
[INFO] [stderr]        |
[INFO] [stderr] 183155 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183330:33
[INFO] [stderr]        |
[INFO] [stderr] 183330 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183435:33
[INFO] [stderr]        |
[INFO] [stderr] 183435 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183712:33
[INFO] [stderr]        |
[INFO] [stderr] 183712 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:183773:33
[INFO] [stderr]        |
[INFO] [stderr] 183773 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184001:33
[INFO] [stderr]        |
[INFO] [stderr] 184001 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184176:33
[INFO] [stderr]        |
[INFO] [stderr] 184176 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:184957:33
[INFO] [stderr]        |
[INFO] [stderr] 184957 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185109:33
[INFO] [stderr]        |
[INFO] [stderr] 185109 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185202:33
[INFO] [stderr]        |
[INFO] [stderr] 185202 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185406:33
[INFO] [stderr]        |
[INFO] [stderr] 185406 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185644:33
[INFO] [stderr]        |
[INFO] [stderr] 185644 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-common-37e9b65307a5d1b4/out/common_types.rs:185709:33
[INFO] [stderr]        |
[INFO] [stderr] 185709 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `"docker" "inspect" "fd7490a877afd45873d3251cb6e4828efc58c9ff114fccae86bc55843b6d4c92"`
[INFO] running `"docker" "rm" "-f" "fd7490a877afd45873d3251cb6e4828efc58c9ff114fccae86bc55843b6d4c92"`
[INFO] [stdout] fd7490a877afd45873d3251cb6e4828efc58c9ff114fccae86bc55843b6d4c92
