******************************************************************************** conan install tree-sitter/0.17.3@ --build=tree-sitter --profile:host=/Users/jenkins/w/BuildSingleReference@4/14577/bf3b8d19-b3e1-43ea-8c4f-675e377dad7b/profile_host.txt --profile:build=default ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@4/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@4/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration (profile_host): [settings] arch=armv8 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos [options] tree-sitter:shared=True [build_requires] [env] Configuration (profile_build): [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] [build_requires] [env] tree-sitter/0.17.3: Forced build from source Installing package: tree-sitter/0.17.3 Requirements tree-sitter/0.17.3 from 'TapaholesList-121' - Cache Packages tree-sitter/0.17.3:41750b0911af7c097b1afe9afea8f7ff2a6cf9ef - Build Cross-build from 'Macos:x86_64' to 'Macos:armv8' Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK tree-sitter/0.17.3: Configuring sources in /Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK tree-sitter/0.17.3: Copying sources to build folder tree-sitter/0.17.3: Building your package in /Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/build/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef tree-sitter/0.17.3: Generator txt created conanbuildinfo.txt tree-sitter/0.17.3: Calling build() ----Running------ > make -j4 ----------------- cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/language.o lib/src/language.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/lexer.o lib/src/lexer.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/node.o lib/src/node.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/parser.o lib/src/parser.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/query.o lib/src/query.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/stack.o lib/src/stack.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/subtree.o lib/src/subtree.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree.o lib/src/tree.c cc -g -fPIC -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch arm64 -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c ar rcs libtree-sitter.a lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o cc -dynamiclib -Wl,-install_name,/usr/local/lib/libtree-sitter.0.dylib lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o -o libtree-sitter.0.0.dylib ln -sf libtree-sitter.0.0.dylib libtree-sitter.dylib ln -sf libtree-sitter.0.0.dylib libtree-sitter.0.dylib tree-sitter/0.17.3: Package '41750b0911af7c097b1afe9afea8f7ff2a6cf9ef' built tree-sitter/0.17.3: Build folder /Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/build/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef tree-sitter/0.17.3: Generated conaninfo.txt tree-sitter/0.17.3: Generated conanbuildinfo.txt tree-sitter/0.17.3: Generating the package tree-sitter/0.17.3: Package folder /Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef tree-sitter/0.17.3: Calling package() ----Running------ > make install 'PREFIX=/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef' -j4 ----------------- install -d '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib' install -m755 libtree-sitter.a '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib'/libtree-sitter.a install -m755 libtree-sitter.0.0.dylib '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib'/libtree-sitter.0.0.dylib ln -sf libtree-sitter.0.0.dylib '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib'/libtree-sitter.0.dylib ln -sf libtree-sitter.0.0.dylib '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib'/libtree-sitter.dylib install -d '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/include'/tree_sitter install -m644 lib/include/tree_sitter/*.h '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/include'/tree_sitter/ install -d '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib/pkgconfig' sed -e 's|@LIBDIR@|/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib|;s|@INCLUDEDIR@|/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/include|;s|@VERSION@|0.6.3|' \ -e 's|=/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef|=${prefix}|' \ -e 's|@PREFIX@|/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef|' \ tree-sitter.pc.in > '/Users/jenkins/w/BuildSingleReference@4/.conan/data/tree-sitter/0.17.3/_/_/package/41750b0911af7c097b1afe9afea8f7ff2a6cf9ef/lib/pkgconfig'/tree-sitter.pc [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 tree-sitter/0.17.3 package(): Packaged 1 file: LICENSE tree-sitter/0.17.3 package(): Packaged 2 '.h' files: parser.h, api.h tree-sitter/0.17.3 package(): Packaged 3 '.dylib' files: libtree-sitter.dylib, libtree-sitter.0.dylib, libtree-sitter.0.0.dylib tree-sitter/0.17.3: Package '41750b0911af7c097b1afe9afea8f7ff2a6cf9ef' created tree-sitter/0.17.3: Created package revision 2679a5b5a3c478017d85283f4604b196 [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 ld: warning: ld: warning: ignoring file lib/src/get_changed_ranges.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ignoring file lib/src/language.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/lexer.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/parser.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/query.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/stack.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/subtree.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/tree.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/node.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file lib/src/tree_cursor.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 [HOOK - conan-center.py] pre_build(): ERROR: [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not managed correctly. Please remove it for shared option: del self.options.fpic (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H007)