[INFO] fetching crate pistoncore-glfw_window 0.49.0... [INFO] extracting crate pistoncore-glfw_window 0.49.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pistoncore-glfw_window/0.49.0 [INFO] extracting crate pistoncore-glfw_window 0.49.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/pistoncore-glfw_window/0.49.0 [INFO] validating manifest of pistoncore-glfw_window-0.49.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pistoncore-glfw_window-0.49.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pistoncore-glfw_window-0.49.0 [INFO] finished frobbing pistoncore-glfw_window-0.49.0 [INFO] frobbed toml for pistoncore-glfw_window-0.49.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pistoncore-glfw_window/0.49.0/Cargo.toml [INFO] started frobbing pistoncore-glfw_window-0.49.0 [INFO] finished frobbing pistoncore-glfw_window-0.49.0 [INFO] frobbed toml for pistoncore-glfw_window-0.49.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/pistoncore-glfw_window/0.49.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pistoncore-glfw_window-0.49.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pistoncore-glfw_window/0.49.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] b4cc37163e7fb553a7b936f4844b9b85c3c186447605e6f8a3af3f8bf4b84329 [INFO] running `"docker" "start" "-a" "b4cc37163e7fb553a7b936f4844b9b85c3c186447605e6f8a3af3f8bf4b84329"` [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling pistoncore-input v0.24.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling glfw v0.26.1 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling pistoncore-window v0.37.0 [INFO] [stderr] Compiling pistoncore-glfw_window v0.49.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:69 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn new(settings: &WindowSettings) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Context` is imported redundantly [INFO] [stderr] --> src/lib.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 16 | use glfw::Context; [INFO] [stderr] | ------------- the item `Context` is already imported here [INFO] [stderr] ... [INFO] [stderr] 79 | use glfw::{Context, SwapInterval}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:252:88 [INFO] [stderr] | [INFO] [stderr] 252 | fn build_from_window_settings(settings: &WindowSettings) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.67s [INFO] running `"docker" "inspect" "b4cc37163e7fb553a7b936f4844b9b85c3c186447605e6f8a3af3f8bf4b84329"` [INFO] running `"docker" "rm" "-f" "b4cc37163e7fb553a7b936f4844b9b85c3c186447605e6f8a3af3f8bf4b84329"` [INFO] [stdout] b4cc37163e7fb553a7b936f4844b9b85c3c186447605e6f8a3af3f8bf4b84329 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pistoncore-glfw_window/0.49.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 67e73c1cf1dcb45e01a2a0c33c9c4d0b032277cef42f23faa754a189ee6d1ca5 [INFO] running `"docker" "start" "-a" "67e73c1cf1dcb45e01a2a0c33c9c4d0b032277cef42f23faa754a189ee6d1ca5"` [INFO] [stderr] Compiling pistoncore-glfw_window v0.49.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:69 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn new(settings: &WindowSettings) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Context` is imported redundantly [INFO] [stderr] --> src/lib.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 16 | use glfw::Context; [INFO] [stderr] | ------------- the item `Context` is already imported here [INFO] [stderr] ... [INFO] [stderr] 79 | use glfw::{Context, SwapInterval}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:252:88 [INFO] [stderr] | [INFO] [stderr] 252 | fn build_from_window_settings(settings: &WindowSettings) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.89s [INFO] running `"docker" "inspect" "67e73c1cf1dcb45e01a2a0c33c9c4d0b032277cef42f23faa754a189ee6d1ca5"` [INFO] running `"docker" "rm" "-f" "67e73c1cf1dcb45e01a2a0c33c9c4d0b032277cef42f23faa754a189ee6d1ca5"` [INFO] [stdout] 67e73c1cf1dcb45e01a2a0c33c9c4d0b032277cef42f23faa754a189ee6d1ca5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/pistoncore-glfw_window/0.49.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 1537850a6b85370fa41665a5f8f99cbe6ad08bd733c414b4cde6ea5103332855 [INFO] running `"docker" "start" "-a" "1537850a6b85370fa41665a5f8f99cbe6ad08bd733c414b4cde6ea5103332855"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/glfw_window-e15e46e5a75aa04b [INFO] [stderr] Doc-tests glfw_window [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] [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" "1537850a6b85370fa41665a5f8f99cbe6ad08bd733c414b4cde6ea5103332855"` [INFO] running `"docker" "rm" "-f" "1537850a6b85370fa41665a5f8f99cbe6ad08bd733c414b4cde6ea5103332855"` [INFO] [stdout] 1537850a6b85370fa41665a5f8f99cbe6ad08bd733c414b4cde6ea5103332855