>>> marxan: Building testing/marxan 4.0.7-r1 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 05:03:01 +0000 >>> marxan: Checking sanity of /home/buildozer/aports/testing/marxan/APKBUILD... >>> marxan: Analyzing dependencies... >>> marxan: Installing for build: build-base (1/1) Installing .makedepends-marxan (20221102.050305) OK: 293 MiB in 98 packages >>> marxan: Cleaning up srcdir >>> marxan: Cleaning up pkgdir >>> marxan: Fetching https://distfiles.alpinelinux.org/distfiles/edge/marxan-4.0.7.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 100 74055 100 74055 0 0 63380 0 0:00:01 0:00:01 --:--:-- 63403 >>> marxan: Fetching https://distfiles.alpinelinux.org/distfiles/edge/marxan-4.0.7.tar.gz >>> marxan: Checking sha512sums... marxan-4.0.7.tar.gz: OK >>> marxan: Unpacking /var/cache/distfiles/marxan-4.0.7.tar.gz... mkdir -p bin/ g++ -static -Os -fomit-frame-pointer -O3 -std=c++17 -fopenmp -Os -fomit-frame-pointer *.cpp -o ./bin/marxan thermal_annealing.cpp: In function 'void marxan::initialiseConnollyAnnealing(int, int, const std::vector&, const std::vector&, std::vector&, const std::vector&, std::vector&, double, sanneal&, int, std::vector&, double, int, int, std::stringstream&, rng_engine&)': thermal_annealing.cpp:99:32: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 99 | fprintf(fp, "%li,%li,%i,%li,%li,%i,%g,%g,%g\n", i, ipu, pu[ipu].id, iOldR, imode, R[ipu], change.total, deltamax, deltamin); | ~~^ ~ | | | | long int long long int | %lli thermal_annealing.cpp: In function 'void marxan::thermalAnnealing(int, int, const std::vector&, std::vector&, double, std::vector&, const std::vector&, const std::vector&, std::vector&, scost&, long int, int, std::string, double, int, double, double, double, int, sanneal&, std::stringstream&, rng_engine&)': thermal_annealing.cpp:203:30: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 203 | fprintf(ttfp, "%li,%f,%li,%f,%i,%f,%f,%f,%f", | ~~^ | | | long int | %lli 204 | itime, costthresh, iGoodChange, reserve.total, | ~~~~~ | | | long long int thermal_annealing.cpp:312:32: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 312 | fprintf(fp, "%li,%li,%i,%li,%li,%i,%li,%f,%f,%f,%f,%f\n", | ~~^ | | | long int | %lli 313 | itime, ipu, pu[ipu].id, iPreviousR, itemp, R[ipu], iGoodChange, change.total, change.cost, change.connection, change.penalty, anneal.temp); | ~~~~~ | | | long long int thermal_annealing.cpp:323:37: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 323 | fprintf(Rfp, "%li", itime); | ~~^ ~~~~~ | | | | | long long int | long int | %lli thermal_annealing.cpp:325:38: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 325 | fprintf(ttfp, "%li,%f,%li,%f,%i,%f,%f,%f,%f", | ~~^ | | | long int | %lli 326 | itime, costthresh, iGoodChange, reserve.total, | ~~~~~ | | | long long int >>> marxan: Entering fakeroot... install -d /home/buildozer/aports/testing/marxan/pkg/marxan//usr/bin install -m 755 ./bin/marxan /home/buildozer/aports/testing/marxan/pkg/marxan//usr/bin >>> marxan*: Running postcheck for marxan >>> marxan*: Preparing package marxan... >>> marxan*: Stripping binaries >>> marxan*: Scanning shared objects >>> marxan*: Tracing dependencies... >>> marxan*: Package size: 1.8 MB >>> marxan*: Compressing data... >>> marxan*: Create checksum... >>> marxan*: Create marxan-4.0.7-r1.apk >>> marxan: Build complete at Wed, 02 Nov 2022 05:03:43 +0000 elapsed time 0h 0m 42s >>> marxan: Cleaning up srcdir >>> marxan: Cleaning up pkgdir >>> marxan: Uninstalling dependencies... (1/1) Purging .makedepends-marxan (20221102.050305) OK: 293 MiB in 97 packages >>> marxan: Updating the testing/ppc64le repository index... >>> marxan: Signing the index...