|
| 1 | +-- The C compiler identification is GNU 11.4.0 |
| 2 | +-- The CXX compiler identification is GNU 11.4.0 |
| 3 | +-- Detecting C compiler ABI info |
| 4 | +-- Detecting C compiler ABI info - done |
| 5 | +-- Check for working C compiler: /usr/bin/cc - skipped |
| 6 | +-- Detecting C compile features |
| 7 | +-- Detecting C compile features - done |
| 8 | +-- Detecting CXX compiler ABI info |
| 9 | +-- Detecting CXX compiler ABI info - done |
| 10 | +-- Check for working CXX compiler: /usr/bin/c++ - skipped |
| 11 | +-- Detecting CXX compile features |
| 12 | +-- Detecting CXX compile features - done |
| 13 | +-- Version from /users/Haocheng/mylcs/version.txt: 0.3.1 |
| 14 | +-- LOG_LEVEL is not set, use INFO as default for release build |
| 15 | +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD |
| 16 | +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success |
| 17 | +-- Found Threads: TRUE |
| 18 | +-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") |
| 19 | +-- Checking for one of the modules 'glib-2.0' |
| 20 | +-- Found GLib: /usr/lib/x86_64-linux-gnu/libglib-2.0.so (found version "2.72.4") |
| 21 | +-- Looking for argp_parse |
| 22 | +-- Looking for argp_parse - found |
| 23 | +-- Found argp: /usr/include |
| 24 | +-- Found ZSTD: /usr/local/lib/libzstd.so |
| 25 | +-- Found Zstd: /usr/local/lib/libzstd.so |
| 26 | +-- ZSTD_INCLUDE_DIR /usr/local/include, ZSTD_LIBRARIES /usr/local/lib/libzstd.so |
| 27 | +-- CMAKE_CXX_FLAGS_DEBUG -g |
| 28 | +-- CMAKE_CXX_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG |
| 29 | +-- CMAKE_CXX_FLAGS_RELEASE -O3 -DNDEBUG |
| 30 | +-- SUPPORT TTL OFF, USE_HUGEPAGE ON |
| 31 | +-- LOGLEVEL default, ENABLE_GLCACHE OFF |
| 32 | +-- ENABLE_LRB OFF, ENABLE_3L_CACHE OFF |
| 33 | +-- OPT_SUPPORT_ZSTD_TRACE ON |
| 34 | +-- <<++=====------------------\/------------------=====++>> |
| 35 | +-- <<++ libCacheSim summary ++>> |
| 36 | +-- <<++=====------------------/\------------------=====++>> |
| 37 | +-- ================== dependency related ================== |
| 38 | +-- glib found? TRUE - LIBS=/usr/lib/x86_64-linux-gnu/libglib-2.0.so, header=/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include |
| 39 | +-- tcmalloc found? TRUE - LIBS=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so, header= |
| 40 | +-- ZSTD found? TRUE - LIBS=/usr/local/lib/libzstd.so, header=/usr/local/include |
| 41 | +-- ==================== CMake related ===================== |
| 42 | +-- platform = Linux 5.15.0-138-generic |
| 43 | +-- CPU type = x86_64 |
| 44 | +-- cmake source = /users/Haocheng/mylcs |
| 45 | +-- cmake compiler = /usr/bin/cc |
| 46 | +-- CMAKE_BUILD_TYPE = Release |
| 47 | +-- CFLAGS = |
| 48 | +-- dependency_libs = /usr/lib/x86_64-linux-gnu/libglib-2.0.so;/usr/local/lib/libzstd.so;/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so |
| 49 | +-- Installation path = /usr/local |
| 50 | +-- ======================================================== |
| 51 | +-- ============= Status of optional features ============== |
| 52 | +-- ======================================================== |
| 53 | +-- cache_sources_c = admission/bloomfilter.c;admission/prob.c;admission/size.c;admission/sizeProbabilistic.c;eviction/ARC.c;eviction/ARCv0.c;eviction/Belady.c;eviction/BeladySize.c;eviction/CAR.c;eviction/Cacheus.c;eviction/Clock.c;eviction/ClockPro.c;eviction/FIFO.c;eviction/Hyperbolic.c;eviction/LeCaR.c;eviction/LeCaRv0.c;eviction/LFU.c;eviction/LFUDA.c;eviction/LIRS.c;eviction/LRU.c;eviction/LRUProb.c;eviction/LRUv0.c;eviction/MRU.c;eviction/nop.c;eviction/QDLP.c;eviction/Random.c;eviction/RandomLRU.c;eviction/RandomTwo.c;eviction/S3FIFO.c;eviction/Sieve.c;eviction/Size.c;eviction/SLRU.c;eviction/SLRUv0.c;eviction/TwoQ.c;eviction/WTinyLFU.c;eviction/CR_LFU.c;eviction/SR_LRU.c;eviction/FIFO_Merge.c;eviction/FIFO_Reinsertion.c;eviction/S3FIFOv0.c;eviction/S3FIFOd.c;eviction/other/flashProb.c;eviction/other/S3LRU.c;prefetch/Mithril.c;prefetch/OBL.c;prefetch/PG.c;cache.c;plugin.c |
| 54 | +-- cache_sources_cpp = admission/adaptsize/adaptsize.cpp;admission/adaptsize/adaptsize_interface.cpp;eviction/cpp/LFU.cpp;eviction/cpp/GDSF.cpp;eviction/LHD/lhd.cpp;eviction/LHD/LHD_Interface.cpp |
| 55 | +-- Building with test |
| 56 | +-- Exported variables to /users/Haocheng/mylcs/build/export_vars.cmake |
| 57 | +-- Configuring done (0.8s) |
| 58 | +-- Generating done (0.1s) |
| 59 | +-- Build files have been written to: /users/Haocheng/mylcs/build |
| 60 | +~/mylcs/libCacheSim-python ~/mylcs |
| 61 | +Using pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10) |
| 62 | +Defaulting to user installation because normal site-packages is not writeable |
| 63 | +Created temporary directory: /tmp/pip-ephem-wheel-cache-b2vd6qte |
| 64 | +Created temporary directory: /tmp/pip-req-tracker-g5ne9qc8 |
| 65 | +Initialized build tracking at /tmp/pip-req-tracker-g5ne9qc8 |
| 66 | +Created build tracker: /tmp/pip-req-tracker-g5ne9qc8 |
| 67 | +Entered build tracker: /tmp/pip-req-tracker-g5ne9qc8 |
| 68 | +Created temporary directory: /tmp/pip-install-m8gstwzc |
| 69 | +Obtaining file:///users/Haocheng/mylcs/libCacheSim-python |
| 70 | + Added file:///users/Haocheng/mylcs/libCacheSim-python to build tracker '/tmp/pip-req-tracker-g5ne9qc8' |
| 71 | + Created temporary directory: /tmp/pip-build-env-55hvaxmg |
| 72 | + Created temporary directory: /tmp/pip-standalone-pip-2s9ixk7n |
| 73 | + Installing build dependencies: started |
| 74 | + Installing build dependencies: finished with status 'canceled' |
| 75 | +Exception information: |
| 76 | +Traceback (most recent call last): |
| 77 | + File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper |
| 78 | + status = run_func(*args) |
| 79 | + File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper |
| 80 | + return func(self, options, args) |
| 81 | + File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 339, in run |
| 82 | + requirement_set = resolver.resolve( |
| 83 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 75, in resolve |
| 84 | + collected = self.factory.collect_root_requirements(root_reqs) |
| 85 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 506, in collect_root_requirements |
| 86 | + req = self._make_requirement_from_install_req( |
| 87 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 468, in _make_requirement_from_install_req |
| 88 | + cand = self._make_candidate_from_link( |
| 89 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 188, in _make_candidate_from_link |
| 90 | + self._editable_candidate_cache[link] = EditableCandidate( |
| 91 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 313, in __init__ |
| 92 | + super().__init__( |
| 93 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__ |
| 94 | + self.dist = self._prepare() |
| 95 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare |
| 96 | + dist = self._prepare_distribution() |
| 97 | + File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 323, in _prepare_distribution |
| 98 | + return self._factory.preparer.prepare_editable_requirement(self._ireq) |
| 99 | + File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 609, in prepare_editable_requirement |
| 100 | + dist = _get_prepared_distribution( |
| 101 | + File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution |
| 102 | + abstract_dist.prepare_distribution_metadata(finder, build_isolation) |
| 103 | + File "/usr/lib/python3/dist-packages/pip/_internal/distributions/sdist.py", line 35, in prepare_distribution_metadata |
| 104 | + self._prepare_build_backend(finder) |
| 105 | + File "/usr/lib/python3/dist-packages/pip/_internal/distributions/sdist.py", line 56, in _prepare_build_backend |
| 106 | + self.req.build_env.install_requirements( |
| 107 | + File "/usr/lib/python3/dist-packages/pip/_internal/build_env.py", line 202, in install_requirements |
| 108 | + self._install_requirements( |
| 109 | + File "/usr/lib/python3/dist-packages/pip/_internal/build_env.py", line 260, in _install_requirements |
| 110 | + call_subprocess( |
| 111 | + File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 166, in call_subprocess |
| 112 | + line: str = proc.stdout.readline() |
| 113 | +KeyboardInterrupt |
| 114 | +Removed file:///users/Haocheng/mylcs/libCacheSim-python from build tracker '/tmp/pip-req-tracker-g5ne9qc8' |
| 115 | +Removed build tracker: '/tmp/pip-req-tracker-g5ne9qc8' |
| 116 | +~/mylcs |
0 commit comments