Last active
June 18, 2021 15:22
-
-
Save ganindu7/8c47c2c3a5b7baf84fb2dc2360327202 to your computer and use it in GitHub Desktop.
output of vim --version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Resolve completions: Up front | |
-- Client logfile: /tmp/ycm_b1medad0.log | |
-- Server Python interpreter: /home/nvidia/.pyenv/versions/3.6.9/bin/python | |
-- Server Python version: 3.6.9 | |
-- Server has Clang support compiled in: False | |
-- Clang version: None | |
-- Extra configuration file found but not loaded | |
-- Extra configuration path: /home/nvidia/Workspace/development/test_stability/.ycm_extra_conf.py | |
-- Server running at: http://127.0.0.1:40259 | |
-- Server process ID: 12483 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stdout: serving on http://localhost:41191 | |
stderr: | |
1 2021-06-18 15:33:38,474 - INFO - Completion config: 50, detailing -1 candiates | |
2 2021-06-18 15:33:38,474 - INFO - Completion config: 50, detailing -1 candiates | |
3 2021-06-18 15:33:38,475 - INFO - Completion config: 50, detailing -1 candiates | |
4 2021-06-18 15:33:38,476 - INFO - Completion config: 50, detailing -1 candiates | |
5 127.0.0.1 - - [18/Jun/2021 15:33:38] "GET /ready HTTP/1.1" 200 4 | |
6 2021-06-18 15:33:38,529 - INFO - Adding buffer identifiers for file: /home/nvidia/Workspace/development/test_stability/src/main.cpp | |
7 2021-06-18 15:33:38,587 - ERROR - Clangd at /usr/bin/clangd is out-of-date | |
8 127.0.0.1 - - [18/Jun/2021 15:33:38] "GET /signature_help_available?subserver=cpp HTTP/1.1" 200 18 | |
9 2021-06-18 15:33:38,589 - ERROR - Semantic completion not available for ['cpp'] | |
10 Traceback (most recent call last): | |
11 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 106, in FiletypeCompletionAvailable | |
12 self.GetFiletypeCompleter( filetypes ) | |
13 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 92, in GetFiletypeCompleter | |
14 f'No semantic completer exists for filetypes: { current_filetypes }' ) | |
15 ValueError: No semantic completer exists for filetypes: ['cpp'] | |
16 2021-06-18 15:33:38,591 - ERROR - Semantic completion not available for ['cpp'] | |
17 Traceback (most recent call last): | |
18 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 106, in FiletypeCompletionAvailable | |
19 self.GetFiletypeCompleter( filetypes ) | |
20 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 92, in GetFiletypeCompleter | |
21 f'No semantic completer exists for filetypes: { current_filetypes }' ) | |
22 ValueError: No semantic completer exists for filetypes: ['cpp'] | |
23 127.0.0.1 - - [18/Jun/2021 15:33:38] "POST /event_notification HTTP/1.1" 200 2 | |
24 127.0.0.1 - - [18/Jun/2021 15:33:38] "POST /event_notification HTTP/1.1" 200 2 | |
25 127.0.0.1 - - [18/Jun/2021 15:33:38] "POST /receive_messages HTTP/1.1" 200 5 | |
26 2021-06-18 15:33:38,636 - ERROR - Semantic completion not available for ['cpp'] | |
27 Traceback (most recent call last): | |
28 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 106, in FiletypeCompletionAvailable | |
29 self.GetFiletypeCompleter( filetypes ) | |
30 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 92, in GetFiletypeCompleter | |
31 f'No semantic completer exists for filetypes: { current_filetypes }' ) | |
32 ValueError: No semantic completer exists for filetypes: ['cpp'] | |
33 127.0.0.1 - - [18/Jun/2021 15:33:38] "POST /semantic_completion_available HTTP/1.1" 200 5 | |
34 2021-06-18 15:33:48,699 - ERROR - Error retrieving completer debug info | |
35 Traceback (most recent call last): | |
36 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 282, in DebugInfo | |
37 request_data ).DebugInfo( request_data ) | |
38 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 346, in _GetCompleterForRequestData | |
39 return _server_state.GetFiletypeCompleter( request_data[ 'filetypes' ] ) | |
40 File "/home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 92, in GetFiletypeCompleter | |
41 f'No semantic completer exists for filetypes: { current_filetypes }' ) | |
42 ValueError: No semantic completer exists for filetypes: ['cpp'] | |
43 127.0.0.1 - - [18/Jun/2021 15:33:48] "POST /debug_info HTTP/1.1" 200 264 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is GNU 9.4.0 | |
2 -- The CXX compiler identification is GNU 9.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 -- Found Python3: /home/nvidia/.pyenv/versions/3.6.9/bin/python (found suitable version "3.6.9", required range is "3.6...3.10") found components: Interpreter Development Development.Module Developme nt.Embed | |
14 -- Looking for pthread.h | |
15 -- Looking for pthread.h - found | |
16 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
17 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed | |
18 -- Looking for pthread_create in pthreads | |
19 -- Looking for pthread_create in pthreads - not found | |
20 -- Looking for pthread_create in pthread | |
21 -- Looking for pthread_create in pthread - found | |
22 -- Found Threads: TRUE | |
23 -- NOT using libclang, no semantic completion for C/C++/ObjC will be available | |
24 -- Using Abseil hash tables | |
25 -- NOT using clang-tidy for static analysis. | |
26 -- Configuring done | |
27 -- Generating done | |
28 -- Build files have been written to: /tmp/ycm_build_psid78yl | |
29 [ 1%] Building CXX object absl/absl/base/CMakeFiles/absl_spinlock_wait.dir/internal/spinlock_wait.cc.o | |
30 [ 1%] Building CXX object absl/absl/base/CMakeFiles/absl_log_severity.dir/log_severity.cc.o | |
31 [ 0%] Building CXX object absl/absl/base/CMakeFiles/absl_exponential_biased.dir/internal/exponential_biased.cc.o | |
32 [ 1%] Building CXX object absl/absl/numeric/CMakeFiles/absl_int128.dir/int128.cc.o | |
33 [ 5%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_format.cc.o | |
34 [ 5%] Building CXX object absl/absl/time/CMakeFiles/absl_civil_time.dir/internal/cctz/src/civil_time_detail.cc.o | |
35 [ 1%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_if.cc.o | |
36 [ 6%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o | |
37 [ 6%] Linking CXX static library libabsl_spinlock_wait.a | |
38 [ 6%] Built target absl_spinlock_wait | |
39 [ 8%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_impl.cc.o | |
40 [ 10%] Linking CXX static library libabsl_log_severity.a | |
41 [ 10%] Built target absl_log_severity | |
42 [ 10%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_info.cc.o | |
43 [ 11%] Linking CXX static library libabsl_exponential_biased.a | |
44 [ 11%] Built target absl_exponential_biased | |
45 [ 13%] Building CXX object absl/absl/base/CMakeFiles/absl_raw_logging_internal.dir/internal/raw_logging.cc.o | |
46 [ 15%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_libc.cc.o | |
47 [ 15%] Linking CXX static library libabsl_civil_time.a | |
48 [ 15%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o | |
49 [ 15%] Built target absl_civil_time | |
50 [ 16%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/time_zone_posix.cc.o | |
51 [ 18%] Linking CXX static library libabsl_int128.a | |
52 [ 18%] Built target absl_int128 | |
53 [ 18%] Building CXX object absl/absl/time/CMakeFiles/absl_time_zone.dir/internal/cctz/src/zone_info_source.cc.o | |
54 [ 18%] Linking CXX static library libabsl_raw_logging_internal.a | |
55 [ 18%] Built target absl_raw_logging_internal | |
56 [ 18%] Building CXX object absl/absl/types/CMakeFiles/absl_bad_variant_access.dir/bad_variant_access.cc.o | |
57 [ 20%] Building CXX object absl/absl/base/CMakeFiles/absl_throw_delegate.dir/internal/throw_delegate.cc.o | |
58 [ 20%] Building CXX object absl/absl/base/CMakeFiles/absl_base.dir/internal/cycleclock.cc.o | |
59 [ 22%] Building CXX object absl/absl/base/CMakeFiles/absl_base.dir/internal/spinlock.cc.o | |
60 [ 22%] Building CXX object absl/absl/base/CMakeFiles/absl_base.dir/internal/sysinfo.cc.o | |
61 [ 23%] Linking CXX static library libabsl_bad_variant_access.a | |
62 [ 23%] Built target absl_bad_variant_access | |
63 [ 25%] Building CXX object absl/absl/base/CMakeFiles/absl_base.dir/internal/thread_identity.cc.o | |
64 [ 25%] Building CXX object absl/absl/base/CMakeFiles/absl_base.dir/internal/unscaledcycleclock.cc.o | |
65 [ 25%] Building CXX object absl/absl/types/CMakeFiles/absl_bad_optional_access.dir/bad_optional_access.cc.o | |
66 [ 27%] Building CXX object absl/absl/debugging/CMakeFiles/absl_debugging_internal.dir/internal/address_is_readable.cc.o | |
67 [ 27%] Linking CXX static library libabsl_throw_delegate.a | |
68 [ 27%] Built target absl_throw_delegate | |
69 [ 27%] Building CXX object absl/absl/debugging/CMakeFiles/absl_debugging_internal.dir/internal/elf_mem_image.cc.o | |
70 [ 28%] Linking CXX static library libabsl_bad_optional_access.a | |
71 [ 28%] Built target absl_bad_optional_access | |
72 [ 30%] Building CXX object absl/absl/debugging/CMakeFiles/absl_debugging_internal.dir/internal/vdso_support.cc.o | |
73 [ 32%] Linking CXX static library libabsl_base.a | |
74 [ 32%] Built target absl_base | |
75 [ 32%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings_internal.dir/internal/ostringstream.cc.o | |
76 [ 32%] Building CXX object absl/absl/hash/CMakeFiles/absl_wyhash.dir/internal/wyhash.cc.o | |
77 [ 32%] Building CXX object absl/absl/base/CMakeFiles/absl_malloc_internal.dir/internal/low_level_alloc.cc.o | |
78 [ 33%] Building CXX object absl/absl/hash/CMakeFiles/absl_city.dir/internal/city.cc.o | |
79 [ 35%] Building CXX object absl/absl/debugging/CMakeFiles/absl_demangle_internal.dir/internal/demangle.cc.o | |
80 [ 37%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings_internal.dir/internal/utf8.cc.o | |
81 [ 37%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings_internal.dir/internal/escaping.cc.o | |
82 [ 37%] Linking CXX static library libabsl_debugging_internal.a | |
83 [ 38%] Linking CXX static library libabsl_wyhash.a | |
84 [ 38%] Built target absl_debugging_internal | |
85 [ 38%] Built target absl_wyhash | |
86 [ 40%] Building CXX object absl/absl/debugging/CMakeFiles/absl_stacktrace.dir/stacktrace.cc.o | |
87 [ 42%] Linking CXX static library libabsl_time_zone.a | |
88 [ 42%] Built target absl_time_zone | |
89 [ 42%] Linking CXX static library libabsl_city.a | |
90 [ 42%] Built target absl_city | |
91 [ 44%] Linking CXX static library libabsl_strings_internal.a | |
92 [ 44%] Linking CXX static library libabsl_stacktrace.a | |
93 [ 44%] Built target absl_strings_internal | |
94 [ 44%] Built target absl_stacktrace | |
95 [ 45%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/escaping.cc.o | |
96 [ 47%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/charconv.cc.o | |
97 [ 47%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/ascii.cc.o | |
98 [ 49%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/internal/charconv_bigint.cc.o | |
99 [ 49%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/internal/charconv_parse.cc.o | |
100 [ 49%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/internal/memutil.cc.o | |
101 [ 50%] Linking CXX static library libabsl_malloc_internal.a | |
102 [ 50%] Built target absl_malloc_internal | |
103 [ 52%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/match.cc.o | |
104 [ 54%] Linking CXX static library libabsl_demangle_internal.a | |
105 [ 54%] Built target absl_demangle_internal | |
106 [ 54%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_graphcycles_internal.dir/internal/graphcycles.cc.o | |
107 [ 54%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/numbers.cc.o | |
108 [ 55%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/str_cat.cc.o | |
109 [ 55%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/str_replace.cc.o | |
110 [ 57%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/str_split.cc.o | |
111 [ 57%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/string_view.cc.o | |
112 [ 59%] Building CXX object absl/absl/strings/CMakeFiles/absl_strings.dir/substitute.cc.o | |
113 [ 61%] Linking CXX static library libabsl_graphcycles_internal.a | |
114 [ 61%] Built target absl_graphcycles_internal | |
115 [ 62%] Linking CXX static library libabsl_strings.a | |
116 [ 62%] Built target absl_strings | |
117 [ 62%] Building CXX object absl/absl/debugging/CMakeFiles/absl_symbolize.dir/symbolize.cc.o | |
118 [ 62%] Building CXX object absl/absl/hash/CMakeFiles/absl_hash.dir/internal/hash.cc.o | |
119 [ 64%] Building CXX object absl/absl/time/CMakeFiles/absl_time.dir/civil_time.cc.o | |
120 [ 66%] Building CXX object absl/absl/time/CMakeFiles/absl_time.dir/format.cc.o | |
121 [ 66%] Building CXX object absl/absl/time/CMakeFiles/absl_time.dir/duration.cc.o | |
122 [ 66%] Building CXX object absl/absl/time/CMakeFiles/absl_time.dir/clock.cc.o | |
123 [ 67%] Building CXX object absl/absl/strings/CMakeFiles/absl_cord.dir/cord.cc.o | |
124 [ 69%] Building CXX object absl/absl/time/CMakeFiles/absl_time.dir/time.cc.o | |
125 [ 69%] Building CXX object absl/absl/strings/CMakeFiles/absl_cord.dir/internal/cord_internal.cc.o | |
126 [ 71%] Linking CXX static library libabsl_hash.a | |
127 [ 72%] Building CXX object absl/absl/strings/CMakeFiles/absl_cord.dir/internal/cord_rep_ring.cc.o | |
128 [ 72%] Built target absl_hash | |
129 [ 74%] Linking CXX static library libabsl_symbolize.a | |
130 [ 74%] Built target absl_symbolize | |
131 [ 74%] Linking CXX static library libabsl_time.a | |
132 [ 74%] Built target absl_time | |
133 [ 74%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/barrier.cc.o | |
134 [ 76%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/blocking_counter.cc.o | |
135 [ 77%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/internal/per_thread_sem.cc.o | |
136 [ 79%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/internal/waiter.cc.o | |
137 [ 79%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/internal/create_thread_identity.cc.o | |
138 [ 79%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/notification.cc.o | |
139 [ 81%] Building CXX object absl/absl/synchronization/CMakeFiles/absl_synchronization.dir/mutex.cc.o | |
140 [ 81%] Linking CXX static library libabsl_cord.a | |
141 [ 81%] Built target absl_cord | |
142 [ 81%] Linking CXX static library libabsl_synchronization.a | |
143 [ 81%] Built target absl_synchronization | |
144 [ 81%] Building CXX object absl/absl/container/CMakeFiles/absl_hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o | |
145 [ 83%] Building CXX object absl/absl/container/CMakeFiles/absl_hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o | |
146 [ 84%] Linking CXX static library libabsl_hashtablez_sampler.a | |
147 [ 84%] Built target absl_hashtablez_sampler | |
148 [ 86%] Building CXX object absl/absl/container/CMakeFiles/absl_raw_hash_set.dir/internal/raw_hash_set.cc.o | |
149 [ 86%] Linking CXX static library libabsl_raw_hash_set.a | |
150 [ 86%] Built target absl_raw_hash_set | |
151 [ 86%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Candidate.cpp.o | |
152 [ 88%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Character.cpp.o | |
153 [ 89%] Building CXX object ycm/CMakeFiles/ycm_core.dir/CodePoint.cpp.o | |
154 [ 89%] Building CXX object ycm/CMakeFiles/ycm_core.dir/IdentifierUtils.cpp.o | |
155 [ 89%] Building CXX object ycm/CMakeFiles/ycm_core.dir/IdentifierCompleter.cpp.o | |
156 [ 91%] Building CXX object ycm/CMakeFiles/ycm_core.dir/IdentifierDatabase.cpp.o | |
157 [ 91%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Repository.cpp.o | |
158 [ 93%] Building CXX object ycm/CMakeFiles/ycm_core.dir/PythonSupport.cpp.o | |
159 [ 94%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Result.cpp.o | |
160 [ 94%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Utils.cpp.o | |
161 [ 96%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Word.cpp.o | |
162 [ 96%] Building CXX object ycm/CMakeFiles/ycm_core.dir/versioning.cpp.o | |
163 [ 98%] Building CXX object ycm/CMakeFiles/ycm_core.dir/ycm_core.cpp.o | |
164 [100%] Linking CXX shared library /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_core.cpython-36m-aarch64-linux-gnu.so | |
165 [100%] Built target ycm_core | |
166 running build | |
167 running build_py | |
168 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build | |
169 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex | |
170 copying regex_3/__init__.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex | |
171 copying regex_3/regex.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex | |
172 copying regex_3/_regex_core.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex | |
173 copying regex_3/test_regex.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex | |
174 running build_ext | |
175 building 'regex._regex' extension | |
176 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/3 | |
177 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/3/temp.linux-aarch64-3.6 | |
178 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/3/temp.linux-aarch64-3.6/regex_3 | |
179 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/home/nvidia/.pyenv/versions/3.6.9/include/python3.6m -c regex_3/_regex.c -o /home/nvidia/.vim/bundle/YouCompleteM e/third_party/ycmd/third_party/regex-build/3/temp.linux-aarch64-3.6/regex_3/_regex.o | |
180 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/home/nvidia/.pyenv/versions/3.6.9/include/python3.6m -c regex_3/_regex_unicode.c -o /home/nvidia/.vim/bundle/YouC ompleteMe/third_party/ycmd/third_party/regex-build/3/temp.linux-aarch64-3.6/regex_3/_regex_unicode.o | |
181 gcc -pthread -shared -L/home/nvidia/.pyenv/versions/3.6.9/lib -Wl,-rpath=/home/nvidia/.pyenv/versions/3.6.9/lib -L/home/nvidia/.pyenv/versions/3.6.9/lib -Wl,-rpath=/home/nvidia/.pyenv/versions/3.6.9/ lib /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/3/temp.linux-aarch64-3.6/regex_3/_regex.o /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex -build/3/temp.linux-aarch64-3.6/regex_3/_regex_unicode.o -L/home/nvidia/.pyenv/versions/3.6.9/lib -lpython3.6m -o /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/regex-build/regex /_regex.cpython-36m-aarch64-linux-gnu.so | |
182 running build | |
183 running build_py | |
184 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3 | |
185 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog | |
186 copying src/watchdog/version.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog | |
187 copying src/watchdog/events.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog | |
188 copying src/watchdog/watchmedo.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog | |
189 copying src/watchdog/__init__.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog | |
190 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
191 copying src/watchdog/utils/dirsnapshot.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
192 copying src/watchdog/utils/patterns.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
193 copying src/watchdog/utils/delayed_queue.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
194 copying src/watchdog/utils/bricks.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
195 copying src/watchdog/utils/echo.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
196 copying src/watchdog/utils/__init__.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
197 copying src/watchdog/utils/platform.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/utils | |
198 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
199 copying src/watchdog/observers/api.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
200 copying src/watchdog/observers/kqueue.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
201 copying src/watchdog/observers/read_directory_changes.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
202 copying src/watchdog/observers/inotify_buffer.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
203 copying src/watchdog/observers/fsevents.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
204 copying src/watchdog/observers/inotify_c.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
205 copying src/watchdog/observers/fsevents2.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
206 copying src/watchdog/observers/inotify.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
207 copying src/watchdog/observers/winapi.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
208 copying src/watchdog/observers/polling.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
209 copying src/watchdog/observers/__init__.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/observers | |
210 creating /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/tricks | |
211 copying src/watchdog/tricks/__init__.py -> /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog/build/lib3/watchdog/tricks | |
212 running egg_info | |
213 writing src/watchdog.egg-info/PKG-INFO | |
214 writing dependency_links to src/watchdog.egg-info/dependency_links.txt | |
215 writing entry points to src/watchdog.egg-info/entry_points.txt | |
216 writing requirements to src/watchdog.egg-info/requires.txt | |
217 writing top-level names to src/watchdog.egg-info/top_level.txt | |
218 reading manifest file 'src/watchdog.egg-info/SOURCES.txt' | |
219 reading manifest template 'MANIFEST.in' | |
220 warning: no files found matching '*.h' under directory 'src' | |
221 writing manifest file 'src/watchdog.egg-info/SOURCES.txt' | |
222 Searching Python 3.6 libraries... | |
223 Found Python library: /home/nvidia/.pyenv/versions/3.6.9/lib/libpython3.6m.so | |
224 Found Python headers folder: /home/nvidia/.pyenv/versions/3.6.9/include/python3.6m | |
225 Using cached Clangd: /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/clangd/cache/clangd-12.0.0-aarch64-linux-gnu.tar.bz2 | |
226 Extracting Clangd to /home/nvidia/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/clangd/output... | |
227 Done installing Clangd | |
228 Clangd completer enabled. If you are using .ycm_extra_conf.py files, make sure they use Settings() instead of the old and deprecated FlagsForFile(). | |
162,1 92% | |
114,1 66% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 27 2021 18:57:19) | |
Included patches: 1-2815 | |
Modified by [email protected] | |
Compiled by [email protected] | |
Huge version without GUI. Features included (+) or not (-): | |
+acl -farsi +mouse_sgr +tag_binary | |
+arabic +file_in_path -mouse_sysmouse -tag_old_static | |
+autocmd +find_in_path +mouse_urxvt -tag_any_white | |
+autochdir +float +mouse_xterm +tcl | |
-autoservername +folding +multi_byte +termguicolors | |
-balloon_eval -footer +multi_lang +terminal | |
+balloon_eval_term +fork() -mzscheme +terminfo | |
-browse +gettext +netbeans_intg +termresponse | |
++builtin_terms -hangul_input +num64 +textobjects | |
+byte_offset +iconv +packages +textprop | |
+channel +insert_expand +path_extra +timers | |
+cindent +ipv6 +perl +title | |
-clientserver +job +persistent_undo -toolbar | |
-clipboard +jumplist +popupwin +user_commands | |
+cmdline_compl +keymap +postscript +vartabs | |
+cmdline_hist +lambda +printer +vertsplit | |
+cmdline_info +langmap +profile +virtualedit | |
+comments +libcall -python +visual | |
+conceal +linebreak +python3 +visualextra | |
+cryptv +lispindent +quickfix +viminfo | |
+cscope +listcmds +reltime +vreplace | |
+cursorbind +localmap +rightleft +wildignore | |
+cursorshape +lua +ruby +wildmenu | |
+dialog_con +menu +scrollbind +windows | |
+diff +mksession +signs +writebackup | |
+digraphs +modify_fname +smartindent -X11 | |
-dnd +mouse +sound -xfontset | |
-ebcdic -mouseshape +spell -xim | |
+emacs_tags +mouse_dec +startuptime -xpm | |
+eval +mouse_gpm +statusline -xsmp | |
+ex_extra -mouse_jsbterm -sun_workshop -xterm_clipboard | |
+extra_search +mouse_netterm +syntax -xterm_save | |
system vimrc file: "$VIM/vimrc" | |
user vimrc file: "$HOME/.vimrc" | |
2nd user vimrc file: "~/.vim/vimrc" | |
user exrc file: "$HOME/.exrc" | |
defaults file: "$VIMRUNTIME/defaults.vim" | |
fall-back for $VIM: "/usr/share/vim" | |
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -fdebug-prefix-map=/build/vim-dKC3ub/vim-8.2.2815=. -fstack-protector-strong -Wformat -Werror=format-security -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
Linking: gcc -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lselinux -lcanberra -lacl -lattr -lgpm -ldl -L/usr/lib -llua5.2 -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/aarch64-linux-gnu/perl/5.26/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python3.6/config-3.6m-aarch64-linux-gnu -lpython3.6m -lpthread -ldl -lutil -lm -L/usr/lib/aarch64-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm -L/usr/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment