From https://github.com/archlinux/svntogit-community * branch packages/peg -> FETCH_HEAD * [new branch] packages/peg -> community/packages/peg Cloning into 'peg'... 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 207k 0 --:--:-- --:--:-- --:--:-- 207k % 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 8541k 100 8541k 0 0 22.1M 0 --:--:-- --:--:-- --:--:-- 22.2M % 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 143k 100 143k 0 0 438k 0 --:--:-- --:--:-- --:--:-- 437k :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) python-yaml-6.0.1-1 Total Download Size: 0.18 MiB Total Installed Size: 0.95 MiB Net Upgrade Size: -0.02 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 187k 100 187k 0 0 87.7M 0 --:--:-- --:--:-- --:--:-- 91.6M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading python-yaml... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ SOURCE_DATE_EPOCH=1690329801 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690329801' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-peg-archlinuxrb-build-A5eddjlC PWD=/tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/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: peg 0.1.18-2 (Wed Jul 26 00:03:36 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading peg-0.1.18.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 341 100 341 0 0 909 0 --:--:-- --:--:-- --:--:-- 909 0 57776 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 57776 100 57776 0 0 29106 0 0:00:01 0:00:01 --:--:-- 62595 -> Found 0000-dont-strip.patch ==> Validating source files with sha256sums... peg-0.1.18.tar.gz ... Passed 0000-dont-strip.patch ... Passed ==> Extracting sources... -> Extracting peg-0.1.18.tar.gz with bsdtar ==> Starting prepare()... patching file Makefile ==> Starting build()... cc -g -Wall -O3 -DNDEBUG -Isrc -c -o peg.o src/peg.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o tree.o src/tree.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o compile.o src/compile.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o leg.o src/leg.c In file included from src/peg.c:49: src/peg.peg-c: In function 'yy_Sequence': src/peg.peg-c:380:3: warning: label 'l77' defined but not used [-Wunused-label] 380 | #define __ yy->__ | ^~~ src/leg.leg: In function 'main': src/leg.leg:314:23: warning: too many arguments for format [-Wformat-extra-args] 314 | fprintf(output, "#line %i \"%s\"\n", trailerLine, fileName, trailer); | ^~~~~~~~~~~~~~~~~~~ src/peg.peg-c: At top level: src/peg.peg-c:269:16: warning: 'yySet' defined but not used [-Wunused-function] 269 | YY_LOCAL(void) yySet(yycontext *yy, char *text, int count) { yy->__val[count]= yy->__; } | ^~~~~ src/peg.peg-c:268:16: warning: 'yyPop' defined but not used [-Wunused-function] 268 | YY_LOCAL(void) yyPop(yycontext *yy, char *text, int count) { yy->__val -= count; } | ^~~~~ src/peg.peg-c:257:16: warning: 'yyPush' defined but not used [-Wunused-function] 257 | YY_LOCAL(void) yyPush(yycontext *yy, char *text, int count) | ^~~~~~ src/leg.leg: At top level: src/leg.leg:329:16: warning: 'yySet' defined but not used [-Wunused-function] src/leg.leg:328:16: warning: 'yyPop' defined but not used [-Wunused-function] src/leg.leg:317:16: warning: 'yyPush' defined but not used [-Wunused-function] 317 | | ^ src/leg.leg:302:15: warning: 'yyAccept' defined but not used [-Wunused-function] 302 | Rule_print(n); | ^~~~~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeRule': src/tree.c:54:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 54 | node->rule.name= strdup(name); | ^~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeRule': src/tree.c:55:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 55 | node->rule.id= ++ruleCount; | ^~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeRule': src/tree.c:56:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 56 | node->rule.flags= 0; | ^~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeRule': src/tree.c:57:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 57 | node->rule.next= rules; | ^~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15, inlined from 'findRule' at src/tree.c:73:10: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeRule', inlined from 'findRule' at src/tree.c:73:10: src/tree.c:54:18: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 54 | node->rule.name= strdup(name); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15, inlined from 'findRule' at src/tree.c:73:10: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeRule', inlined from 'findRule' at src/tree.c:73:10: src/tree.c:55:16: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 55 | node->rule.id= ++ruleCount; | ~~~~~~~~~~~~~^~~~~~~~~~~~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15, inlined from 'findRule' at src/tree.c:73:10: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeRule', inlined from 'findRule' at src/tree.c:73:10: src/tree.c:56:19: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 56 | node->rule.flags= 0; | ~~~~~~~~~~~~~~~~^~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15, inlined from 'findRule' at src/tree.c:73:10: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeRule', inlined from 'findRule' at src/tree.c:73:10: src/tree.c:57:18: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[48]' [-Warray-bounds=] 57 | node->rule.next= rules; | ~~~~~~~~~~~~~~~^~~~~~~ In function '_newNode', inlined from 'makeRule' at src/tree.c:53:15, inlined from 'findRule' at src/tree.c:73:10: src/tree.c:44:15: note: object of size 48 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[40]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 40 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeVariable': src/tree.c:102:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[40]' [-Warray-bounds=] 102 | node->variable.name= strdup(name); | ^~ In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:44:15: note: object of size 40 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeVariable': src/tree.c:103:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[40]' [-Warray-bounds=] 103 | node->variable.next= thisRule->rule.variables; | ^~ In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:44:15: note: object of size 40 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeName': src/tree.c:111:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 111 | node->name.rule= rule; | ^~ In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeName': src/tree.c:112:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 112 | node->name.variable= 0; | ^~ In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeDot' at src/tree.c:119:10: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 16 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeCharacter' at src/tree.c:124:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeCharacter': src/tree.c:125:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 125 | node->character.value= strdup(text); | ^~ In function '_newNode', inlined from 'makeCharacter' at src/tree.c:124:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeString' at src/tree.c:131:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeString': src/tree.c:132:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 132 | node->string.value= strdup(text); | ^~ In function '_newNode', inlined from 'makeString' at src/tree.c:131:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeClass' at src/tree.c:138:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeClass': src/tree.c:139:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 139 | node->cclass.value= (unsigned char *)strdup(text); | ^~ In function '_newNode', inlined from 'makeClass' at src/tree.c:138:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeInline' at src/tree.c:166:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeInline': src/tree.c:167:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 167 | node->inLine.text= strdup(text); | ^~ In function '_newNode', inlined from 'makeInline' at src/tree.c:166:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makePredicate' at src/tree.c:173:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makePredicate': src/tree.c:174:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 174 | node->predicate.text= strdup(text); | ^~ In function '_newNode', inlined from 'makePredicate' at src/tree.c:173:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeError': src/tree.c:181:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 181 | node->error.element= e; | ^~ In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeError': src/tree.c:182:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 182 | node->error.text= strdup(text); | ^~ In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:194:29: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 194 | node->alternate.last= e; | ~~~~~~~~~~~~~~~~~~~~^~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:193:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 193 | node->alternate.first= | ~~~~~~~~~~~~~~~~~~~~~^ 194 | node->alternate.last= e; | ~~~~~~~~~~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:194:29: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 194 | node->alternate.last= e; | ~~~~~~~~~~~~~~~~~~~~^~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:193:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 193 | node->alternate.first= | ~~~~~~~~~~~~~~~~~~~~~^ 194 | node->alternate.last= e; | ~~~~~~~~~~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:219:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 219 | node->sequence.last= e; | ~~~~~~~~~~~~~~~~~~~^~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:218:27: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 218 | node->sequence.first= | ~~~~~~~~~~~~~~~~~~~~^ 219 | node->sequence.last= e; | ~~~~~~~~~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:219:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 219 | node->sequence.last= e; | ~~~~~~~~~~~~~~~~~~~^~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:218:27: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 218 | node->sequence.first= | ~~~~~~~~~~~~~~~~~~~~^ 219 | node->sequence.last= e; | ~~~~~~~~~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:44:15: note: object of size 32 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makePeekFor' at src/tree.c:238:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makePeekFor': src/tree.c:239:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 239 | node->peekFor.element= e; | ^~ In function '_newNode', inlined from 'makePeekFor' at src/tree.c:238:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makePeekNot' at src/tree.c:245:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makePeekNot': src/tree.c:246:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 246 | node->peekNot.element= e; | ^~ In function '_newNode', inlined from 'makePeekNot' at src/tree.c:245:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeQuery' at src/tree.c:252:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeQuery': src/tree.c:253:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 253 | node->query.element= e; | ^~ In function '_newNode', inlined from 'makeQuery' at src/tree.c:252:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makeStar' at src/tree.c:259:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makeStar': src/tree.c:260:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 260 | node->star.element= e; | ^~ In function '_newNode', inlined from 'makeStar' at src/tree.c:259:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ In function '_newNode', inlined from 'makePlus' at src/tree.c:266:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 45 | node->type= type; | ~~~~~~~~~~^~~~~~ src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ src/tree.c: In function 'makePlus': src/tree.c:267:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[24]' [-Warray-bounds=] 267 | node->plus.element= e; | ^~ In function '_newNode', inlined from 'makePlus' at src/tree.c:266:15: src/tree.c:44:15: note: object of size 24 allocated by 'calloc' 44 | Node *node= calloc(1, size); | ^~~~~~~~~~~~~~~ cc -g -Wall -O3 -DNDEBUG -Isrc -o peg-new peg.o tree.o compile.o mv peg-new peg cc -g -Wall -O3 -DNDEBUG -Isrc -o leg-new leg.o tree.o compile.o mv leg-new leg ==> Entering fakeroot environment... ==> Starting package()... mkdir -p /tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/trunk/pkg/peg/usr/bin cp -p peg /tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/trunk/pkg/peg/usr/bin/peg cp -p leg /tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/trunk/pkg/peg/usr/bin/leg mkdir -p /tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/trunk/pkg/peg/usr/share/man/man1 cp -p src/peg.1 /tmp/archlinux-ci/peg-archlinuxrb-build-A5eddjlC/peg/trunk/pkg/peg/usr/share/man/man1/peg.1 ==> 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 "peg"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: peg 0.1.18-2 (Wed Jul 26 00:03:41 2023)