From https://github.com/archlinux/svntogit-community * branch packages/lua-bitop -> FETCH_HEAD * [new branch] packages/lua-bitop -> community/packages/lua-bitop Cloning into 'lua-bitop'... 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 389k 0 --:--:-- --:--:-- --:--:-- 388k % 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 8546k 100 8546k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M % 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 429k 0 --:--:-- --:--:-- --:--:-- 428k 100 143k 100 143k 0 0 428k 0 --:--:-- --:--:-- --:--:-- 428k :: 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/ SOURCE_DATE_EPOCH=1690554556 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690554556' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-lua-bitop-archlinuxrb-build-aASL6KCZ PWD=/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/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: lua-bitop 1.0.2-9 (Fri Jul 28 14:29:30 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) lua51-5.1.5-9 lua52-5.2.4-5 Total Download Size: 0.41 MiB Total Installed Size: 1.72 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 200k 100 200k 0 0 101M 0 --:--:-- --:--:-- --:--:-- 195M % 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 222k 100 222k 0 0 116M 0 --:--:-- --:--:-- --:--:-- 217M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing lua51... installing lua52... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading LuaBitOp-1.0.2.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 69 23127 69 16131 0 0 18511 0 0:00:01 --:--:-- 0:00:01 18498 100 23127 100 23127 0 0 26536 0 --:--:-- --:--:-- --:--:-- 26521 -> Found LICENSE ==> Validating source files with sha256sums... LuaBitOp-1.0.2.tar.gz ... Passed LICENSE ... Passed ==> Extracting sources... -> Extracting LuaBitOp-1.0.2.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... make: Entering directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp51-1.0.2' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bit.so bit.o make: Leaving directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp51-1.0.2' make: Entering directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp52-1.0.2' gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/include/lua5.2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o bit.o bit.c bit.c: In function 'bit_band': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ bit.c: In function 'bit_bor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ bit.c: In function 'bit_bxor': bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ gcc -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bit.so bit.o make: Leaving directory '/tmp/archlinux-ci/lua-bitop-archlinuxrb-build-aASL6KCZ/lua-bitop/trunk/src/LuaBitOp52-1.0.2' ==> Entering fakeroot environment... ==> Starting package_lua51-bitop()... ==> 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 "lua51-bitop"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_lua52-bitop()... ==> 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 "lua52-bitop"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: lua-bitop 1.0.2-9 (Fri Jul 28 14:29:34 2023)