[INFO] cloning repository https://github.com/tecywiz121/earworm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tecywiz121/earworm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecywiz121%2Fearworm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecywiz121%2Fearworm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9ff760462f2f1ee153815c66ab438240596fd53 [INFO] testing tecywiz121/earworm against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecywiz121%2Fearworm" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tecywiz121/earworm on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tecywiz121/earworm [INFO] finished tweaking git repo https://github.com/tecywiz121/earworm [INFO] tweaked toml for git repo https://github.com/tecywiz121/earworm written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/tecywiz121/earworm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derive_builder v0.7.1 [INFO] [stderr] Downloaded snafu v0.2.3 [INFO] [stderr] Downloaded derive_builder_core v0.4.1 [INFO] [stderr] Downloaded snafu-derive v0.2.3 [INFO] [stderr] Downloaded id3 v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bfa820db409e77bea4f9fa686e1829e114d4ff87623f0262c48691d0b9600ed5 [INFO] running `Command { std: "docker" "start" "-a" "bfa820db409e77bea4f9fa686e1829e114d4ff87623f0262c48691d0b9600ed5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bfa820db409e77bea4f9fa686e1829e114d4ff87623f0262c48691d0b9600ed5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfa820db409e77bea4f9fa686e1829e114d4ff87623f0262c48691d0b9600ed5", kill_on_drop: false }` [INFO] [stdout] bfa820db409e77bea4f9fa686e1829e114d4ff87623f0262c48691d0b9600ed5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebbc6ffc7240cdd26085c3c39aea961913eddb0730628e4b8e94ccd5b2c16576 [INFO] running `Command { std: "docker" "start" "-a" "ebbc6ffc7240cdd26085c3c39aea961913eddb0730628e4b8e94ccd5b2c16576", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling gio v0.6.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling gdk-pixbuf v0.6.0 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling atk v0.6.0 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling gdk v0.10.0 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling gtk v0.6.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling claxon v0.3.2 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling glib-sys v0.8.0 [INFO] [stderr] Compiling gobject-sys v0.8.0 [INFO] [stderr] Compiling gio-sys v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.8.0 [INFO] [stderr] Compiling pango-sys v0.8.0 [INFO] [stderr] Compiling cairo-sys-rs v0.8.0 [INFO] [stderr] Compiling atk-sys v0.8.0 [INFO] [stderr] Compiling gdk-sys v0.8.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling gtk-sys v0.8.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling slice-deque v0.1.16 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling rodio v0.8.1 [INFO] [stderr] Compiling snafu-derive v0.2.3 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling snafu v0.2.3 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling id3 v0.3.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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.6.0/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=c897044e9aa852d2 -C extra-filename=-c897044e9aa852d2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-e7b1c11f9284c5c8.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-09001a62d0cd1094.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-e85cb8b889bd797e.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-93e0fc7543f77588.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-46f6aa8584dc3d83.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-084331b84ffdd394.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-fdd83eca308beaa7.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-2821f1cfa103d3d8.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-087db3a819be1d90.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-cf19037a22b3b697.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-e7dd676f7dc85232.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-0293a7c772eaf434.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-109faa49776e0810.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-6034a6970937b2b0.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-752c9b3373b105cb.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-07d127749cad2c89.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-98d3fb31b26f5b46.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ebbc6ffc7240cdd26085c3c39aea961913eddb0730628e4b8e94ccd5b2c16576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebbc6ffc7240cdd26085c3c39aea961913eddb0730628e4b8e94ccd5b2c16576", kill_on_drop: false }` [INFO] [stdout] ebbc6ffc7240cdd26085c3c39aea961913eddb0730628e4b8e94ccd5b2c16576