[INFO] cloning repository https://github.com/dop3ch3f/gui-rust-glade [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dop3ch3f/gui-rust-glade" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgui-rust-glade", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgui-rust-glade'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b2794c228031d2e58d33d5f92b091986b0c94e21 [INFO] testing dop3ch3f/gui-rust-glade against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgui-rust-glade" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dop3ch3f/gui-rust-glade on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dop3ch3f/gui-rust-glade [INFO] finished tweaking git repo https://github.com/dop3ch3f/gui-rust-glade [INFO] tweaked toml for git repo https://github.com/dop3ch3f/gui-rust-glade written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dop3ch3f/gui-rust-glade already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42085d28511454c8ad896be24e73db438f2d81623576d4d0009d89d9c56ff414 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "42085d28511454c8ad896be24e73db438f2d81623576d4d0009d89d9c56ff414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42085d28511454c8ad896be24e73db438f2d81623576d4d0009d89d9c56ff414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42085d28511454c8ad896be24e73db438f2d81623576d4d0009d89d9c56ff414", kill_on_drop: false }` [INFO] [stdout] 42085d28511454c8ad896be24e73db438f2d81623576d4d0009d89d9c56ff414 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca5d762a10047e42adfda15b15908a6d9999d423745177aaad1ae43a47057a43 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca5d762a10047e42adfda15b15908a6d9999d423745177aaad1ae43a47057a43", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling glib v0.9.3 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.3 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.4 [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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v3_16"' -C metadata=e03bcc0556853d04 -C extra-filename=-e03bcc0556853d04 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-6499e74b9170251d.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-9a33c3e7fa3ec2e0.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-2a0bb6a7b3379ed5.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-fa67f7d9089a31c4.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-44a0465e8766f4ed.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-2bdbb5cd51298f9c.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-0803ff6ec0525bf9.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-7de92658642ae5a9.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-4027084f0e8da7cf.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-16bfadfa08048190.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-ebfae8efc94f8107.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-aebf6c0ea6019bf8.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-7eca9225fb54202d.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-ffe0d2d34dcd345e.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-0435b851e6113266.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-db6d7da1b61d4fdf.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ca5d762a10047e42adfda15b15908a6d9999d423745177aaad1ae43a47057a43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca5d762a10047e42adfda15b15908a6d9999d423745177aaad1ae43a47057a43", kill_on_drop: false }` [INFO] [stdout] ca5d762a10047e42adfda15b15908a6d9999d423745177aaad1ae43a47057a43