******************************************************************************** conan test cci-095dbd0c/recipes/jemalloc/all/test_package/conanfile.py jemalloc/5.2.1@#f4394044dfd9db59f2a7ab6481c69a21 -pr /home/conan/w/prod/BuildSingleReference/240508/fec80dfd-8241-4498-aa43-3d34738cbe12/profile_linux_9_libstdcpp11_gcc_debug_64.jemalloc-shared-True.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/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 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/BuildSingleReference/.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=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.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=9 os=Linux [options] jemalloc:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True jemalloc/5.2.1 (test package): Installing package Requirements jemalloc/5.2.1 from local cache - Cache Packages jemalloc/5.2.1:bee432098d7ce52b98c242529be35883476cd8ee - Download Installing (downloading, building) binaries... jemalloc/5.2.1: Retrieving package bee432098d7ce52b98c242529be35883476cd8ee from remote 'c3i_PR-17672' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz jemalloc/5.2.1: Package installed bee432098d7ce52b98c242529be35883476cd8ee jemalloc/5.2.1: Downloaded package revision 1a0a873f8a8bdb09eb97050565d0b961 jemalloc/5.2.1 (test package): Generator cmake created conanbuildinfo.cmake jemalloc/5.2.1 (test package): Generator txt created conanbuildinfo.txt jemalloc/5.2.1 (test package): Aggregating env generators jemalloc/5.2.1 (test package): Generated conaninfo.txt jemalloc/5.2.1 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-095dbd0c/recipes/jemalloc/all/test_package/build/c46cd5e8fc155bf10fb9851092a6a541181ce0c1/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 jemalloc/5.2.1 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/cci-095dbd0c/recipes/jemalloc/all/test_package/build/c46cd5e8fc155bf10fb9851092a6a541181ce0c1' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -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-095dbd0c/recipes/jemalloc/all/test_package/build/c46cd5e8fc155bf10fb9851092a6a541181ce0c1/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 '/home/conan/w/prod/BuildSingleReference/cci-095dbd0c/recipes/jemalloc/all/test_package' ----------------- -- The CXX compiler identification is GNU 9.2.1 -- 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 global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-095dbd0c/recipes/jemalloc/all/test_package/build/c46cd5e8fc155bf10fb9851092a6a541181ce0c1 ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/cci-095dbd0c/recipes/jemalloc/all/test_package/build/c46cd5e8fc155bf10fb9851092a6a541181ce0c1' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package jemalloc/5.2.1 (test package): Running test() ----Running------ > bin/test_package ----------------- 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 ___ Begin jemalloc statistics ___ Version: "5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756" Build-time option settings config.cache_oblivious: true config.debug: true config.fill: true config.lazy_lock: false config.malloc_conf: "" config.opt_safety_checks: true config.prof: false config.prof_libgcc: false config.prof_libunwind: false config.stats: true config.utrace: false config.xmalloc: true Run-time option settings opt.abort: true opt.abort_conf: true opt.confirm_conf: false opt.retain: true opt.dss: "secondary" opt.narenas: 16 opt.percpu_arena: "disabled" opt.oversize_threshold: 8388608 opt.metadata_thp: "disabled" opt.background_thread: false (background_thread: false) opt.dirty_decay_ms: 10000 (arenas.dirty_decay_ms: 10000) opt.muzzy_decay_ms: 0 (arenas.muzzy_decay_ms: 0) opt.lg_extent_max_active_fit: 6 opt.junk: "true" opt.zero: false opt.xmalloc: false opt.tcache: true opt.lg_tcache_max: 15 opt.thp: "default" opt.stats_print: false opt.stats_print_opts: "" Arenas: 17 Quantum size: 16 Page size: 4096 Maximum thread-cached size class: 32768 Number of bin size classes: 36 Number of thread-cache bin size classes: 41 Number of large size classes: 196 Allocated: 55340648, active: 58953728, metadata: 5081944 (n_thp 0), resident: 64016384, mapped: 71536640, retained: 7106560 Background threads: 0, num_runs: 0, run_interval: 0 ns n_lock_ops (#/sec) n_waiting (#/sec) n_spin_acq (#/sec) n_owner_switch (#/sec) total_wait_ns (#/sec) max_wait_ns max_n_thds background_thread 4 4 0 0 0 0 1 1 0 0 0 0 ctl 2 2 0 0 0 0 1 1 0 0 0 0 prof 0 0 0 0 0 0 0 0 0 0 0 0 arenas[0]: assigned threads: 1 uptime: 74006888 dss allocation precedence: "secondary" decaying: time npages sweeps madvises purged dirty: 10000 0 0 0 0 muzzy: 0 0 0 0 0 allocated nmalloc (#/sec) ndalloc (#/sec) nrequests (#/sec) nfill (#/sec) nflush (#/sec) small: 1678952 751 751 0 0 61 61 31 31 0 0 large: 53661696 858 858 0 0 858 858 858 858 0 0 total: 55340648 1609 1609 0 0 919 919 889 889 0 0 active: 58953728 mapped: 71536640 retained: 7106560 base: 5053264 internal: 28680 metadata_thp: 0 tcache_bytes: 556296 resident: 64016384 abandoned_vm: 0 extent_avail: 0 n_lock_ops (#/sec) n_waiting (#/sec) n_spin_acq (#/sec) n_owner_switch (#/sec) total_wait_ns (#/sec) max_wait_ns max_n_thds large 2 2 0 0 0 0 1 1 0 0 0 0 extent_avail 982 982 0 0 0 0 3 3 0 0 0 0 extents_dirty 972 972 0 0 0 0 3 3 0 0 0 0 extents_muzzy 2 2 0 0 0 0 1 1 0 0 0 0 extents_retained 1941 1941 0 0 0 0 3 3 0 0 0 0 decay_dirty 2 2 0 0 0 0 1 1 0 0 0 0 decay_muzzy 2 2 0 0 0 0 1 1 0 0 0 0 base 1012 1012 0 0 0 0 3 3 0 0 0 0 tcache_list 3 3 0 0 0 0 1 1 0 0 0 0 bins: size ind allocated nmalloc (#/sec) ndalloc (#/sec) nrequests (#/sec) nshards curregs curslabs nonfull_slabs regs pgs util nfills (#/sec) nflushes (#/sec) nslabs nreslabs (#/sec) n_lock_ops (#/sec) n_waiting (#/sec) n_spin_acq (#/sec) n_owner_switch (#/sec) total_wait_ns (#/sec) max_wait_ns max_n_thds 8 0 808 101 101 0 0 1 1 1 101 1 0 512 1 0.197 1 1 0 0 1 0 0 5 5 0 0 0 0 1 1 0 0 0 0 16 1 0 0 0 0 0 0 0 1 0 0 0 256 1 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 32 2 0 0 0 0 0 0 0 1 0 0 0 128 1 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 48 3 0 0 0 0 0 0 0 1 0 0 0 256 3 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 64 4 0 0 0 0 0 0 0 1 0 0 0 64 1 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 80 5 0 0 0 0 0 0 0 1 0 0 0 256 5 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 96 6 0 0 0 0 0 0 0 1 0 0 0 128 3 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 --- 112 7 11200 100 100 0 0 0 0 1 100 1 0 256 7 0.390 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 128 8 0 0 0 0 0 0 0 1 0 0 0 32 1 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 160 9 0 0 0 0 0 0 0 1 0 0 0 128 5 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 192 10 0 0 0 0 0 0 0 1 0 0 0 64 3 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 --- 224 11 22400 100 100 0 0 0 0 1 100 1 0 128 7 0.781 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 256 12 0 0 0 0 0 0 0 1 0 0 0 16 1 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 --- 320 13 20480 64 64 0 0 0 0 1 64 1 0 64 5 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 384 14 0 0 0 0 0 0 0 1 0 0 0 32 3 1 0 0 0 0 0 0 0 2 2 0 0 0 0 1 1 0 0 0 0 --- 448 15 28672 64 64 0 0 0 0 1 64 1 0 64 7 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 512 16 5120 10 10 0 0 0 0 1 10 2 0 8 1 0.625 1 1 0 0 2 0 0 5 5 0 0 0 0 1 1 0 0 0 0 640 17 20480 32 32 0 0 0 0 1 32 1 0 32 5 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 768 18 12288 16 16 0 0 0 0 1 16 1 0 16 3 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 896 19 28672 32 32 0 0 0 0 1 32 1 0 32 7 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 1024 20 10240 10 10 0 0 0 0 1 10 3 0 4 1 0.833 1 1 0 0 3 0 0 6 6 0 0 0 0 1 1 0 0 0 0 1280 21 20480 16 16 0 0 0 0 1 16 1 0 16 5 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 1536 22 15360 10 10 0 0 0 0 1 10 2 0 8 3 0.625 1 1 0 0 2 0 0 5 5 0 0 0 0 1 1 0 0 0 0 1792 23 28672 16 16 0 0 0 0 1 16 1 0 16 7 1 1 1 0 0 1 0 0 4 4 0 0 0 0 1 1 0 0 0 0 2048 24 20480 10 10 0 0 0 0 1 10 5 0 2 1 1 1 1 0 0 5 0 0 8 8 0 0 0 0 1 1 0 0 0 0 2560 25 25600 10 10 0 0 0 0 1 10 2 0 8 5 0.625 1 1 0 0 2 0 0 5 5 0 0 0 0 1 1 0 0 0 0 3072 26 30720 10 10 0 0 0 0 1 10 3 0 4 3 0.833 1 1 0 0 3 0 0 6 6 0 0 0 0 1 1 0 0 0 0 3584 27 35840 10 10 0 0 0 0 1 10 2 0 8 7 0.625 1 1 0 0 2 0 0 5 5 0 0 0 0 1 1 0 0 0 0 4096 28 40960 10 10 0 0 0 0 1 10 10 0 1 1 1 1 1 0 0 10 0 0 13 13 0 0 0 0 1 1 0 0 0 0 5120 29 102400 20 20 0 0 10 10 1 20 5 0 4 5 1 2 2 0 0 5 0 0 9 9 0 0 0 0 1 1 0 0 0 0 6144 30 61440 10 10 0 0 0 0 1 10 5 0 2 3 1 1 1 0 0 5 0 0 8 8 0 0 0 0 1 1 0 0 0 0 7168 31 71680 10 10 0 0 0 0 1 10 3 0 4 7 0.833 1 1 0 0 3 0 0 6 6 0 0 0 0 1 1 0 0 0 0 8192 32 81920 10 10 0 0 0 0 1 10 10 0 1 2 1 1 1 0 0 10 0 0 13 13 0 0 0 0 1 1 0 0 0 0 10240 33 307200 30 30 0 0 20 20 1 30 15 0 2 5 1 3 3 0 0 15 0 0 20 20 0 0 0 0 1 1 0 0 0 0 12288 34 245760 20 20 0 0 10 10 1 20 20 0 1 3 1 2 2 0 0 20 0 0 24 24 0 0 0 0 1 1 0 0 0 0 14336 35 430080 30 30 0 0 20 20 1 30 15 0 2 7 1 3 3 0 0 15 0 0 20 20 0 0 0 0 1 1 0 0 0 0 large: size ind allocated nmalloc (#/sec) ndalloc (#/sec) nrequests (#/sec) curlextents 16384 36 327680 20 20 0 0 20 20 20 20480 37 839680 41 41 0 0 41 41 41 24576 38 1007616 41 41 0 0 41 41 41 28672 39 1204224 42 42 0 0 42 42 42 32768 40 1343488 41 41 0 0 41 41 41 40960 41 3358720 82 82 0 0 82 82 82 49152 42 4030464 82 82 0 0 82 82 82 57344 43 4702208 82 82 0 0 82 82 82 65536 44 5373952 82 82 0 0 82 82 82 81920 45 13516800 165 165 0 0 165 165 165 98304 46 16121856 164 164 0 0 164 164 164 114688 47 1835008 16 16 0 0 16 16 16 --- extents: size ind ndirty dirty nmuzzy muzzy nretained retained ntotal total --- 8192 1 0 0 0 0 1 8192 1 8192 --- 16384 3 0 0 0 0 2 32768 2 32768 --- 28672 6 0 0 0 0 1 28672 1 28672 32768 7 0 0 0 0 1 32768 1 32768 40960 8 0 0 0 0 2 77824 2 77824 --- 57344 10 0 0 0 0 1 53248 1 53248 --- 81920 12 0 0 0 0 1 81920 1 81920 --- 7340032 38 0 0 0 0 1 6791168 1 6791168 --- --- End jemalloc statistics ---