>>> tree: Building main/tree 2.2.1-r0 (using abuild 3.14.1-r3) started Thu, 05 Dec 2024 10:42:21 +0000 >>> tree: Validating /home/buildozer/aports/main/tree/APKBUILD... >>> tree: Analyzing dependencies... >>> tree: Installing for build: build-base (1/1) Installing .makedepends-tree (20241205.104221) OK: 321 MiB in 102 packages >>> tree: Cleaning up srcdir >>> tree: Cleaning up pkgdir >>> tree: Cleaning up tmpdir >>> tree: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/unix-tree-2.2.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tree: Fetching https://gitlab.com/OldManProgrammer/unix-tree/-/archive/2.2.1/unix-tree-2.2.1.tar.gz Connecting to gitlab.com ([2606:4700:90:0:f22e:fbec:5bed:a9b9]:443) saving to '/var/cache/distfiles/v3.21/unix-tree-2.2.1.tar.gz.part' unix-tree-2.2.1.tar. 100% |********************************| 65685 0:00:00 ETA '/var/cache/distfiles/v3.21/unix-tree-2.2.1.tar.gz.part' saved >>> tree: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/unix-tree-2.2.1.tar.gz >>> tree: Checking sha512sums... unix-tree-2.2.1.tar.gz: OK >>> tree: Unpacking /var/cache/distfiles/v3.21/unix-tree-2.2.1.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tree.o tree.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o list.o list.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hash.o hash.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o color.o color.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filter.o filter.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o info.o info.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o unix.o unix.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xml.o xml.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o json.o json.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o html.o html.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strverscmp.o strverscmp.c list.c: In function 'emit_tree': list.c:109:25: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 109 | sprintf(errbuf,"%ld entries exceeds filelimit, not opening dir", n); | ~~^ ~ | | | | long int ssize_t {aka int} | %d list.c: In function 'listdir': list.c:242:39: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 242 | sprintf(err = errbuf,"%ld entries exceeds filelimit, not opening dir", n); | ~~^ ~ | | | | long int ssize_t {aka int} | %d unix.c: In function 'unix_report': file.c: In function 'tabedfile_getfulltree': json.c: In function 'json_report': unix.c:140:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 140 | fprintf(outfile,"%ld director%s\n",tot.dirs,(tot.dirs==1? "y":"ies")); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d json.c:189:39: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 189 | fprintf(outfile,",\"directories\":%ld", tot.dirs); | ~~^ ~~~~~~~~ | | | | | size_t {aka unsigned int} | long int | %d file.c:270:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line); | ~~^ ~~~~ | | | | long int size_t {aka unsigned int} | %d unix.c:142:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 142 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s")); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d json.c:190:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 190 | if (!dflag) fprintf(outfile,",\"files\":%ld", tot.files); | ~~^ ~~~~~~~~~ | | | | | size_t {aka unsigned int} | long int | %d unix.c:142:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 142 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s")); | ~~^ ~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d xml.c: In function 'xml_report': file.c:270:77: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d xml.c:176:37: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 176 | fprintf(outfile,"%s%ld%s", noindent?"":" ", tot.dirs, _nl); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d html.c: In function 'html_report': xml.c:177:43: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 177 | if (!dflag) fprintf(outfile,"%s%ld%s", noindent?"":" ", tot.files, _nl); | ~~^ ~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d file.c:270:90: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line); | ~~^ ~~~~ | | | | long int size_t {aka unsigned int} | %d html.c:248:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 248 | fprintf(outfile,"%ld director%s\n",tot.dirs,(tot.dirs==1? "y":"ies")); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d html.c:250:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 250 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s")); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d file.c:282:59: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 282 | fprintf(stderr, "tree: Orphaned file [%s] on line %ld, check tab depth in file.\n", spath, line); | ~~^ ~~~~ | | | | long int size_t {aka unsigned int} | %d html.c:250:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 250 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s")); | ~~^ ~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d tree.c: In function 'unix_getfulltree': tree.c:1000:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 1000 | sprintf(path,"%ld entries exceeds filelimit, not opening dir",n); | ~~^ ~ | | | | long int ssize_t {aka int} | %d gcc -Wl,--as-needed,-O1,--sort-common -o tree tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o >>> tree: Entering fakeroot... install -d /home/buildozer/aports/main/tree/pkg/tree/usr/bin install -d /home/buildozer/aports/main/tree/pkg/tree/usr/share/man/man1 install tree /home/buildozer/aports/main/tree/pkg/tree/usr/bin/tree; \ install -m 644 doc/tree.1 /home/buildozer/aports/main/tree/pkg/tree/usr/share/man/man1/tree.1 >>> tree-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/main/tree/pkg/tree-doc/usr/share/man' >>> tree-doc*: Preparing subpackage tree-doc... >>> tree-doc*: Running postcheck for tree-doc >>> tree*: Running postcheck for tree >>> tree*: Preparing package tree... >>> tree*: Stripping binaries >>> tree-doc*: Scanning shared objects >>> tree*: Scanning shared objects >>> tree-doc*: Tracing dependencies... >>> tree-doc*: Package size: 6.3 KB >>> tree-doc*: Compressing data... >>> tree-doc*: Create checksum... >>> tree-doc*: Create tree-doc-2.2.1-r0.apk >>> tree*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> tree*: Package size: 66.0 KB >>> tree*: Compressing data... >>> tree*: Create checksum... >>> tree*: Create tree-2.2.1-r0.apk >>> tree: Build complete at Thu, 05 Dec 2024 10:42:23 +0000 elapsed time 0h 0m 2s >>> tree: Cleaning up srcdir >>> tree: Cleaning up pkgdir >>> tree: Uninstalling dependencies... (1/1) Purging .makedepends-tree (20241205.104221) OK: 321 MiB in 101 packages >>> tree: Updating the main/armhf repository index... >>> tree: Signing the index...