[INFO] crate gdnative-arvr 0.6.0 is already in cache [INFO] extracting crate gdnative-arvr 0.6.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/gdnative-arvr/0.6.0 [INFO] extracting crate gdnative-arvr 0.6.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-arvr/0.6.0 [INFO] validating manifest of gdnative-arvr-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-arvr-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-arvr-0.6.0 [INFO] finished frobbing gdnative-arvr-0.6.0 [INFO] frobbed toml for gdnative-arvr-0.6.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gdnative-arvr/0.6.0/Cargo.toml [INFO] started frobbing gdnative-arvr-0.6.0 [INFO] finished frobbing gdnative-arvr-0.6.0 [INFO] frobbed toml for gdnative-arvr-0.6.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdnative-arvr/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-arvr-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-4/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-arvr/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] 2aeaebb602941e472b10fd9fc49195b07ac4af4cb021a251fe20967f9ea95191 [INFO] running `"docker" "start" "-a" "2aeaebb602941e472b10fd9fc49195b07ac4af4cb021a251fe20967f9ea95191"` [INFO] [stderr] Compiling gdnative_bindings_generator v0.3.0 [INFO] [stderr] Compiling gdnative-sys v0.6.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-arvr 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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:6953:33 [INFO] [stderr] | [INFO] [stderr] 6953 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:7354:33 [INFO] [stderr] | [INFO] [stderr] 7354 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:7679:33 [INFO] [stderr] | [INFO] [stderr] 7679 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8048:33 [INFO] [stderr] | [INFO] [stderr] 8048 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8289:33 [INFO] [stderr] | [INFO] [stderr] 8289 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8336:33 [INFO] [stderr] | [INFO] [stderr] 8336 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8429:33 [INFO] [stderr] | [INFO] [stderr] 8429 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8588:33 [INFO] [stderr] | [INFO] [stderr] 8588 | 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 43.37s [INFO] running `"docker" "inspect" "2aeaebb602941e472b10fd9fc49195b07ac4af4cb021a251fe20967f9ea95191"` [INFO] running `"docker" "rm" "-f" "2aeaebb602941e472b10fd9fc49195b07ac4af4cb021a251fe20967f9ea95191"` [INFO] [stdout] 2aeaebb602941e472b10fd9fc49195b07ac4af4cb021a251fe20967f9ea95191 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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-arvr/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] 06c08d4f43c1f9e161d6b8bdbfb38eec81bd4c9241fd21f26cfa3aa3a5d6932e [INFO] running `"docker" "start" "-a" "06c08d4f43c1f9e161d6b8bdbfb38eec81bd4c9241fd21f26cfa3aa3a5d6932e"` [INFO] [stderr] Compiling gdnative-arvr 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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:6953:33 [INFO] [stderr] | [INFO] [stderr] 6953 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:7354:33 [INFO] [stderr] | [INFO] [stderr] 7354 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:7679:33 [INFO] [stderr] | [INFO] [stderr] 7679 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8048:33 [INFO] [stderr] | [INFO] [stderr] 8048 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8289:33 [INFO] [stderr] | [INFO] [stderr] 8289 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8336:33 [INFO] [stderr] | [INFO] [stderr] 8336 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8429:33 [INFO] [stderr] | [INFO] [stderr] 8429 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `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-arvr-c2c2642dcaf90a88/out/arvr_types.rs:8588:33 [INFO] [stderr] | [INFO] [stderr] 8588 | 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.41s [INFO] running `"docker" "inspect" "06c08d4f43c1f9e161d6b8bdbfb38eec81bd4c9241fd21f26cfa3aa3a5d6932e"` [INFO] running `"docker" "rm" "-f" "06c08d4f43c1f9e161d6b8bdbfb38eec81bd4c9241fd21f26cfa3aa3a5d6932e"` [INFO] [stdout] 06c08d4f43c1f9e161d6b8bdbfb38eec81bd4c9241fd21f26cfa3aa3a5d6932e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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-arvr/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] f84f371ed81a33e4b5da0fb1d108c14e5c7bc10bea9367bf308e55a7e3bc0a3a [INFO] running `"docker" "start" "-a" "f84f371ed81a33e4b5da0fb1d108c14e5c7bc10bea9367bf308e55a7e3bc0a3a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/gdnative_arvr-f92972abaa5de197 [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-arvr [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" "f84f371ed81a33e4b5da0fb1d108c14e5c7bc10bea9367bf308e55a7e3bc0a3a"` [INFO] running `"docker" "rm" "-f" "f84f371ed81a33e4b5da0fb1d108c14e5c7bc10bea9367bf308e55a7e3bc0a3a"` [INFO] [stdout] f84f371ed81a33e4b5da0fb1d108c14e5c7bc10bea9367bf308e55a7e3bc0a3a