[INFO] crate gdnative-editor 0.6.0 is already in cache [INFO] extracting crate gdnative-editor 0.6.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/gdnative-editor/0.6.0 [INFO] extracting crate gdnative-editor 0.6.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/gdnative-editor/0.6.0 [INFO] validating manifest of gdnative-editor-0.6.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gdnative-editor-0.6.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gdnative-editor-0.6.0 [INFO] finished frobbing gdnative-editor-0.6.0 [INFO] frobbed toml for gdnative-editor-0.6.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/gdnative-editor/0.6.0/Cargo.toml [INFO] started frobbing gdnative-editor-0.6.0 [INFO] finished frobbing gdnative-editor-0.6.0 [INFO] frobbed toml for gdnative-editor-0.6.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/gdnative-editor/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gdnative-editor-0.6.0 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/gdnative-editor/0.6.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b30682c6f251247a4f9f87b6447f02703c22c97dd4e21c1d24a564fbd5628d6a [INFO] running `"docker" "start" "-a" "b30682c6f251247a4f9f87b6447f02703c22c97dd4e21c1d24a564fbd5628d6a"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling gdnative_bindings_generator v0.3.0 [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Compiling gdnative-core v0.6.0 [INFO] [stderr] Compiling gdnative-common v0.6.0 [INFO] [stderr] Compiling gdnative-video v0.6.0 [INFO] [stderr] Compiling gdnative-animation v0.6.0 [INFO] [stderr] Compiling gdnative-ui v0.6.0 [INFO] [stderr] Compiling gdnative-editor v0.6.0 (/opt/crater/workdir) [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Checking euclid v0.19.9 [INFO] [stderr] Checking gdnative_geom v0.6.0 [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] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:20924:33 [INFO] [stderr] | [INFO] [stderr] 20924 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:21320:33 [INFO] [stderr] | [INFO] [stderr] 21320 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:22426:33 [INFO] [stderr] | [INFO] [stderr] 22426 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23372:33 [INFO] [stderr] | [INFO] [stderr] 23372 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23512:33 [INFO] [stderr] | [INFO] [stderr] 23512 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23707:33 [INFO] [stderr] | [INFO] [stderr] 23707 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24025:33 [INFO] [stderr] | [INFO] [stderr] 24025 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24323:33 [INFO] [stderr] | [INFO] [stderr] 24323 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24455:33 [INFO] [stderr] | [INFO] [stderr] 24455 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24709:33 [INFO] [stderr] | [INFO] [stderr] 24709 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:25082:33 [INFO] [stderr] | [INFO] [stderr] 25082 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:25357:33 [INFO] [stderr] | [INFO] [stderr] 25357 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:26465:33 [INFO] [stderr] | [INFO] [stderr] 26465 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:26825:33 [INFO] [stderr] | [INFO] [stderr] 26825 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27059:33 [INFO] [stderr] | [INFO] [stderr] 27059 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27159:33 [INFO] [stderr] | [INFO] [stderr] 27159 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27390:33 [INFO] [stderr] | [INFO] [stderr] 27390 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27873:33 [INFO] [stderr] | [INFO] [stderr] 27873 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28110:33 [INFO] [stderr] | [INFO] [stderr] 28110 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28526:33 [INFO] [stderr] | [INFO] [stderr] 28526 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28850:33 [INFO] [stderr] | [INFO] [stderr] 28850 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:29080:33 [INFO] [stderr] | [INFO] [stderr] 29080 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:20924:33 [INFO] [stderr] | [INFO] [stderr] 20924 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:21320:33 [INFO] [stderr] | [INFO] [stderr] 21320 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:22426:33 [INFO] [stderr] | [INFO] [stderr] 22426 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23372:33 [INFO] [stderr] | [INFO] [stderr] 23372 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23512:33 [INFO] [stderr] | [INFO] [stderr] 23512 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:23707:33 [INFO] [stderr] | [INFO] [stderr] 23707 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24025:33 [INFO] [stderr] | [INFO] [stderr] 24025 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24323:33 [INFO] [stderr] | [INFO] [stderr] 24323 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24455:33 [INFO] [stderr] | [INFO] [stderr] 24455 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:24709:33 [INFO] [stderr] | [INFO] [stderr] 24709 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:25082:33 [INFO] [stderr] | [INFO] [stderr] 25082 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:25357:33 [INFO] [stderr] | [INFO] [stderr] 25357 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:26465:33 [INFO] [stderr] | [INFO] [stderr] 26465 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:26825:33 [INFO] [stderr] | [INFO] [stderr] 26825 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27059:33 [INFO] [stderr] | [INFO] [stderr] 27059 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27159:33 [INFO] [stderr] | [INFO] [stderr] 27159 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27390:33 [INFO] [stderr] | [INFO] [stderr] 27390 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:27873:33 [INFO] [stderr] | [INFO] [stderr] 27873 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28110:33 [INFO] [stderr] | [INFO] [stderr] 28110 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28526:33 [INFO] [stderr] | [INFO] [stderr] 28526 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:28850:33 [INFO] [stderr] | [INFO] [stderr] 28850 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> /opt/crater/target/debug/build/gdnative-editor-c60c7402823d880e/out/editor_types.rs:29080:33 [INFO] [stderr] | [INFO] [stderr] 29080 | 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 33s [INFO] running `"docker" "inspect" "b30682c6f251247a4f9f87b6447f02703c22c97dd4e21c1d24a564fbd5628d6a"` [INFO] running `"docker" "rm" "-f" "b30682c6f251247a4f9f87b6447f02703c22c97dd4e21c1d24a564fbd5628d6a"` [INFO] [stdout] b30682c6f251247a4f9f87b6447f02703c22c97dd4e21c1d24a564fbd5628d6a