[INFO] crate gdnative-ui 0.6.1 is already in cache
[INFO] checking gdnative-ui-0.6.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate gdnative-ui 0.6.1 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate gdnative-ui 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-ui 0.6.1
[INFO] finished tweaking crates.io crate gdnative-ui 0.6.1
[INFO] tweaked toml for crates.io crate gdnative-ui 0.6.1 written to /workspace/builds/worker-14/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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] ff521191dab65565b9ffbf846639381c2d556f28a8ef7b9bf6c275a12fc218a8
[INFO] running `"docker" "start" "-a" "ff521191dab65565b9ffbf846639381c2d556f28a8ef7b9bf6c275a12fc218a8"`
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling bindgen v0.46.0
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.3.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling gdnative-core v0.6.0
[INFO] [stderr]    Compiling gdnative-common v0.6.1
[INFO] [stderr]    Compiling gdnative-video v0.6.1
[INFO] [stderr]    Compiling gdnative-ui v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling euclid_macros v0.1.0
[INFO] [stderr]     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:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]    |                       ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/lib.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 | use std::sync::{Once, ONCE_INIT};
[INFO] [stderr]    |                       ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:138992:33
[INFO] [stderr]        |
[INFO] [stderr] 138992 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141197:33
[INFO] [stderr]        |
[INFO] [stderr] 141197 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141274:33
[INFO] [stderr]        |
[INFO] [stderr] 141274 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141412:33
[INFO] [stderr]        |
[INFO] [stderr] 141412 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141493:33
[INFO] [stderr]        |
[INFO] [stderr] 141493 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141536:33
[INFO] [stderr]        |
[INFO] [stderr] 141536 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141597:33
[INFO] [stderr]        |
[INFO] [stderr] 141597 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141858:33
[INFO] [stderr]        |
[INFO] [stderr] 141858 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:142405:33
[INFO] [stderr]        |
[INFO] [stderr] 142405 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:142883:33
[INFO] [stderr]        |
[INFO] [stderr] 142883 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:143182:33
[INFO] [stderr]        |
[INFO] [stderr] 143182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:143917:33
[INFO] [stderr]        |
[INFO] [stderr] 143917 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144393:33
[INFO] [stderr]        |
[INFO] [stderr] 144393 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144539:33
[INFO] [stderr]        |
[INFO] [stderr] 144539 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144594:33
[INFO] [stderr]        |
[INFO] [stderr] 144594 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144747:33
[INFO] [stderr]        |
[INFO] [stderr] 144747 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144798:33
[INFO] [stderr]        |
[INFO] [stderr] 144798 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144929:33
[INFO] [stderr]        |
[INFO] [stderr] 144929 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145090:33
[INFO] [stderr]        |
[INFO] [stderr] 145090 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145133:33
[INFO] [stderr]        |
[INFO] [stderr] 145133 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145176:33
[INFO] [stderr]        |
[INFO] [stderr] 145176 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145229:33
[INFO] [stderr]        |
[INFO] [stderr] 145229 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145370:33
[INFO] [stderr]        |
[INFO] [stderr] 145370 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145413:33
[INFO] [stderr]        |
[INFO] [stderr] 145413 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145480:33
[INFO] [stderr]        |
[INFO] [stderr] 145480 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145764:33
[INFO] [stderr]        |
[INFO] [stderr] 145764 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145881:33
[INFO] [stderr]        |
[INFO] [stderr] 145881 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:146001:33
[INFO] [stderr]        |
[INFO] [stderr] 146001 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:146494:33
[INFO] [stderr]        |
[INFO] [stderr] 146494 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147113:33
[INFO] [stderr]        |
[INFO] [stderr] 147113 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147670:33
[INFO] [stderr]        |
[INFO] [stderr] 147670 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147745:33
[INFO] [stderr]        |
[INFO] [stderr] 147745 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148116:33
[INFO] [stderr]        |
[INFO] [stderr] 148116 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148159:33
[INFO] [stderr]        |
[INFO] [stderr] 148159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148202:33
[INFO] [stderr]        |
[INFO] [stderr] 148202 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148245:33
[INFO] [stderr]        |
[INFO] [stderr] 148245 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148294:33
[INFO] [stderr]        |
[INFO] [stderr] 148294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148407:33
[INFO] [stderr]        |
[INFO] [stderr] 148407 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148506:33
[INFO] [stderr]        |
[INFO] [stderr] 148506 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148597:33
[INFO] [stderr]        |
[INFO] [stderr] 148597 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149110:33
[INFO] [stderr]        |
[INFO] [stderr] 149110 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149221:33
[INFO] [stderr]        |
[INFO] [stderr] 149221 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149679:33
[INFO] [stderr]        |
[INFO] [stderr] 149679 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:150996:33
[INFO] [stderr]        |
[INFO] [stderr] 150996 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:151734:33
[INFO] [stderr]        |
[INFO] [stderr] 151734 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:151815:33
[INFO] [stderr]        |
[INFO] [stderr] 151815 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:152017:33
[INFO] [stderr]        |
[INFO] [stderr] 152017 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:152381:33
[INFO] [stderr]        |
[INFO] [stderr] 152381 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:153155:33
[INFO] [stderr]        |
[INFO] [stderr] 153155 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:153798:33
[INFO] [stderr]        |
[INFO] [stderr] 153798 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:155096:33
[INFO] [stderr]        |
[INFO] [stderr] 155096 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:156177:33
[INFO] [stderr]        |
[INFO] [stderr] 156177 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:157863:33
[INFO] [stderr]        |
[INFO] [stderr] 157863 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158415:33
[INFO] [stderr]        |
[INFO] [stderr] 158415 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158458:33
[INFO] [stderr]        |
[INFO] [stderr] 158458 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158501:33
[INFO] [stderr]        |
[INFO] [stderr] 158501 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158558:33
[INFO] [stderr]        |
[INFO] [stderr] 158558 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158733:33
[INFO] [stderr]        |
[INFO] [stderr] 158733 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158840:33
[INFO] [stderr]        |
[INFO] [stderr] 158840 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159523:33
[INFO] [stderr]        |
[INFO] [stderr] 159523 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159684:33
[INFO] [stderr]        |
[INFO] [stderr] 159684 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159953:33
[INFO] [stderr]        |
[INFO] [stderr] 159953 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160044:33
[INFO] [stderr]        |
[INFO] [stderr] 160044 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160535:33
[INFO] [stderr]        |
[INFO] [stderr] 160535 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160832:33
[INFO] [stderr]        |
[INFO] [stderr] 160832 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:161857:33
[INFO] [stderr]        |
[INFO] [stderr] 161857 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:138992:33
[INFO] [stderr]        |
[INFO] [stderr] 138992 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141197:33
[INFO] [stderr]        |
[INFO] [stderr] 141197 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141274:33
[INFO] [stderr]        |
[INFO] [stderr] 141274 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141412:33
[INFO] [stderr]        |
[INFO] [stderr] 141412 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141493:33
[INFO] [stderr]        |
[INFO] [stderr] 141493 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141536:33
[INFO] [stderr]        |
[INFO] [stderr] 141536 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141597:33
[INFO] [stderr]        |
[INFO] [stderr] 141597 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:141858:33
[INFO] [stderr]        |
[INFO] [stderr] 141858 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:142405:33
[INFO] [stderr]        |
[INFO] [stderr] 142405 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:142883:33
[INFO] [stderr]        |
[INFO] [stderr] 142883 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:143182:33
[INFO] [stderr]        |
[INFO] [stderr] 143182 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:143917:33
[INFO] [stderr]        |
[INFO] [stderr] 143917 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144393:33
[INFO] [stderr]        |
[INFO] [stderr] 144393 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144539:33
[INFO] [stderr]        |
[INFO] [stderr] 144539 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144594:33
[INFO] [stderr]        |
[INFO] [stderr] 144594 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144747:33
[INFO] [stderr]        |
[INFO] [stderr] 144747 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144798:33
[INFO] [stderr]        |
[INFO] [stderr] 144798 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:144929:33
[INFO] [stderr]        |
[INFO] [stderr] 144929 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145090:33
[INFO] [stderr]        |
[INFO] [stderr] 145090 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145133:33
[INFO] [stderr]        |
[INFO] [stderr] 145133 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145176:33
[INFO] [stderr]        |
[INFO] [stderr] 145176 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145229:33
[INFO] [stderr]        |
[INFO] [stderr] 145229 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145370:33
[INFO] [stderr]        |
[INFO] [stderr] 145370 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145413:33
[INFO] [stderr]        |
[INFO] [stderr] 145413 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145480:33
[INFO] [stderr]        |
[INFO] [stderr] 145480 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145764:33
[INFO] [stderr]        |
[INFO] [stderr] 145764 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:145881:33
[INFO] [stderr]        |
[INFO] [stderr] 145881 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:146001:33
[INFO] [stderr]        |
[INFO] [stderr] 146001 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:146494:33
[INFO] [stderr]        |
[INFO] [stderr] 146494 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147113:33
[INFO] [stderr]        |
[INFO] [stderr] 147113 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147670:33
[INFO] [stderr]        |
[INFO] [stderr] 147670 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:147745:33
[INFO] [stderr]        |
[INFO] [stderr] 147745 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148116:33
[INFO] [stderr]        |
[INFO] [stderr] 148116 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148159:33
[INFO] [stderr]        |
[INFO] [stderr] 148159 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148202:33
[INFO] [stderr]        |
[INFO] [stderr] 148202 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148245:33
[INFO] [stderr]        |
[INFO] [stderr] 148245 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148294:33
[INFO] [stderr]        |
[INFO] [stderr] 148294 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148407:33
[INFO] [stderr]        |
[INFO] [stderr] 148407 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148506:33
[INFO] [stderr]        |
[INFO] [stderr] 148506 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:148597:33
[INFO] [stderr]        |
[INFO] [stderr] 148597 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149110:33
[INFO] [stderr]        |
[INFO] [stderr] 149110 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149221:33
[INFO] [stderr]        |
[INFO] [stderr] 149221 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:149679:33
[INFO] [stderr]        |
[INFO] [stderr] 149679 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:150996:33
[INFO] [stderr]        |
[INFO] [stderr] 150996 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:151734:33
[INFO] [stderr]        |
[INFO] [stderr] 151734 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:151815:33
[INFO] [stderr]        |
[INFO] [stderr] 151815 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:152017:33
[INFO] [stderr]        |
[INFO] [stderr] 152017 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:152381:33
[INFO] [stderr]        |
[INFO] [stderr] 152381 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:153155:33
[INFO] [stderr]        |
[INFO] [stderr] 153155 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:153798:33
[INFO] [stderr]        |
[INFO] [stderr] 153798 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:155096:33
[INFO] [stderr]        |
[INFO] [stderr] 155096 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:156177:33
[INFO] [stderr]        |
[INFO] [stderr] 156177 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:157863:33
[INFO] [stderr]        |
[INFO] [stderr] 157863 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158415:33
[INFO] [stderr]        |
[INFO] [stderr] 158415 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158458:33
[INFO] [stderr]        |
[INFO] [stderr] 158458 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158501:33
[INFO] [stderr]        |
[INFO] [stderr] 158501 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158558:33
[INFO] [stderr]        |
[INFO] [stderr] 158558 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158733:33
[INFO] [stderr]        |
[INFO] [stderr] 158733 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:158840:33
[INFO] [stderr]        |
[INFO] [stderr] 158840 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159523:33
[INFO] [stderr]        |
[INFO] [stderr] 159523 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159684:33
[INFO] [stderr]        |
[INFO] [stderr] 159684 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:159953:33
[INFO] [stderr]        |
[INFO] [stderr] 159953 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160044:33
[INFO] [stderr]        |
[INFO] [stderr] 160044 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160535:33
[INFO] [stderr]        |
[INFO] [stderr] 160535 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:160832:33
[INFO] [stderr]        |
[INFO] [stderr] 160832 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]       --> /opt/rustwide/target/debug/build/gdnative-ui-da059eeacb8e6624/out/ui_types.rs:161857:33
[INFO] [stderr]        |
[INFO] [stderr] 161857 |             static INIT: Once = ONCE_INIT;
[INFO] [stderr]        |                                 ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] running `"docker" "inspect" "ff521191dab65565b9ffbf846639381c2d556f28a8ef7b9bf6c275a12fc218a8"`
[INFO] running `"docker" "rm" "-f" "ff521191dab65565b9ffbf846639381c2d556f28a8ef7b9bf6c275a12fc218a8"`
[INFO] [stdout] ff521191dab65565b9ffbf846639381c2d556f28a8ef7b9bf6c275a12fc218a8
