******************************************************************************** conan test cci-fefd7c45/recipes/cc65/all/test_package/conanfile.py cc65/2.19@#9d22faa55eb3656a838884bde7890bcf -pr /home/conan/w/prod-v1/bsr/68613/daffc/profile_linux_5_libstdcpp11_gcc_debug_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/bsr/68613/dbcaf/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod-v1/bsr/68613/dbcaf/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/bsr/68613/dbcaf/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] cc65/2.19 (test package): Installing package Requirements Packages Build requirements cc65/2.19 from local cache - Cache Build requirements packages cc65/2.19:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Download Installing (downloading, building) binaries... cc65/2.19: Retrieving package cc9f9b2b9f92fc82888026414560bf79d8c3a052 from remote 'c3i_PR-18873' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz cc65/2.19: Package installed cc9f9b2b9f92fc82888026414560bf79d8c3a052 cc65/2.19: Downloaded package revision 0ea48c2b4b016f4beb5abf275307b156 cc65/2.19 (test package): Applying build-requirement: cc65/2.19 cc65/2.19 (test package): Generator 'VirtualRunEnv' calling 'generate()' cc65/2.19 (test package): Generator 'VirtualBuildEnv' calling 'generate()' cc65/2.19 (test package): Generator txt created conanbuildinfo.txt cc65/2.19 (test package): Aggregating env generators cc65/2.19 (test package): Generated conaninfo.txt cc65/2.19 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/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 cc65/2.19 (test package): Calling build() ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && cc65 -O -t c64 hello.c -o c64/hello.s ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ca65 -t c64 c64/hello.s -o c64/hello.o ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ca65 -t c64 text.s -o c64/text.o ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ld65 -o hello_c64 -t c64 c64/hello.o c64/text.o c64.lib ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && cc65 -O -t apple2 hello.c -o apple2/hello.s ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ca65 -t apple2 apple2/hello.s -o apple2/hello.o ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ca65 -t apple2 text.s -o apple2/text.o ----------------- ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-fefd7c45/recipes/cc65/all/test_package/build-debug/conan/conanbuild.sh" && ld65 -o hello_apple2 -t apple2 apple2/hello.o apple2/text.o apple2.lib ----------------- cc65/2.19 (test package): Running test()