******************************************************************************** conan test cci-e1cc87a8/recipes/upx/all/test_package/conanfile.py upx/3.96@#46b42cb4b0ddc9bfe398c9561f867ba3 -pr /home/conan/w/prod/BuildSingleReference/272258/443adbf0-c909-4eb3-81f0-445fa743c8ea/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True upx/3.96 (test package): Installing package Requirements Packages Build requirements upx/3.96 from local cache - Cache Build requirements packages upx/3.96:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache Installing (downloading, building) binaries... upx/3.96: Already installed! upx/3.96: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/upx/3.96/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin upx/3.96 (test package): Applying build-requirement: upx/3.96 upx/3.96 (test package): Generator 'VirtualRunEnv' calling 'generate()' upx/3.96 (test package): Generator 'CMakeDeps' calling 'generate()' upx/3.96 (test package): Generator 'CMakeToolchain' calling 'generate()' upx/3.96 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' upx/3.96 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' upx/3.96 (test package): Generator txt created conanbuildinfo.txt upx/3.96 (test package): Aggregating env generators upx/3.96 (test package): Generated conaninfo.txt upx/3.96 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/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 upx/3.96 (test package): Calling build() upx/3.96 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/conan_toolchain.cmake -- The C compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release upx/3.96 (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release" '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable test_package [100%] Built target test_package upx/3.96 (test package): Running test() ----Running------ > upx --help ----------------- Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 Usage: upx [-123456789dlthVL] [-qvfk] [-o file] file.. Commands: -1 compress faster -9 compress better --best compress best (can be slow for big files) -d decompress -l list compressed file -t test compressed file -V display version number -h give this help -L display software license Options: -q be quiet -v be verbose -oFILE write output to 'FILE' -f force compression of suspicious files --no-color, --mono, --color, --no-progress change look Compression tuning options: --brute try all available compression methods & filters [slow] --ultra-brute try even more compression variants [very slow] Backup options: -k, --backup keep backup files --no-backup no backup files [default] Overlay options: --overlay=copy copy any extra data attached to the file [default] --overlay=strip strip any extra data attached to the file [DANGEROUS] --overlay=skip don't compress a file with an overlay Options for djgpp2/coff: --coff produce COFF output [default: EXE] Options for dos/com: --8086 make compressed com work on any 8086 Options for dos/exe: --8086 make compressed exe work on any 8086 --no-reloc put no relocations in to the exe header Options for dos/sys: --8086 make compressed sys work on any 8086 Options for ps1/exe: --8-bit uses 8 bit size compression [default: 32 bit] --8mib-ram 8 megabyte memory limit [default: 2 MiB] --boot-only disables client/host transfer compatibility --no-align don't align to 2048 bytes [enables: --console-run] Options for watcom/le: --le produce LE output [default: EXE] Options for win32/pe, win64/pe, rtm32/pe & arm/pe: --compress-exports=0 do not compress the export section --compress-exports=1 compress the export section [default] --compress-icons=0 do not compress any icons --compress-icons=1 compress all but the first icon --compress-icons=2 compress all but the first icon directory [default] --compress-icons=3 compress all icons --compress-resources=0 do not compress any resources at all --keep-resource=list do not compress resources specified by list --strip-relocs=0 do not strip relocations --strip-relocs=1 strip relocations [default] Options for linux/elf: --preserve-build-id copy .gnu.note.build-id to compressed output file.. executables to (de)compress This version supports: amd64-darwin.dylib dylib/amd64 amd64-darwin.macho macho/amd64 amd64-linux.elf linux/amd64 amd64-linux.kernel.vmlinux vmlinux/amd64 amd64-win64.pe win64/pe arm-darwin.macho macho/arm arm-linux.elf linux/arm arm-linux.kernel.vmlinux vmlinux/arm arm-linux.kernel.vmlinuz vmlinuz/arm arm-wince.pe arm/pe arm64-darwin.macho macho/arm64 arm64-linux.elf linux/arm64 armeb-linux.elf linux/armeb armeb-linux.kernel.vmlinux vmlinux/armeb fat-darwin.macho macho/fat i086-dos16.com dos/com i086-dos16.exe dos/exe i086-dos16.sys dos/sys i386-bsd.elf.execve bsd.exec/i386 i386-darwin.macho macho/i386 i386-dos32.djgpp2.coff djgpp2/coff i386-dos32.tmt.adam tmt/adam i386-dos32.watcom.le watcom/le i386-freebsd.elf freebsd/i386 i386-linux.elf linux/i386 i386-linux.elf.execve linux.exec/i386 i386-linux.elf.shell linux.sh/i386 i386-linux.kernel.bvmlinuz bvmlinuz/i386 i386-linux.kernel.vmlinux vmlinux/i386 i386-linux.kernel.vmlinuz vmlinuz/i386 i386-netbsd.elf netbsd/i386 i386-openbsd.elf openbsd/i386 i386-win32.pe win32/pe m68k-atari.tos atari/tos mips-linux.elf linux/mips mipsel-linux.elf linux/mipsel mipsel.r3000-ps1 ps1/exe powerpc-darwin.macho macho/ppc32 powerpc-linux.elf linux/ppc32 powerpc-linux.kernel.vmlinux vmlinux/ppc32 powerpc64-linux.elf linux/ppc64 powerpc64le-darwin.macho macho/ppc64le powerpc64le-linux.elf linux/ppc64le powerpc64le-linux.kernel.vmlinux vmlinux/ppc64le UPX comes with ABSOLUTELY NO WARRANTY; for details visit https://upx.github.io ----Running------ > upx ./test_package ----------------- Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 File size Ratio Format Name -------------------- ------ ----------- ----------- 912728 -> 332080 36.38% linux/amd64 test_package Packed 1 file. ----Running------ > . "/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- Hello world! upx/3.96 (test package): File: ./test_package upx/3.96 (test package): Original size: 912728 upx/3.96 (test package): Packed size: 332080 upx/3.96 (test package): --------- upx/3.96 (test package): Size diff: 580648 CMake Warning: Manually-specified variables were not used by the project: CMAKE_POLICY_DEFAULT_CMP0091 upx/3.96 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior upx/3.96 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ******************************************************************************** conan test cci-e1cc87a8/recipes/upx/all/test_v1_package/conanfile.py upx/3.96@#46b42cb4b0ddc9bfe398c9561f867ba3 -pr /home/conan/w/prod/BuildSingleReference/272258/443adbf0-c909-4eb3-81f0-445fa743c8ea/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True upx/3.96 (test package): Installing package Requirements upx/3.96 from local cache - Cache Packages upx/3.96:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache Installing (downloading, building) binaries... upx/3.96: Already installed! upx/3.96: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/upx/3.96/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin upx/3.96 (test package): Generator txt created conanbuildinfo.txt upx/3.96 (test package): Generator cmake_find_package_multi created upx-config-version.cmake upx/3.96 (test package): Generator cmake_find_package_multi created upx-config.cmake upx/3.96 (test package): Generator cmake_find_package_multi created upxTargets.cmake upx/3.96 (test package): Generator cmake_find_package_multi created upxTarget-release.cmake upx/3.96 (test package): Generator cmake created conanbuildinfo.cmake upx/3.96 (test package): Aggregating env generators upx/3.96 (test package): Generated conaninfo.txt upx/3.96 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/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 upx/3.96 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/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_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package' ----------------- -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8 ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/cci-e1cc87a8/recipes/upx/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable ../bin/test_package [100%] Built target test_package upx/3.96 (test package): Running test() ----Running------ > /home/conan/w/prod/BuildSingleReference/.conan/data/upx/3.96/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin/upx --help ----------------- Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 Usage: upx [-123456789dlthVL] [-qvfk] [-o file] file.. Commands: -1 compress faster -9 compress better --best compress best (can be slow for big files) -d decompress -l list compressed file -t test compressed file -V display version number -h give this help -L display software license Options: -q be quiet -v be verbose -oFILE write output to 'FILE' -f force compression of suspicious files --no-color, --mono, --color, --no-progress change look Compression tuning options: --brute try all available compression methods & filters [slow] --ultra-brute try even more compression variants [very slow] Backup options: -k, --backup keep backup files --no-backup no backup files [default] Overlay options: --overlay=copy copy any extra data attached to the file [default] --overlay=strip strip any extra data attached to the file [DANGEROUS] --overlay=skip don't compress a file with an overlay Options for djgpp2/coff: --coff produce COFF output [default: EXE] Options for dos/com: --8086 make compressed com work on any 8086 Options for dos/exe: --8086 make compressed exe work on any 8086 --no-reloc put no relocations in to the exe header Options for dos/sys: --8086 make compressed sys work on any 8086 Options for ps1/exe: --8-bit uses 8 bit size compression [default: 32 bit] --8mib-ram 8 megabyte memory limit [default: 2 MiB] --boot-only disables client/host transfer compatibility --no-align don't align to 2048 bytes [enables: --console-run] Options for watcom/le: --le produce LE output [default: EXE] Options for win32/pe, win64/pe, rtm32/pe & arm/pe: --compress-exports=0 do not compress the export section --compress-exports=1 compress the export section [default] --compress-icons=0 do not compress any icons --compress-icons=1 compress all but the first icon --compress-icons=2 compress all but the first icon directory [default] --compress-icons=3 compress all icons --compress-resources=0 do not compress any resources at all --keep-resource=list do not compress resources specified by list --strip-relocs=0 do not strip relocations --strip-relocs=1 strip relocations [default] Options for linux/elf: --preserve-build-id copy .gnu.note.build-id to compressed output file.. executables to (de)compress This version supports: amd64-darwin.dylib dylib/amd64 amd64-darwin.macho macho/amd64 amd64-linux.elf linux/amd64 amd64-linux.kernel.vmlinux vmlinux/amd64 amd64-win64.pe win64/pe arm-darwin.macho macho/arm arm-linux.elf linux/arm arm-linux.kernel.vmlinux vmlinux/arm arm-linux.kernel.vmlinuz vmlinuz/arm arm-wince.pe arm/pe arm64-darwin.macho macho/arm64 arm64-linux.elf linux/arm64 armeb-linux.elf linux/armeb armeb-linux.kernel.vmlinux vmlinux/armeb fat-darwin.macho macho/fat i086-dos16.com dos/com i086-dos16.exe dos/exe i086-dos16.sys dos/sys i386-bsd.elf.execve bsd.exec/i386 i386-darwin.macho macho/i386 i386-dos32.djgpp2.coff djgpp2/coff i386-dos32.tmt.adam tmt/adam i386-dos32.watcom.le watcom/le i386-freebsd.elf freebsd/i386 i386-linux.elf linux/i386 i386-linux.elf.execve linux.exec/i386 i386-linux.elf.shell linux.sh/i386 i386-linux.kernel.bvmlinuz bvmlinuz/i386 i386-linux.kernel.vmlinux vmlinux/i386 i386-linux.kernel.vmlinuz vmlinuz/i386 i386-netbsd.elf netbsd/i386 i386-openbsd.elf openbsd/i386 i386-win32.pe win32/pe m68k-atari.tos atari/tos mips-linux.elf linux/mips mipsel-linux.elf linux/mipsel mipsel.r3000-ps1 ps1/exe powerpc-darwin.macho macho/ppc32 powerpc-linux.elf linux/ppc32 powerpc-linux.kernel.vmlinux vmlinux/ppc32 powerpc64-linux.elf linux/ppc64 powerpc64le-darwin.macho macho/ppc64le powerpc64le-linux.elf linux/ppc64le powerpc64le-linux.kernel.vmlinux vmlinux/ppc64le UPX comes with ABSOLUTELY NO WARRANTY; for details visit https://upx.github.io ----Running------ > /home/conan/w/prod/BuildSingleReference/.conan/data/upx/3.96/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin/upx bin/test_package ----------------- Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 File size Ratio Format Name -------------------- ------ ----------- ----------- 912728 -> 332080 36.38% linux/amd64 test_package Packed 1 file. ----Running------ > bin/test_package ----------------- Hello world! upx/3.96 (test package): File: bin/test_package upx/3.96 (test package): Original size: 912728 upx/3.96 (test package): Packed size: 332080 upx/3.96 (test package): --------- upx/3.96 (test package): Size diff: 580648 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