[INFO] cloning repository https://github.com/e11io11/TextEditor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/e11io11/TextEditor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fe11io11%2FTextEditor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fe11io11%2FTextEditor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3d2e2f38854f70941ed2f4aa5822f4c783b282a [INFO] checking e11io11/TextEditor against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fe11io11%2FTextEditor" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/e11io11/TextEditor [INFO] finished tweaking git repo https://github.com/e11io11/TextEditor [INFO] tweaked toml for git repo https://github.com/e11io11/TextEditor written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/e11io11/TextEditor on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/e11io11/TextEditor 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac55929c5c1d89b36262edd6b838b386b5d3397a987529d53eeb14d7debcbe6a [INFO] running `Command { std: "docker" "start" "-a" "ac55929c5c1d89b36262edd6b838b386b5d3397a987529d53eeb14d7debcbe6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac55929c5c1d89b36262edd6b838b386b5d3397a987529d53eeb14d7debcbe6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac55929c5c1d89b36262edd6b838b386b5d3397a987529d53eeb14d7debcbe6a", kill_on_drop: false }` [INFO] [stdout] ac55929c5c1d89b36262edd6b838b386b5d3397a987529d53eeb14d7debcbe6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 022d245b101c3dd252956981f43c30dc87a17427d8c9588a31b2415edd2ebb5d [INFO] running `Command { std: "docker" "start" "-a" "022d245b101c3dd252956981f43c30dc87a17427d8c9588a31b2415edd2ebb5d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling cc v1.0.92 [INFO] [stderr] Compiling sdl2 v0.36.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling sdl2-sys v0.36.0 [INFO] [stderr] Compiling tinyfiledialogs v3.9.1 [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Using built-in specs. [INFO] [stderr] warning: tinyfiledialogs@3.9.1: COLLECT_GCC=cc [INFO] [stderr] warning: tinyfiledialogs@3.9.1: OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa [INFO] [stderr] warning: tinyfiledialogs@3.9.1: OFFLOAD_TARGET_DEFAULT=1 [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Target: x86_64-linux-gnu [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Thread model: posix [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Supported LTO compression algorithms: zlib zstd [INFO] [stderr] warning: tinyfiledialogs@3.9.1: gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) [INFO] [stderr] warning: tinyfiledialogs@3.9.1: COLLECT_GCC_OPTIONS='-O0' '-ffunction-sections' '-fdata-sections' '-fPIC' '-gdwarf-4' '-fno-omit-frame-pointer' '-m64' '-Wall' '-Wextra' '-v' '-D' 'USE_WINDOWS_HIDPI' '-o' '/opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/bd7bb318ec84866d-tinyfiledialogs.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' '/opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/' [INFO] [stderr] warning: tinyfiledialogs@3.9.1: /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu -D USE_WINDOWS_HIDPI libtinyfiledialogs/tinyfiledialogs.c -quiet -dumpdir /opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/ -dumpbase bd7bb318ec84866d-tinyfiledialogs.c -dumpbase-ext .c -m64 -mtune=generic -march=x86-64 -gdwarf-4 -O0 -Wall -Wextra -version -ffunction-sections -fdata-sections -fPIC -fno-omit-frame-pointer -fasynchronous-unwind-tables -fstack-protector-strong -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cctuIViO.s [INFO] [stderr] warning: tinyfiledialogs@3.9.1: GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) [INFO] [stderr] warning: tinyfiledialogs@3.9.1: compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP [INFO] [stderr] warning: tinyfiledialogs@3.9.1: [INFO] [stderr] warning: tinyfiledialogs@3.9.1: GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 [INFO] [stderr] warning: tinyfiledialogs@3.9.1: ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" [INFO] [stderr] warning: tinyfiledialogs@3.9.1: ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu" [INFO] [stderr] warning: tinyfiledialogs@3.9.1: ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" [INFO] [stderr] warning: tinyfiledialogs@3.9.1: ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" [INFO] [stderr] warning: tinyfiledialogs@3.9.1: #include "..." search starts here: [INFO] [stderr] warning: tinyfiledialogs@3.9.1: #include <...> search starts here: [INFO] [stderr] warning: tinyfiledialogs@3.9.1: /usr/lib/gcc/x86_64-linux-gnu/13/include [INFO] [stderr] warning: tinyfiledialogs@3.9.1: /usr/local/include [INFO] [stderr] warning: tinyfiledialogs@3.9.1: /usr/include/x86_64-linux-gnu [INFO] [stderr] warning: tinyfiledialogs@3.9.1: /usr/include [INFO] [stderr] warning: tinyfiledialogs@3.9.1: End of search list. [INFO] [stderr] warning: tinyfiledialogs@3.9.1: Compiler executable checksum: 38987c28e967c64056a6454abdef726e [INFO] [stderr] warning: tinyfiledialogs@3.9.1: libtinyfiledialogs/tinyfiledialogs.c:7614:1: fatal error: error writing to /tmp/cctuIViO.s: No space left on device [INFO] [stderr] warning: tinyfiledialogs@3.9.1: 7614 | } [INFO] [stderr] warning: tinyfiledialogs@3.9.1: | ^ [INFO] [stderr] warning: tinyfiledialogs@3.9.1: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `tinyfiledialogs v3.9.1` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/tinyfiledialogs-9ea1ff0254711bce/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:warning=Using built-in specs. [INFO] [stderr] cargo:warning=COLLECT_GCC=cc [INFO] [stderr] cargo:warning=OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa [INFO] [stderr] cargo:warning=OFFLOAD_TARGET_DEFAULT=1 [INFO] [stderr] cargo:warning=Target: x86_64-linux-gnu [INFO] [stderr] cargo:warning=Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 [INFO] [stderr] cargo:warning=Thread model: posix [INFO] [stderr] cargo:warning=Supported LTO compression algorithms: zlib zstd [INFO] [stderr] cargo:warning=gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) [INFO] [stderr] cargo:warning=COLLECT_GCC_OPTIONS='-O0' '-ffunction-sections' '-fdata-sections' '-fPIC' '-gdwarf-4' '-fno-omit-frame-pointer' '-m64' '-Wall' '-Wextra' '-v' '-D' 'USE_WINDOWS_HIDPI' '-o' '/opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/bd7bb318ec84866d-tinyfiledialogs.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' '/opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/' [INFO] [stderr] cargo:warning= /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu -D USE_WINDOWS_HIDPI libtinyfiledialogs/tinyfiledialogs.c -quiet -dumpdir /opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/ -dumpbase bd7bb318ec84866d-tinyfiledialogs.c -dumpbase-ext .c -m64 -mtune=generic -march=x86-64 -gdwarf-4 -O0 -Wall -Wextra -version -ffunction-sections -fdata-sections -fPIC -fno-omit-frame-pointer -fasynchronous-unwind-tables -fstack-protector-strong -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cctuIViO.s [INFO] [stderr] cargo:warning=GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) [INFO] [stderr] cargo:warning= compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP [INFO] [stderr] cargo:warning= [INFO] [stderr] cargo:warning=GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 [INFO] [stderr] cargo:warning=ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" [INFO] [stderr] cargo:warning=ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu" [INFO] [stderr] cargo:warning=ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" [INFO] [stderr] cargo:warning=ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" [INFO] [stderr] cargo:warning=#include "..." search starts here: [INFO] [stderr] cargo:warning=#include <...> search starts here: [INFO] [stderr] cargo:warning= /usr/lib/gcc/x86_64-linux-gnu/13/include [INFO] [stderr] cargo:warning= /usr/local/include [INFO] [stderr] cargo:warning= /usr/include/x86_64-linux-gnu [INFO] [stderr] cargo:warning= /usr/include [INFO] [stderr] cargo:warning=End of search list. [INFO] [stderr] cargo:warning=Compiler executable checksum: 38987c28e967c64056a6454abdef726e [INFO] [stderr] cargo:warning=libtinyfiledialogs/tinyfiledialogs.c:7614:1: fatal error: error writing to /tmp/cctuIViO.s: No space left on device [INFO] [stderr] cargo:warning= 7614 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-v" "-DUSE_WINDOWS_HIDPI" "-o" "/opt/rustwide/target/debug/build/tinyfiledialogs-fb9eaffb0eb953e9/out/bd7bb318ec84866d-tinyfiledialogs.o" "-c" "libtinyfiledialogs/tinyfiledialogs.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta3LlEnP" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sdl2-sys` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "022d245b101c3dd252956981f43c30dc87a17427d8c9588a31b2415edd2ebb5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "022d245b101c3dd252956981f43c30dc87a17427d8c9588a31b2415edd2ebb5d", kill_on_drop: false }` [INFO] [stdout] 022d245b101c3dd252956981f43c30dc87a17427d8c9588a31b2415edd2ebb5d