******************************************************************************** conan install peg/0.1.18@ --build=peg --profile=/Users/jenkins/w/BuildSingleReference@7/20525/91c9c0dd-002e-428a-a2fe-1b7e4fe98796/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@7/.conan/profiles/default) Found apple-clang 10.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=10.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@7/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] [build_requires] [env] peg/0.1.18: Forced build from source Installing package: peg/0.1.18 Requirements peg/0.1.18 from local cache - Cache Packages peg/0.1.18:bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK peg/0.1.18: Configuring sources in /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK peg/0.1.18: Copying sources to build folder peg/0.1.18: Building your package in /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 peg/0.1.18: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK peg/0.1.18: Calling build() ----Running------ > make ----------------- 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 -o peg-new peg.o tree.o compile.o mv peg-new peg cc -g -Wall -O3 -DNDEBUG -Isrc -c -o leg.o src/leg.c cc -g -Wall -O3 -DNDEBUG -Isrc -o leg-new leg.o tree.o compile.o mv leg-new leg peg/0.1.18: Package 'bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' built peg/0.1.18: Build folder /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/build/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 peg/0.1.18: Generated conaninfo.txt peg/0.1.18: Generated conanbuildinfo.txt peg/0.1.18: Generating the package peg/0.1.18: Package folder /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583 peg/0.1.18: Calling package() [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK peg/0.1.18 package(): Packaged 2 files: peg, leg peg/0.1.18 package(): Packaged 1 '.txt' file: LICENSE.txt peg/0.1.18: Package 'bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583' created peg/0.1.18: Created package revision 0d6be4b15fc8202bc0cd7638dbd95e3f peg/0.1.18: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK In file included from src/peg.c:49: src/peg.peg-c:380:3: warning: unused label 'l77' [-Wunused-label] l77:; yy->__pos= yypos0; yy->__thunkpos= yythunkpos0; ^~~~ src/peg.peg-c:257:16: warning: unused function 'yyPush' [-Wunused-function] YY_LOCAL(void) yyPush(yycontext *yy, char *text, int count) ^ src/peg.peg-c:268:16: warning: unused function 'yyPop' [-Wunused-function] YY_LOCAL(void) yyPop(yycontext *yy, char *text, int count) { yy->__val -= count; } ^ src/peg.peg-c:269:16: warning: unused function 'yySet' [-Wunused-function] YY_LOCAL(void) yySet(yycontext *yy, char *text, int count) { yy->__val[count]= yy->__; } ^ 4 warnings generated. src/leg.leg:314:67: warning: data argument not used by format string [-Wformat-extra-args] fprintf(output, "#line %i \"%s\"\n", trailerLine, fileName, trailer); ~~~~~~~~~~~~~~~~~~~ ^ src/leg.leg:302:15: warning: unused function 'yyAccept' [-Wunused-function] YY_LOCAL(int) yyAccept(yycontext *yy, int tp0) ^ src/leg.leg:317:16: warning: unused function 'yyPush' [-Wunused-function] YY_LOCAL(void) yyPush(yycontext *yy, char *text, int count) ^ src/leg.leg:328:16: warning: unused function 'yyPop' [-Wunused-function] YY_LOCAL(void) yyPop(yycontext *yy, char *text, int count) { yy->__val -= count; } ^ src/leg.leg:329:16: warning: unused function 'yySet' [-Wunused-function] YY_LOCAL(void) yySet(yycontext *yy, char *text, int count) { yy->__val[count]= yy->__; } ^ 5 warnings generated. peg/0.1.18: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference@7/.conan/data/peg/0.1.18/_/_/package/bad7dd1e4b5daf2b9ae8e3ca2e4397d55b8d3583/lib