>>> ccache: Building main/ccache 3.7.12-r0 (using abuild 3.7.0_rc1-r0) started Wed, 11 Nov 2020 18:33:39 +0000 >>> ccache: Checking sanity of /home/buildozer/aports/main/ccache/APKBUILD... >>> ccache: Analyzing dependencies... >>> ccache: Installing for build: build-base zlib-dev bash perl (1/9) Installing zlib-dev (1.2.11-r3) (2/9) Installing readline (8.0.4-r0) (3/9) Installing bash (5.0.18-r0) Executing bash-5.0.18-r0.post-install (4/9) Installing libbz2 (1.0.8-r1) (5/9) Installing perl (5.32.0-r0) (6/9) Installing .makedepends-ccache (20201111.183339) (7/9) Installing perl-error (0.17029-r1) (8/9) Installing perl-git (2.29.2-r0) (9/9) Installing git-perl (2.29.2-r0) Executing busybox-1.32.0-r3.trigger OK: 343 MiB in 96 packages >>> ccache: Cleaning up srcdir >>> ccache: Cleaning up pkgdir >>> ccache: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ccache-3.7.12.tar.xz % 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 curl: (22) The requested URL returned error: 404 >>> ccache: Fetching https://github.com/ccache/ccache/releases/download/v3.7.12/ccache-3.7.12.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 640 100 640 0 0 2237 0 --:--:-- --:--:-- --:--:-- 2237 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 346k 100 346k 0 0 270k 0 0:00:01 0:00:01 --:--:-- 496k >>> ccache: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ccache-3.7.12.tar.xz >>> ccache: Checking sha512sums... ccache-3.7.12.tar.xz: OK >>> ccache: Unpacking /var/cache/distfiles/v3.13/ccache-3.7.12.tar.xz... >>> ccache: Updating ./config.sub configure: configuring ccache checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for i586-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the clang C compiler... no checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for i586-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking for i586-alpine-linux-musl-ar... no checking for ar... ar checking for i586-alpine-linux-musl-bash... no checking for bash... /bin/bash checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long long... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for gethostname... yes checking for getopt_long... yes checking for getpwuid... yes checking for gettimeofday... yes checking for localtime_r... yes checking for mkstemp... yes checking for realpath... yes checking for setenv... yes checking for strndup... yes checking for strtok_r... yes checking for unsetenv... yes checking for utimes... yes checking for compar_fn_t in stdlib.h... no checking for stdarg.h... yes checking for varargs.h... no checking for unsigned long long int... yes checking for vsnprintf... yes checking whether vsnprintf is C99 compliant... yes checking for snprintf... yes checking whether snprintf is C99 compliant... yes checking for vasprintf... yes checking for asprintf... yes checking for library containing cos... none required checking for zlib >= 1.2.3... yes checking for gzdopen in -lz... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for extern inline... no configure: developer mode disabled checking whether C compiler supports -Wno-implicit-fallthrough... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: now build ccache by running make CC src/main.o CC src/args.o CC src/ccache.o CC src/cleanup.o CC src/compopt.o CC src/conf.o CC src/confitems.o CC src/counters.o CC src/execute.o CC src/exitfn.o CC src/hash.o CC src/hashutil.o CC src/language.o CC src/lockfile.o CC src/manifest.o CC src/mdfour.o CC src/stats.o CC src/util.o CC src/confitems_lookup.o CC src/envtoconfitems_lookup.o CC src/version.o CC src/getopt_long.o CC src/hashtable.o CC src/hashtable_itr.o CC src/murmurhashneutral2.o CC src/snprintf.o src/util.c: In function 'log_prefix': src/util.c:103:46: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 103 | snprintf(timestamp, sizeof(timestamp), "%lu", tv.tv_sec); | ~~^ ~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %llu LD ccache GEN unittest/suites.h CC unittest/framework.o CC unittest/util.o CC unittest/test_args.o CC unittest/test_argument_processing.o CC unittest/test_compopt.o CC unittest/test_conf.o CC unittest/test_counters.o CC unittest/test_hash.o CC unittest/test_hashutil.o CC unittest/test_lockfile.o CC unittest/test_stats.o CC unittest/test_util.o CC unittest/main.o LD unittest/run TEST unittest/run PASSED: 523 assertions, 107 tests, 10 suites TEST ./test/run Compiler: gcc (/usr/bin/gcc) Compiler version: gcc (Alpine 10.2.0) 10.2.0 CUDA compiler: not available Running test suite base..................................................................... Running test suite nocpp2..................................................................... Running test suite cpp1. Skipped test suite multi_arch [multiple -arch options not supported on Linux] Skipped test suite serialize_diagnostics [--serialize-diagnostics not supported by compiler] Skipped test suite sanitize_blacklist [-fsanitize-blacklist not supported by compiler] Running test suite debug_prefix_map.. Running test suite profiling..... Running test suite profiling_gcc.... Skipped test suite profiling_clang [compiler is not Clang llvm-profdata tool not found] Running test suite split_dwarf... Running test suite masquerading. Running test suite hardlink.... Running test suite direct.......................................... Running test suite direct_gcc..... Running test suite depend...... Running test suite basedir...... Running test suite compression. Running test suite readonly... Running test suite readonly_direct.. Running test suite cleanup........... Running test suite pch..................... Running test suite upgrade. Running test suite input_charset. Skipped test suite nvcc [nvcc is not available] Skipped test suite nvcc_direct [nvcc is not available] Skipped test suite nvcc_ldir [nvcc is not available] Skipped test suite nvcc_nocpp2 [nvcc is not available] PASSED >>> ccache: Entering fakeroot... >>> ccache-doc*: Running split function doc... >>> ccache-doc*: Preparing subpackage ccache-doc... >>> ccache-doc*: Running postcheck for ccache-doc >>> ccache*: Running postcheck for ccache >>> ccache*: Preparing package ccache... >>> ccache*: Stripping binaries >>> ccache-doc*: Scanning shared objects >>> ccache*: Scanning shared objects >>> ccache-doc*: Tracing dependencies... >>> ccache-doc*: Package size: 40.0 KB >>> ccache-doc*: Compressing data... >>> ccache-doc*: Create checksum... >>> ccache-doc*: Create ccache-doc-3.7.12-r0.apk >>> ccache*: Tracing dependencies... so:libc.musl-x86.so.1 so:libz.so.1 >>> ccache*: Package size: 176.0 KB >>> ccache*: Compressing data... >>> ccache*: Create checksum... >>> ccache*: Create ccache-3.7.12-r0.apk >>> ccache: Build complete at Wed, 11 Nov 2020 18:34:40 +0000 elapsed time 0h 1m 1s >>> ccache: Cleaning up srcdir >>> ccache: Cleaning up pkgdir >>> ccache: Uninstalling dependencies... (1/9) Purging .makedepends-ccache (20201111.183339) (2/9) Purging zlib-dev (1.2.11-r3) (3/9) Purging bash (5.0.18-r0) Executing bash-5.0.18-r0.pre-deinstall (4/9) Purging git-perl (2.29.2-r0) (5/9) Purging perl-git (2.29.2-r0) (6/9) Purging perl-error (0.17029-r1) (7/9) Purging perl (5.32.0-r0) (8/9) Purging readline (8.0.4-r0) (9/9) Purging libbz2 (1.0.8-r1) Executing busybox-1.32.0-r3.trigger OK: 310 MiB in 87 packages >>> ccache: Updating the main/x86 repository index... >>> ccache: Signing the index...