>>> incron: Building community/incron 0.5.12-r0 (using abuild 3.10.0-r0) started Tue, 04 Apr 2023 21:09:27 +0000 >>> incron: Checking sanity of /home/buildozer/aports/community/incron/APKBUILD... >>> incron: Analyzing dependencies... >>> incron: Installing for build: build-base argp-standalone (1/2) Installing argp-standalone (1.5.0-r1) (2/2) Installing .makedepends-incron (20230404.210927) OK: 371 MiB in 103 packages >>> incron: Cleaning up srcdir >>> incron: Cleaning up pkgdir >>> incron: Fetching https://distfiles.alpinelinux.org/distfiles/edge//incron-0.5.12.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> incron: Fetching incron-0.5.12.tar.gz::https://github.com/ar-/incron/archive/refs/tags/0.5.12.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 331k 0 0 272k 0 --:--:-- 0:00:01 --:--:-- 272k >>> incron: Fetching https://distfiles.alpinelinux.org/distfiles/edge//incron-0.5.12.tar.gz >>> incron: Checking sha512sums... incron-0.5.12.tar.gz: OK incrond.initd: OK gcc11.patch: OK >>> incron: Unpacking /var/cache/distfiles/edge/incron-0.5.12.tar.gz... >>> incron: gcc11.patch patching file icd-main.cpp patching file inotify-cxx.cpp Hunk #1 succeeded at 226 (offset 2 lines). Hunk #2 succeeded at 243 with fuzz 2 (offset 2 lines). Hunk #3 succeeded at 298 (offset 4 lines). Hunk #4 succeeded at 329 (offset 4 lines). Hunk #5 succeeded at 383 (offset 4 lines). Hunk #6 succeeded at 432 (offset 4 lines). Hunk #7 succeeded at 465 (offset 4 lines). Hunk #8 succeeded at 483 (offset 4 lines). Hunk #9 succeeded at 524 (offset 4 lines). Hunk #10 succeeded at 554 (offset 4 lines). Hunk #11 succeeded at 584 (offset 4 lines). Hunk #12 succeeded at 601 (offset 4 lines). Hunk #13 succeeded at 615 (offset 4 lines). patching file inotify-cxx.h g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o icd-main.o icd-main.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incrontab.o incrontab.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o inotify-cxx.o inotify-cxx.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o usertable.o usertable.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o strtok.o strtok.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appinst.o appinst.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incroncfg.o incroncfg.cpp g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported g++: warning: switch '-ffor-scope' is no longer supported In file included from icd-main.cpp:22: /usr/include/wait.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from usertable.h:22, from usertable.cpp:35: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from icd-main.cpp:29: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from usertable.h:22, from icd-main.cpp:40: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from inotify-cxx.cpp:32: inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)': inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress] 250 | if (pEvt->name != NULL) { | ^ In file included from inotify-cxx.h:36: /usr/include/sys/inotify.h:14:14: note: 'inotify_event::name' declared here 14 | char name[]; | ^~~~ In file included from icd-main.cpp:34: inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)': inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress] 250 | if (pEvt->name != NULL) { | ^ In file included from inotify-cxx.h:36: /usr/include/sys/inotify.h:14:14: note: 'inotify_event::name' declared here 14 | char name[]; | ^~~~ In file included from usertable.h:24: inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)': inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress] 250 | if (pEvt->name != NULL) { | ^ In file included from inotify-cxx.h:36: /usr/include/sys/inotify.h:14:14: note: 'inotify_event::name' declared here 14 | char name[]; | ^~~~ In file included from incrontab.cpp:26: inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)': inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress] 250 | if (pEvt->name != NULL) { | ^ In file included from inotify-cxx.h:36: /usr/include/sys/inotify.h:14:14: note: 'inotify_event::name' declared here 14 | char name[]; | ^~~~ g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appargs.o appargs.cpp g++: warning: switch '-ffor-scope' is no longer supported g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o ict-main.o ict-main.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from ict-main.cpp:35: inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)': inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress] 250 | if (pEvt->name != NULL) { | ^ In file included from ict-main.cpp:28: /usr/include/sys/inotify.h:14:14: note: 'inotify_event::name' declared here 14 | char name[]; | ^~~~ g++ -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -Wl,--as-needed,-O1,--sort-common -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o g++: warning: switch '-ffor-scope' is no longer supported g++ -Os -fomit-frame-pointer -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -Wl,--as-needed,-O1,--sort-common -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o g++: warning: switch '-ffor-scope' is no longer supported >>> incron: Entering fakeroot... install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man1 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man8 install -m 0644 incrontab.1 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man1 install -m 0644 incrontab.5 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0644 incrond.8 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man8 install -m 0644 incron.conf.5 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/bin/ install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/sbin/ install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/doc/incron-`cat VERSION`// install -m 04755 -o root incrontab /home/buildozer/aports/community/incron/pkg/incron/usr/bin/ install -m 0755 incrond /home/buildozer/aports/community/incron/pkg/incron/usr/sbin/ install -m 0755 -o root -d /home/buildozer/aports/community/incron/pkg/incron/var/spool/incron install -m 0755 -o root -d /home/buildozer/aports/community/incron/pkg/incron/etc/incron.d install -m 0644 incron.conf /home/buildozer/aports/community/incron/pkg/incron/etc/init install -m 0644 incron.conf.example /home/buildozer/aports/community/incron/pkg/incron/usr/share/doc/incron-`cat VERSION`// >>> incron-doc*: Running split function doc... >>> incron-doc*: Preparing subpackage incron-doc... >>> incron-doc*: Running postcheck for incron-doc >>> incron-openrc*: Running split function openrc... >>> incron-openrc*: Preparing subpackage incron-openrc... >>> incron-openrc*: Running postcheck for incron-openrc >>> incron*: Running postcheck for incron >>> incron*: Preparing package incron... >>> incron*: Stripping binaries >>> incron-doc*: Scanning shared objects >>> incron-openrc*: Scanning shared objects >>> incron*: Scanning shared objects >>> incron-doc*: Tracing dependencies... >>> incron-doc*: Package size: 56.0 KB >>> incron-doc*: Compressing data... >>> incron-doc*: Create checksum... >>> incron-doc*: Create incron-doc-0.5.12-r0.apk >>> incron-openrc*: Tracing dependencies... >>> incron-openrc*: Package size: 16.0 KB >>> incron-openrc*: Compressing data... >>> incron-openrc*: Create checksum... >>> incron-openrc*: Create incron-openrc-0.5.12-r0.apk >>> incron*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> incron*: Package size: 216.0 KB >>> incron*: Compressing data... >>> incron*: Create checksum... >>> incron*: Create incron-0.5.12-r0.apk >>> incron: Build complete at Tue, 04 Apr 2023 21:09:30 +0000 elapsed time 0h 0m 3s >>> incron: Cleaning up srcdir >>> incron: Cleaning up pkgdir >>> incron: Uninstalling dependencies... (1/2) Purging .makedepends-incron (20230404.210927) (2/2) Purging argp-standalone (1.5.0-r1) OK: 371 MiB in 101 packages >>> incron: Updating the community/s390x repository index... >>> incron: Signing the index...