[INFO] fetching crate gdnative-video 0.6.1... [INFO] testing gdnative-video-0.6.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate gdnative-video 0.6.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate gdnative-video 0.6.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gdnative-video 0.6.1 [INFO] finished tweaking crates.io crate gdnative-video 0.6.1 [INFO] tweaked toml for crates.io crate gdnative-video 0.6.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16c3c2e2dfc282da292bb7aff48b01da30f475bf2a2e3c2576f41b1f8ba3c0ee [INFO] running `Command { std: "docker" "start" "-a" "16c3c2e2dfc282da292bb7aff48b01da30f475bf2a2e3c2576f41b1f8ba3c0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16c3c2e2dfc282da292bb7aff48b01da30f475bf2a2e3c2576f41b1f8ba3c0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16c3c2e2dfc282da292bb7aff48b01da30f475bf2a2e3c2576f41b1f8ba3c0ee", kill_on_drop: false }` [INFO] [stdout] 16c3c2e2dfc282da292bb7aff48b01da30f475bf2a2e3c2576f41b1f8ba3c0ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59d61549270dc87d66c3101f9c775bb047a91d2b1f6eeb8822b58e6db5961467 [INFO] running `Command { std: "docker" "start" "-a" "59d61549270dc87d66c3101f9c775bb047a91d2b1f6eeb8822b58e6db5961467", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bindgen v0.46.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling gdnative_bindings_generator v0.3.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling gdnative-core v0.6.0 [INFO] [stderr] Compiling gdnative-common v0.6.1 [INFO] [stderr] Compiling gdnative-video v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling gdnative_geom v0.6.1 [INFO] [stderr] Compiling gdnative-sys v0.6.0 [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1348:33 [INFO] [stdout] | [INFO] [stdout] 1348 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1395:33 [INFO] [stdout] | [INFO] [stdout] 1395 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1480:33 [INFO] [stdout] | [INFO] [stdout] 1480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.71s [INFO] running `Command { std: "docker" "inspect" "59d61549270dc87d66c3101f9c775bb047a91d2b1f6eeb8822b58e6db5961467", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59d61549270dc87d66c3101f9c775bb047a91d2b1f6eeb8822b58e6db5961467", kill_on_drop: false }` [INFO] [stdout] 59d61549270dc87d66c3101f9c775bb047a91d2b1f6eeb8822b58e6db5961467 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73c9b4919d187d017feefec2d59e6f2e97eb16dad1dab4abd74908e423842d4e [INFO] running `Command { std: "docker" "start" "-a" "73c9b4919d187d017feefec2d59e6f2e97eb16dad1dab4abd74908e423842d4e", kill_on_drop: false }` [INFO] [stderr] Compiling gdnative-video v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1348:33 [INFO] [stdout] | [INFO] [stdout] 1348 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1395:33 [INFO] [stdout] | [INFO] [stdout] 1395 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1480:33 [INFO] [stdout] | [INFO] [stdout] 1480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1348:33 [INFO] [stdout] | [INFO] [stdout] 1348 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1395:33 [INFO] [stdout] | [INFO] [stdout] 1395 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1480:33 [INFO] [stdout] | [INFO] [stdout] 1480 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "73c9b4919d187d017feefec2d59e6f2e97eb16dad1dab4abd74908e423842d4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73c9b4919d187d017feefec2d59e6f2e97eb16dad1dab4abd74908e423842d4e", kill_on_drop: false }` [INFO] [stdout] 73c9b4919d187d017feefec2d59e6f2e97eb16dad1dab4abd74908e423842d4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0baab5304f9cb89910ae2ad01259df6476e59995638deac11cd490e0340d3828 [INFO] running `Command { std: "docker" "start" "-a" "0baab5304f9cb89910ae2ad01259df6476e59995638deac11cd490e0340d3828", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::mem` [INFO] [stderr] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1348:33 [INFO] [stderr] | [INFO] [stderr] 1348 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1395:33 [INFO] [stderr] | [INFO] [stderr] 1395 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> /opt/rustwide/target/debug/build/gdnative-video-9b457e6136c7cf04/out/video_types.rs:1480:33 [INFO] [stderr] | [INFO] [stderr] 1480 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: `gdnative-video` (lib) generated 5 warnings [INFO] [stderr] warning: `gdnative-video` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gdnative_video-7f798b90707cbfb3) [INFO] [stdout] [INFO] [stderr] Doc-tests gdnative-video [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0baab5304f9cb89910ae2ad01259df6476e59995638deac11cd490e0340d3828", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0baab5304f9cb89910ae2ad01259df6476e59995638deac11cd490e0340d3828", kill_on_drop: false }` [INFO] [stdout] 0baab5304f9cb89910ae2ad01259df6476e59995638deac11cd490e0340d3828