[INFO] crate futures-glib 0.4.0 is already in cache [INFO] extracting crate futures-glib 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/futures-glib/0.4.0 [INFO] extracting crate futures-glib 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/futures-glib/0.4.0 [INFO] validating manifest of futures-glib-0.4.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 futures-glib-0.4.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 futures-glib-0.4.0 [INFO] finished frobbing futures-glib-0.4.0 [INFO] frobbed toml for futures-glib-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/futures-glib/0.4.0/Cargo.toml [INFO] started frobbing futures-glib-0.4.0 [INFO] finished frobbing futures-glib-0.4.0 [INFO] frobbed toml for futures-glib-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/futures-glib/0.4.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] [stderr] Blocking waiting for file lock on package cache [INFO] testing futures-glib-0.4.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/futures-glib/0.4.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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 64c2e7988dde8823e9be3db6b3a3ca2b603c3485e3f96fa127e43b29ecefbfd2 [INFO] running `"docker" "start" "-a" "64c2e7988dde8823e9be3db6b3a3ca2b603c3485e3f96fa127e43b29ecefbfd2"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling glib-sys v0.6.0 [INFO] [stderr] Compiling futures-glib v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:189:30 [INFO] [stderr] | [INFO] [stderr] 189 | future: Option>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:278:13 [INFO] [stderr] | [INFO] [stderr] 278 | Run(Box), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn FnBox` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/rt.rs:1:47 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::atomic::{AtomicBool, Ordering, ATOMIC_BOOL_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/rt.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | static INITIALIZED: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.45s [INFO] running `"docker" "inspect" "64c2e7988dde8823e9be3db6b3a3ca2b603c3485e3f96fa127e43b29ecefbfd2"` [INFO] running `"docker" "rm" "-f" "64c2e7988dde8823e9be3db6b3a3ca2b603c3485e3f96fa127e43b29ecefbfd2"` [INFO] [stdout] 64c2e7988dde8823e9be3db6b3a3ca2b603c3485e3f96fa127e43b29ecefbfd2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/futures-glib/0.4.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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e638cc3f0f772e7f09813caa254d3f5ae1e81a72879e74276e0898d4e17777f [INFO] running `"docker" "start" "-a" "7e638cc3f0f772e7f09813caa254d3f5ae1e81a72879e74276e0898d4e17777f"` [INFO] [stderr] Compiling gio v0.4.1 [INFO] [stderr] Compiling gdk-pixbuf v0.4.0 [INFO] [stderr] Compiling cairo-rs v0.4.1 [INFO] [stderr] Compiling gdk v0.8.0 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling gtk v0.4.1 [INFO] [stderr] Compiling gobject-sys v0.6.0 [INFO] [stderr] Compiling gio-sys v0.6.0 [INFO] [stderr] Compiling pango-sys v0.6.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.6.0 [INFO] [stderr] Compiling cairo-sys-rs v0.6.0 [INFO] [stderr] Compiling atk-sys v0.6.0 [INFO] [stderr] Compiling gdk-sys v0.6.0 [INFO] [stderr] Compiling gtk-sys v0.6.0 [INFO] [stderr] Compiling glib v0.5.0 [INFO] [stderr] Compiling pango v0.4.0 [INFO] [stderr] error: Could not compile `gtk`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gtk /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.4.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=02196bfcb4969bd0 -C extra-filename=-02196bfcb4969bd0 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib --extern cairo=/opt/crater/target/debug/deps/libcairo-6885150b78ef03e6.rlib --extern cairo_sys=/opt/crater/target/debug/deps/libcairo_sys-a1ab8770d9041433.rlib --extern gdk=/opt/crater/target/debug/deps/libgdk-cb7a344e6b5ba170.rlib --extern gdk_pixbuf=/opt/crater/target/debug/deps/libgdk_pixbuf-faaf01cf91ccb989.rlib --extern gdk_pixbuf_sys=/opt/crater/target/debug/deps/libgdk_pixbuf_sys-76de9263e5c692e9.rlib --extern gdk_sys=/opt/crater/target/debug/deps/libgdk_sys-84399bc308ef5d30.rlib --extern gio=/opt/crater/target/debug/deps/libgio-37bb106b36d5474c.rlib --extern gio_sys=/opt/crater/target/debug/deps/libgio_sys-fb7d0e5e148cd937.rlib --extern glib=/opt/crater/target/debug/deps/libglib-b5118dbb9aba0bc8.rlib --extern glib_sys=/opt/crater/target/debug/deps/libglib_sys-75dc4d51a2c4650d.rlib --extern gobject_sys=/opt/crater/target/debug/deps/libgobject_sys-f292bc502d30f8a5.rlib --extern gtk_sys=/opt/crater/target/debug/deps/libgtk_sys-9e458171f4252317.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib --extern pango=/opt/crater/target/debug/deps/libpango-b609afec1d5d4c75.rlib --cap-lints allow --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "7e638cc3f0f772e7f09813caa254d3f5ae1e81a72879e74276e0898d4e17777f"` [INFO] running `"docker" "rm" "-f" "7e638cc3f0f772e7f09813caa254d3f5ae1e81a72879e74276e0898d4e17777f"` [INFO] [stdout] 7e638cc3f0f772e7f09813caa254d3f5ae1e81a72879e74276e0898d4e17777f