[INFO] crate gdnative-network 0.6.1 is already in cache
[INFO] checking gdnative-network-0.6.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate gdnative-network 0.6.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate gdnative-network 0.6.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate gdnative-network 0.6.1
[INFO] finished tweaking crates.io crate gdnative-network 0.6.1
[INFO] tweaked toml for crates.io crate gdnative-network 0.6.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a645923a970c3f44003e84a03ffae5f71601c4ca725c6cf5bca93f407e1a9542
[INFO] running `"docker" "start" "-a" "a645923a970c3f44003e84a03ffae5f71601c4ca725c6cf5bca93f407e1a9542"`
[INFO] [stderr]    Compiling bindgen v0.46.0
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.3.0
[INFO] [stderr]     Checking gdnative_geom v0.6.1
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling which v2.0.1
[INFO] [stderr]    Compiling gdnative-core v0.6.0
[INFO] [stderr]    Compiling gdnative-common v0.6.1
[INFO] [stderr]    Compiling gdnative-network v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling gdnative-sys v0.6.0
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]  --> src/lib.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]   |                       ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:11368:33
[INFO] [stderr]       |
[INFO] [stderr] 11368 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12039:33
[INFO] [stderr]       |
[INFO] [stderr] 12039 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12181:33
[INFO] [stderr]       |
[INFO] [stderr] 12181 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12393:33
[INFO] [stderr]       |
[INFO] [stderr] 12393 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12585:33
[INFO] [stderr]       |
[INFO] [stderr] 12585 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12760:33
[INFO] [stderr]       |
[INFO] [stderr] 12760 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12953:33
[INFO] [stderr]       |
[INFO] [stderr] 12953 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13152:33
[INFO] [stderr]       |
[INFO] [stderr] 13152 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13375:33
[INFO] [stderr]       |
[INFO] [stderr] 13375 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13806:33
[INFO] [stderr]       |
[INFO] [stderr] 13806 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13879:33
[INFO] [stderr]       |
[INFO] [stderr] 13879 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14219:33
[INFO] [stderr]       |
[INFO] [stderr] 14219 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14337:33
[INFO] [stderr]       |
[INFO] [stderr] 14337 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14718:33
[INFO] [stderr]       |
[INFO] [stderr] 14718 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14761:33
[INFO] [stderr]       |
[INFO] [stderr] 14761 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14804:33
[INFO] [stderr]       |
[INFO] [stderr] 14804 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14881:33
[INFO] [stderr]       |
[INFO] [stderr] 14881 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15301:33
[INFO] [stderr]       |
[INFO] [stderr] 15301 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15673:33
[INFO] [stderr]       |
[INFO] [stderr] 15673 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15859:33
[INFO] [stderr]       |
[INFO] [stderr] 15859 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15935:33
[INFO] [stderr]       |
[INFO] [stderr] 15935 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:16070:33
[INFO] [stderr]       |
[INFO] [stderr] 16070 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]  --> src/lib.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]   |                       ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:11368:33
[INFO] [stderr]       |
[INFO] [stderr] 11368 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12039:33
[INFO] [stderr]       |
[INFO] [stderr] 12039 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12181:33
[INFO] [stderr]       |
[INFO] [stderr] 12181 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12393:33
[INFO] [stderr]       |
[INFO] [stderr] 12393 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12585:33
[INFO] [stderr]       |
[INFO] [stderr] 12585 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12760:33
[INFO] [stderr]       |
[INFO] [stderr] 12760 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:12953:33
[INFO] [stderr]       |
[INFO] [stderr] 12953 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13152:33
[INFO] [stderr]       |
[INFO] [stderr] 13152 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13375:33
[INFO] [stderr]       |
[INFO] [stderr] 13375 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13806:33
[INFO] [stderr]       |
[INFO] [stderr] 13806 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:13879:33
[INFO] [stderr]       |
[INFO] [stderr] 13879 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14219:33
[INFO] [stderr]       |
[INFO] [stderr] 14219 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14337:33
[INFO] [stderr]       |
[INFO] [stderr] 14337 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14718:33
[INFO] [stderr]       |
[INFO] [stderr] 14718 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14761:33
[INFO] [stderr]       |
[INFO] [stderr] 14761 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14804:33
[INFO] [stderr]       |
[INFO] [stderr] 14804 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:14881:33
[INFO] [stderr]       |
[INFO] [stderr] 14881 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15301:33
[INFO] [stderr]       |
[INFO] [stderr] 15301 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15673:33
[INFO] [stderr]       |
[INFO] [stderr] 15673 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15859:33
[INFO] [stderr]       |
[INFO] [stderr] 15859 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:15935:33
[INFO] [stderr]       |
[INFO] [stderr] 15935 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]       |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]      --> /opt/rustwide/target/debug/build/gdnative-network-d1f612c87b3c7f88/out/network_types.rs:16070:33
[INFO] [stderr]       |
[INFO] [stderr] 16070 |             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 13s
[INFO] running `"docker" "inspect" "a645923a970c3f44003e84a03ffae5f71601c4ca725c6cf5bca93f407e1a9542"`
[INFO] running `"docker" "rm" "-f" "a645923a970c3f44003e84a03ffae5f71601c4ca725c6cf5bca93f407e1a9542"`
[INFO] [stdout] a645923a970c3f44003e84a03ffae5f71601c4ca725c6cf5bca93f407e1a9542
