******************************************************************************** conan test cci-3eddee60/recipes/rust/all/test_package/conanfile.py rust/1.77.0@#75eb1968d8fe74452777013c750f3dbe -pr /home/conan/workspace/prod-v1/bsr/15305/ceceb/profile_linux_11_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/workspace/prod-v1/bsr/15305/ffdde/.conan/profiles/default) Found gcc 11.1 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/workspace/prod-v1/bsr/15305/ffdde/.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=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/workspace/prod-v1/bsr/15305/ffdde/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True rust/1.77.0 (test package): Installing package Requirements Packages Build requirements rust/1.77.0 from local cache - Cache Build requirements packages rust/1.77.0:4db1be536558d833e52e862fd84d64d75c2b3656 - Download Installing (downloading, building) binaries... rust/1.77.0: Retrieving package 4db1be536558d833e52e862fd84d64d75c2b3656 from remote 'c3i_PR-20991' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz rust/1.77.0: Package installed 4db1be536558d833e52e862fd84d64d75c2b3656 rust/1.77.0: Downloaded package revision 89b0e0e0b40b6d5c6f211bb357618aee rust/1.77.0 (test package): Applying build-requirement: rust/1.77.0 rust/1.77.0 (test package): Generator txt created conanbuildinfo.txt rust/1.77.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' rust/1.77.0 (test package): Generator 'VirtualBuildEnv' calling 'generate()' rust/1.77.0 (test package): Calling generate() rust/1.77.0 (test package): Aggregating env generators rust/1.77.0 (test package): Generated conaninfo.txt rust/1.77.0 (test package): Generated graphinfo Using lockfile: '/home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/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 rust/1.77.0 (test package): Calling build() ----Running------ > . "/home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/all/test_package/build/Release/generators/conanbuild.sh" && rustc --version ----------------- rustc 1.77.0 (aedd173a2 2024-03-17) ----Running------ > . "/home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/all/test_package/build/Release/generators/conanbuild.sh" && cargo build --release ----------------- rust/1.77.0 (test package): Running test() ----Running------ > . "/home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/all/test_package/build/Release/generators/conanrun.sh" && /home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/all/test_package/build/Release/release/greetings ----------------- {"message":"Hi!"} Updating crates.io index Downloading crates ... Downloaded ryu v1.0.15 Downloaded quote v1.0.33 Downloaded itoa v1.0.9 Downloaded proc-macro2 v1.0.69 Downloaded unicode-ident v1.0.12 Downloaded serde v1.0.192 Downloaded syn v2.0.39 Downloaded serde_json v1.0.108 Downloaded serde_derive v1.0.192 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling serde v1.0.192 Compiling serde_json v1.0.108 Compiling ryu v1.0.15 Compiling itoa v1.0.9 Compiling quote v1.0.33 Compiling syn v2.0.39 Compiling serde_derive v1.0.192 Compiling greetings v0.1.0 (/home/conan/workspace/prod-v1/bsr/cci-3eddee60/recipes/rust/all/test_package) Finished release [optimized] target(s) in 12.28s