From https://github.com/archlinux/svntogit-community * branch packages/premake3 -> FETCH_HEAD * [new branch] packages/premake3 -> community/packages/premake3 Cloning into 'premake3'... done. :: Synchronizing package databases... % 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 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 387k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 8542k 1 104k 0 0 123k 0 0:01:08 --:--:-- 0:01:08 123k 26 8542k 26 2221k 0 0 1204k 0 0:00:07 0:00:01 0:00:06 1204k 65 8542k 65 5636k 0 0 1978k 0 0:00:04 0:00:02 0:00:02 1978k 100 8542k 100 8542k 0 0 2426k 0 0:00:03 0:00:03 --:--:-- 2426k % 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 143k 100 143k 0 0 819k 0 --:--:-- --:--:-- --:--:-- 822k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ GIT_SSL_NO_VERIFY=1 SOURCE_DATE_EPOCH=1690344281 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690344281' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' GIT_SSL_NO_VERIFY=1 printenv 2>&1 SCHROOT_SESSION_ID=archlinux-premake3-archlinuxrb-build-QnnVETCj PWD=/tmp/archlinux-ci/premake3-archlinuxrb-build-QnnVETCj/premake3/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv ==> Making package: premake3 3.7-5 (Tue Aug 27 10:28:04 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading premake-src-3.7.zip... % 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 374 100 374 0 0 1281 0 --:--:-- --:--:-- --:--:-- 1285 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 361 100 361 0 0 157 0 0:00:02 0:00:02 --:--:-- 362 100 361 100 361 0 0 157 0 0:00:02 0:00:02 --:--:-- 362 100 417k 100 417k 0 0 156k 0 0:00:02 0:00:02 --:--:-- 156k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... premake-src-3.7.zip ... Passed ==> Extracting sources... -> Extracting premake-src-3.7.zip with bsdtar ==> Starting build()... ==== Building Premake ==== platform_windows.c os.c gnu.c premake.c gnu_cpp.c gnu_cs.c util.c vs2008.c sharpdev_cs.c platform_posix.c clean.c sharpdev.c vs2002.c vs2002_cs.c path.c vs2008_cs.c vs6.c io.c platform_posix.c: In function 'platform_findlib': platform_posix.c:99:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 99 | fgets(buffer, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ platform_posix.c: In function 'platform_getuuid': platform_posix.c:138:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 138 | fread(uuid, 16, 1, rnd); | ^~~~~~~~~~~~~~~~~~~~~~~ arg.c codelite_cpp.c vs6_cpp.c vs2005_cs.c cb.c monodev.c cb_cpp.c project.c vs.c monodev_cs.c gnu_helpers.c script.c vs2005.c monodev_cs.c: In function 'printFile': monodev_cs.c:186:21: warning: variable 'depends' set but not used [-Wunused-but-set-variable] 186 | const char* depends = ""; | ^~~~~~~ codelite.c lapi.c lstate.c lvm.c liolib.c ldblib.c ltablib.c lstring.c ldebug.c lstrlib.c lfunc.c lauxlib.c lgc.c ldo.c Lua/lauxlib.c: In function 'luaL_loadfile': Lua/lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 577 | while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; | ^~~~~ Lua/lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 578 | lf.extraline = 0; | ^~ ltests.c ltm.c lundump.c ldump.c lmem.c Lua/ldump.c: In function 'DumpString': Lua/ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 24' must not be NULL [-Waddress] 63 | if (s==NULL || getstr(s)==NULL) | ^~ lbaselib.c loadlib.c ltable.c lparser.c lzio.c llex.c loslib.c lcode.c lopcodes.c lmathlib.c lobject.c linit.c ow.c Linking Premake /usr/sbin/ld: obj/Debug/loslib.o: in function `os_tmpname': /tmp/archlinux-ci/premake3-archlinuxrb-build-QnnVETCj/premake3/trunk/src/Premake-3.7/Src/Lua/loslib.c:60: warning: the use of `tmpnam' is dangerous, better use `mkstemp' ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "premake3"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: premake3 3.7-5 (Tue Aug 27 10:28:11 2024)