Current status
47076570
Building riscv64 build of ctwm 4.1.0-1build3 in ubuntu resolute RELEASE [ubuntu/test-rebuild-20251215-resolute-gcc16]
Started
1 hour, 15 minutes, 29.5 seconds
ago.
Buildlog
.dir/ewmh_atoms.c.o -c /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/ewmh_atoms.c
[ 96%] Building C object CMakeFiles/ctwmlib.dir/xrandr.c.o
/usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu -g -O2 -Werror=implicit-function-declaration -fno-omit-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/ctwm-4.1.0-1build3 -Wdate-time -D_FORTIFY_SOURCE=3 -std=c99 -Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -MD -MT CMakeFiles/ctwmlib.dir/xrandr.c.o -MF CMakeFiles/ctwmlib.dir/xrandr.c.o.d -o CMakeFiles/ctwmlib.dir/xrandr.c.o -c /<<PKGBUILDDIR>>/xrandr.c
[ 97%] Building C object CMakeFiles/ctwmlib.dir/session.c.o
/usr/bin/cc -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu -g -O2 -Werror=implicit-function-declaration -fno-omit-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/ctwm-4.1.0-1build3 -Wdate-time -D_FORTIFY_SOURCE=3 -std=c99 -Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -MD -MT CMakeFiles/ctwmlib.dir/session.c.o -MF CMakeFiles/ctwmlib.dir/session.c.o.d -o CMakeFiles/ctwmlib.dir/session.c.o -c /<<PKGBUILDDIR>>/session.c
/<<PKGBUILDDIR>>/session.c: In function ‘unique_filename’:
/<<PKGBUILDDIR>>/session.c:859:9: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
859 | asprintf(&tempFile, "%s/%sXXXXXX", path, prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~