[INFO] crate gdnative-input 0.6.0 is already in cache [INFO] extracting crate gdnative-input 0.6.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/gdnative-input/0.6.0 [INFO] extracting crate gdnative-input 0.6.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-input/0.6.0 [INFO] validating manifest of gdnative-input-0.6.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gdnative-input-0.6.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gdnative-input-0.6.0 [INFO] finished frobbing gdnative-input-0.6.0 [INFO] frobbed toml for gdnative-input-0.6.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gdnative-input/0.6.0/Cargo.toml [INFO] started frobbing gdnative-input-0.6.0 [INFO] finished frobbing gdnative-input-0.6.0 [INFO] frobbed toml for gdnative-input-0.6.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-input/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gdnative-input-0.6.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-input/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 37c464ca2b53f8a6140ec29f3c176040161a96ab38deceaaee1e93bb6d53729e [INFO] running `"docker" "start" "-a" "37c464ca2b53f8a6140ec29f3c176040161a96ab38deceaaee1e93bb6d53729e"` [INFO] [stderr] Compiling gdnative_bindings_generator v0.3.0 [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Compiling gdnative_geom v0.6.0 [INFO] [stderr] Compiling gdnative-core v0.6.0 [INFO] [stderr] Compiling gdnative-common v0.6.0 [INFO] [stderr] Compiling gdnative-input v0.6.0 (/opt/crater/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/crater/target/debug/build/gdnative-input-73eb95f082eaa002/out/input_types.rs:6465:33 [INFO] [stderr] | [INFO] [stderr] 6465 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6652:33 [INFO] [stderr] | [INFO] [stderr] 6652 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6817:33 [INFO] [stderr] | [INFO] [stderr] 6817 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6962:33 [INFO] [stderr] | [INFO] [stderr] 6962 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7087:33 [INFO] [stderr] | [INFO] [stderr] 7087 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7222:33 [INFO] [stderr] | [INFO] [stderr] 7222 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7424:33 [INFO] [stderr] | [INFO] [stderr] 7424 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7564:33 [INFO] [stderr] | [INFO] [stderr] 7564 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7649:33 [INFO] [stderr] | [INFO] [stderr] 7649 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7733:33 [INFO] [stderr] | [INFO] [stderr] 7733 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7819:33 [INFO] [stderr] | [INFO] [stderr] 7819 | 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 07s [INFO] running `"docker" "inspect" "37c464ca2b53f8a6140ec29f3c176040161a96ab38deceaaee1e93bb6d53729e"` [INFO] running `"docker" "rm" "-f" "37c464ca2b53f8a6140ec29f3c176040161a96ab38deceaaee1e93bb6d53729e"` [INFO] [stdout] 37c464ca2b53f8a6140ec29f3c176040161a96ab38deceaaee1e93bb6d53729e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-input/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b4a90c44db73f5d777925eb8eca54a6824a762f11567e169f48570335566256d [INFO] running `"docker" "start" "-a" "b4a90c44db73f5d777925eb8eca54a6824a762f11567e169f48570335566256d"` [INFO] [stderr] Compiling gdnative-input v0.6.0 (/opt/crater/workdir) [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/crater/target/debug/build/gdnative-input-73eb95f082eaa002/out/input_types.rs:6465:33 [INFO] [stderr] | [INFO] [stderr] 6465 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6652:33 [INFO] [stderr] | [INFO] [stderr] 6652 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6817:33 [INFO] [stderr] | [INFO] [stderr] 6817 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:6962:33 [INFO] [stderr] | [INFO] [stderr] 6962 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7087:33 [INFO] [stderr] | [INFO] [stderr] 7087 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7222:33 [INFO] [stderr] | [INFO] [stderr] 7222 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7424:33 [INFO] [stderr] | [INFO] [stderr] 7424 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7564:33 [INFO] [stderr] | [INFO] [stderr] 7564 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7649:33 [INFO] [stderr] | [INFO] [stderr] 7649 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7733:33 [INFO] [stderr] | [INFO] [stderr] 7733 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-input-73eb95f082eaa002/out/input_types.rs:7819:33 [INFO] [stderr] | [INFO] [stderr] 7819 | 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 1.29s [INFO] running `"docker" "inspect" "b4a90c44db73f5d777925eb8eca54a6824a762f11567e169f48570335566256d"` [INFO] running `"docker" "rm" "-f" "b4a90c44db73f5d777925eb8eca54a6824a762f11567e169f48570335566256d"` [INFO] [stdout] b4a90c44db73f5d777925eb8eca54a6824a762f11567e169f48570335566256d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-input/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] c5894b146b3d7bfb32079154d0bd22293bca2f29111717c715ab63a3e96eed11 [INFO] running `"docker" "start" "-a" "c5894b146b3d7bfb32079154d0bd22293bca2f29111717c715ab63a3e96eed11"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/gdnative_input-0b1c41046ceb54e5 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gdnative-input [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c5894b146b3d7bfb32079154d0bd22293bca2f29111717c715ab63a3e96eed11"` [INFO] running `"docker" "rm" "-f" "c5894b146b3d7bfb32079154d0bd22293bca2f29111717c715ab63a3e96eed11"` [INFO] [stdout] c5894b146b3d7bfb32079154d0bd22293bca2f29111717c715ab63a3e96eed11