******************************************************************************** conan test conan-center-index/recipes/libdisasm/all/test_package/conanfile.py libdisasm/0.23@ --profile=/Users/jenkins/w/BuildSingleReference@8/24341/3f5fba32-3696-45bf-ad0c-d4fdadd32649/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] libdisasm:shared=False [build_requires] [env] libdisasm/0.23 (test package): Installing package Requirements libdisasm/0.23 from local cache - Cache Packages libdisasm/0.23:d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 - Cache Installing (downloading, building) binaries... libdisasm/0.23: Already installed! libdisasm/0.23: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference@8/.conan/data/libdisasm/0.23/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/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 libdisasm/0.23 (test package): Generator cmake created conanbuildinfo.cmake libdisasm/0.23 (test package): Generator txt created conanbuildinfo.txt libdisasm/0.23 (test package): Generated conaninfo.txt libdisasm/0.23 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package/build/0050128d2d0fbbf86b4ef6f33c0e9142a9eed70b/conan.lock' Using cached profile from lockfile [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 libdisasm/0.23 (test package): Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package/build/0050128d2d0fbbf86b4ef6f33c0e9142a9eed70b' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package/build/0050128d2d0fbbf86b4ef6f33c0e9142a9eed70b/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package' ----------------- -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package/build/0050128d2d0fbbf86b4ef6f33c0e9142a9eed70b ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@8/conan-center-index/recipes/libdisasm/all/test_package/build/0050128d2d0fbbf86b4ef6f33c0e9142a9eed70b' '--' '-j4' ----------------- Scanning dependencies of target test_package [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable bin/test_package [100%] Built target test_package libdisasm/0.23 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference@8/.conan/data/libdisasm/0.23/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference@8/.conan/data/libdisasm/0.23/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib" DYLD_FRAMEWORK_PATH="" x86dis -h ----------------- Usage: x86dis -aresfoldpLNhv Disassembles arbitrary bytes in a file or stream to x86 instructions. Options: -a offset : disassemble instruction at offset -r offset len : disassemble range of bytes -e offset : disassemble forward from offset -s name : set output syntax(intel, att, native, xml, raw) -f file : take input from file -o file : write output to file -l file : write errors to file -d name : display syntax description as header -p num : memory map page size (default 512K) -L : legacy (16-bit) mode -N : no NULLs (ignore sequences of > 4 NULLs) -v : display version information -h : display this help screen The 'offset' and 'len' params must entered in stroul(3)format; any number or combination of -a, -r, and -e options may be used. Examples: x86dis -e 0 -s intel < bootsect.img x86dis -d -s raw -f a.out -e `readelf -h a.out | grep Entry | awk '{ printf( "0x%x", strtonum($4) - 0x8048000 ) }` echo '55 89 e5 83 EC 08' | perl -ane 'foreach(@F){print pack("C",hex);}'| x86dis -e 0 -s att CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR