[INFO] cloning repository https://github.com/JuanPotato/Uncompose [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JuanPotato/Uncompose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FUncompose", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FUncompose'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5fd7a74b353a6e5626ca40d0728ec9d5fa6045d [INFO] testing JuanPotato/Uncompose against try#ecd7b559f89c73ac8f1d318f7501006f37b944b2 for pr-112849 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FUncompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JuanPotato/Uncompose on toolchain ecd7b559f89c73ac8f1d318f7501006f37b944b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JuanPotato/Uncompose [INFO] finished tweaking git repo https://github.com/JuanPotato/Uncompose [INFO] tweaked toml for git repo https://github.com/JuanPotato/Uncompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/JuanPotato/Uncompose already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96350ad4a1711443600cb30c2308cf99bf3b454cd3e1470f2425d892c721ffed [INFO] running `Command { std: "docker" "start" "-a" "96350ad4a1711443600cb30c2308cf99bf3b454cd3e1470f2425d892c721ffed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96350ad4a1711443600cb30c2308cf99bf3b454cd3e1470f2425d892c721ffed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96350ad4a1711443600cb30c2308cf99bf3b454cd3e1470f2425d892c721ffed", kill_on_drop: false }` [INFO] [stdout] 96350ad4a1711443600cb30c2308cf99bf3b454cd3e1470f2425d892c721ffed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b4fbec9e414023cdebfccbf19fee22fc6b767f8c69ff5ab34d701c624466702 [INFO] running `Command { std: "docker" "start" "-a" "5b4fbec9e414023cdebfccbf19fee22fc6b767f8c69ff5ab34d701c624466702", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling gio v0.3.0 [INFO] [stderr] Compiling cairo-rs v0.3.0 [INFO] [stderr] Compiling gdk-pixbuf v0.3.0 [INFO] [stderr] Compiling c_vec v1.2.1 [INFO] [stderr] Compiling gdk v0.7.0 [INFO] [stderr] Compiling gtk v0.3.0 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling glib-sys v0.5.0 [INFO] [stderr] Compiling gobject-sys v0.5.0 [INFO] [stderr] Compiling gio-sys v0.5.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.5.0 [INFO] [stderr] Compiling cairo-sys-rs v0.5.0 [INFO] [stderr] Compiling pango-sys v0.5.0 [INFO] [stderr] Compiling gdk-sys v0.5.0 [INFO] [stderr] Compiling atk-sys v0.5.0 [INFO] [stderr] Compiling gtk-sys v0.5.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling charname v0.1.0 [INFO] [stderr] Compiling glib v0.4.1 [INFO] [stderr] Compiling pango v0.3.0 [INFO] [stderr] error: could not compile `gtk` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ecd7b559f89c73ac8f1d318f7501006f37b944b2/bin/rustc --crate-name gtk /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gtk-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ceaae786b93c1913 -C extra-filename=-ceaae786b93c1913 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0aae5130aab26b38.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-fec4d93e7633d420.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-d48532fb2bffb392.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-3b87dad19335057e.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-1a23dc92f4beb67b.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-2dfe4824c04d5573.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-6d05f234a6fc851e.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-0c89dfec439675cf.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-76650e67d2271834.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-63bbae943d900de2.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-b6f031fe22c7f22b.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-0e6e2da3c863ad61.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-f69e1190442227e3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4d142b5e875c7b1b.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-31dc9b5d4d3066f1.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5b4fbec9e414023cdebfccbf19fee22fc6b767f8c69ff5ab34d701c624466702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b4fbec9e414023cdebfccbf19fee22fc6b767f8c69ff5ab34d701c624466702", kill_on_drop: false }` [INFO] [stdout] 5b4fbec9e414023cdebfccbf19fee22fc6b767f8c69ff5ab34d701c624466702