[INFO] cloning repository https://github.com/luc-tielen/fire-emblem-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luc-tielen/fire-emblem-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25b63a5bb4ac4c439da2c4a07a8992fb4398e36a [INFO] checking luc-tielen/fire-emblem-rs against master#0f353363965ebf05e0757f7679c800b39c51a07e for pr-144896 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/luc-tielen/fire-emblem-rs [INFO] finished tweaking git repo https://github.com/luc-tielen/fire-emblem-rs [INFO] tweaked toml for git repo https://github.com/luc-tielen/fire-emblem-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/luc-tielen/fire-emblem-rs on toolchain 0f353363965ebf05e0757f7679c800b39c51a07e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0f353363965ebf05e0757f7679c800b39c51a07e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/luc-tielen/fire-emblem-rs 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" "+0f353363965ebf05e0757f7679c800b39c51a07e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-glib v0.2.1 [INFO] [stderr] Downloaded relm-derive-common v0.10.0 [INFO] [stderr] Downloaded relm-derive v0.10.0 [INFO] [stderr] Downloaded relm v0.10.1 [INFO] [stderr] Downloaded relm-core v0.10.1 [INFO] [stderr] Downloaded relm-gen-widget v0.10.0 [INFO] [stderr] Downloaded relm-state v0.10.1 [INFO] [stderr] Downloaded relm-attributes v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+0f353363965ebf05e0757f7679c800b39c51a07e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 653424d16930b6603da85e17e5d1bc6e2e7c743df136d4f42d2a60dad588d4e5 [INFO] running `Command { std: "docker" "start" "-a" "653424d16930b6603da85e17e5d1bc6e2e7c743df136d4f42d2a60dad588d4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "653424d16930b6603da85e17e5d1bc6e2e7c743df136d4f42d2a60dad588d4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "653424d16930b6603da85e17e5d1bc6e2e7c743df136d4f42d2a60dad588d4e5", kill_on_drop: false }` [INFO] [stdout] 653424d16930b6603da85e17e5d1bc6e2e7c743df136d4f42d2a60dad588d4e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+0f353363965ebf05e0757f7679c800b39c51a07e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcd14bcfc35a676d8051aa6e6e6e0887893d74619648dad9a74a10df87956403 [INFO] running `Command { std: "docker" "start" "-a" "fcd14bcfc35a676d8051aa6e6e6e0887893d74619648dad9a74a10df87956403", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Checking libc v0.2.32 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking lazy_static v0.2.9 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Checking log v0.3.8 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Checking futures v0.1.16 [INFO] [stderr] Checking c_vec v1.2.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Checking iovec v0.1.1 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Checking bytes v0.4.5 [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling gobject-sys v0.4.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling pango-sys v0.4.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling atk-sys v0.4.0 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Checking tokio-io v0.1.3 [INFO] [stderr] Checking futures-glib v0.2.1 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Checking relm-core v0.10.1 [INFO] [stderr] Compiling relm-gen-widget v0.10.0 [INFO] [stderr] Checking relm-state v0.10.1 [INFO] [stderr] Checking pango v0.2.0 [INFO] [stderr] Compiling relm-derive-common v0.10.0 [INFO] [stderr] Compiling relm-derive v0.10.0 [INFO] [stderr] Compiling relm-attributes v0.10.0 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta4eaLJX" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gtk` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fcd14bcfc35a676d8051aa6e6e6e0887893d74619648dad9a74a10df87956403", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcd14bcfc35a676d8051aa6e6e6e0887893d74619648dad9a74a10df87956403", kill_on_drop: false }` [INFO] [stdout] fcd14bcfc35a676d8051aa6e6e6e0887893d74619648dad9a74a10df87956403