Ticket #6051: build.log

File build.log, 68.1 KB (added by Sven-Hendrik Haase, 3 years ago)
Line 
1Updating bundled third-party dependencies...
2
3FCollada is already up to date.
4
5Building SpiderMonkey...
6
7SpiderMonkey build options: --disable-tests
8 --disable-jemalloc
9 --disable-js-shell
10 --without-intl-api
11 --enable-shared-js
12 --disable-jitspew --enable-valgrind
13patching file js/src/build/moz.build
14patching file mozglue/build/moz.build
15patching file config/makefiles/target_binaries.mk
16patching file js/src/moz.build
17patching file js/src/old-configure
18patching file js/public/StructuredClone.h
19patch unexpectedly ends in middle of line
20Hunk #1 succeeded at 381 with fuzz 1 (offset 53 lines).
21patching file js/public/AllocPolicy.h
22Hunk #1 succeeded at 109 (offset 2 lines).
23Hunk #2 succeeded at 175 (offset 3 lines).
24patching file js/public/RootingAPI.h
25patch unexpectedly ends in middle of line
26Hunk #1 succeeded at 931 with fuzz 1.
27patching file build/moz.configure/toolchain.configure
28patching file build/moz.configure/toolchain.configure
29patch unexpectedly ends in middle of line
30Hunk #1 succeeded at 141 with fuzz 1.
31patching file js/src/wasm/WasmSignalHandlers.cpp
32Creating Python 3 environment
33Using base prefix '/usr'
34New python executable in /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python3
35Also creating executable in /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python
36Installing setuptools, pip, wheel...
37done.
38b"running build_ext\nbuilding 'psutil._psutil_linux' extension\ncreating build\ncreating build/temp.linux-x86_64-3.9\ncreating build/temp.linux-x86_64-3.9/psutil\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.9/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-3.9/psutil/_psutil_linux.o\npsutil/_psutil_linux.c: In function \xe2\x80\x98psutil_net_if_duplex_speed\xe2\x80\x99:\npsutil/_psutil_linux.c:504:5: warning: \xe2\x80\x98strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n 504 | strncpy(ifr.ifr_name, nic_name, sizeof(ifr.ifr_name));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.9/psutil/_psutil_posix.o\npsutil/_psutil_posix.c: In function \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99:\npsutil/_psutil_posix.c:401:5: warning: \xe2\x80\x98strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n 401 | strncpy(ifr.ifr_name, nic_name, sizeof(ifr.ifr_name));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\npsutil/_psutil_posix.c: In function \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99:\npsutil/_psutil_posix.c:362:5: warning: \xe2\x80\x98strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n 362 | strncpy(ifr.ifr_name, nic_name, sizeof(ifr.ifr_name));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ncreating build/lib.linux-x86_64-3.9\ncreating build/lib.linux-x86_64-3.9/psutil\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now build/temp.linux-x86_64-3.9/psutil/_psutil_common.o build/temp.linux-x86_64-3.9/psutil/_psutil_linux.o build/temp.linux-x86_64-3.9/psutil/_psutil_posix.o -L/usr/lib -o build/lib.linux-x86_64-3.9/psutil/_psutil_linux.cpython-39-x86_64-linux-gnu.so\nbuilding 'psutil._psutil_posix' extension\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.9/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.9/psutil/_psutil_posix.o\npsutil/_psutil_posix.c: In function \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99:\npsutil/_psutil_posix.c:401:5: warning: \xe2\x80\x98strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n 401 | strncpy(ifr.ifr_name, nic_name, sizeof(ifr.ifr_name));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\npsutil/_psutil_posix.c: In function \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99:\npsutil/_psutil_posix.c:362:5: warning: \xe2\x80\x98strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n 362 | strncpy(ifr.ifr_name, nic_name, sizeof(ifr.ifr_name));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now build/temp.linux-x86_64-3.9/psutil/_psutil_common.o build/temp.linux-x86_64-3.9/psutil/_psutil_posix.o -L/usr/lib -o build/lib.linux-x86_64-3.9/psutil/_psutil_posix.cpython-39-x86_64-linux-gnu.so\ncopying build/lib.linux-x86_64-3.9/psutil/_psutil_linux.cpython-39-x86_64-linux-gnu.so -> psutil\ncopying build/lib.linux-x86_64-3.9/psutil/_psutil_posix.cpython-39-x86_64-linux-gnu.so -> psutil\n"
39Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
40Re-executing in the virtualenv
41checking for vcs source checkout... no
42checking for a shell... /usr/bin/sh
43checking for host system type... x86_64-pc-linux-gnu
44checking for target system type... x86_64-pc-linux-gnu
45checking for Python 3... /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python (3.9.2)
46checking whether cross compiling... no
47checking for yasm... /usr/bin/yasm
48checking yasm version... 1.3.0
49checking for the target C compiler... /usr/bin/clang
50checking whether the target C compiler can be used... yes
51checking the target C compiler version... 11.1.0
52checking the target C compiler works... yes
53checking for the target C++ compiler... /usr/bin/clang++
54checking whether the target C++ compiler can be used... yes
55checking the target C++ compiler version... 11.1.0
56checking the target C++ compiler works... yes
57checking for the host C compiler... /usr/bin/clang
58checking whether the host C compiler can be used... yes
59checking the host C compiler version... 11.1.0
60checking the host C compiler works... yes
61checking for the host C++ compiler... /usr/bin/clang++
62checking whether the host C++ compiler can be used... yes
63checking the host C++ compiler version... 11.1.0
64checking the host C++ compiler works... yes
65checking for 64-bit OS... yes
66checking for new enough STL headers from libstdc++... yes
67checking for nasm... /usr/bin/nasm
68checking nasm version... 2.15.05
69checking for linker... bfd
70checking for the assembler... /usr/bin/clang
71checking for ar... /usr/bin/ar
72checking for pkg_config... /usr/bin/pkg-config
73checking for pkg-config version... 1.7.3
74checking for stdint.h... yes
75checking for inttypes.h... yes
76checking for malloc.h... yes
77checking for alloca.h... yes
78checking for sys/byteorder.h... no
79checking for getopt.h... yes
80checking for unistd.h... yes
81checking for nl_types.h... yes
82checking for cpuid.h... yes
83checking for fts.h... yes
84checking for sys/statvfs.h... yes
85checking for sys/statfs.h... yes
86checking for sys/vfs.h... yes
87checking for sys/mount.h... yes
88checking for sys/quota.h... yes
89checking for linux/quota.h... yes
90checking for linux/if_addr.h... yes
91checking for linux/rtnetlink.h... yes
92checking for sys/queue.h... yes
93checking for sys/types.h... yes
94checking for netinet/in.h... yes
95checking for byteswap.h... yes
96checking for linux/perf_event.h... yes
97checking for perf_event_open system call... yes
98checking whether the C compiler supports -Wbitfield-enum-conversion... yes
99checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
100checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
101checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
102checking whether the C compiler supports -Wunreachable-code-return... yes
103checking whether the C++ compiler supports -Wunreachable-code-return... yes
104checking whether the C compiler supports -Wclass-varargs... yes
105checking whether the C++ compiler supports -Wclass-varargs... yes
106checking whether the C++ compiler supports -Wempty-init-stmt... yes
107checking whether the C compiler supports -Wfloat-overflow-conversion... yes
108checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
109checking whether the C compiler supports -Wfloat-zero-conversion... yes
110checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
111checking whether the C compiler supports -Wloop-analysis... yes
112checking whether the C++ compiler supports -Wloop-analysis... yes
113checking whether the C++ compiler supports -Wc++2a-compat... yes
114checking whether the C++ compiler supports -Wcomma... yes
115checking whether the C compiler supports -Wduplicated-cond... no
116checking whether the C++ compiler supports -Wduplicated-cond... no
117checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
118checking whether the C++ compiler supports -Wunused-function... yes
119checking whether the C++ compiler supports -Wunused-variable... yes
120checking whether the C compiler supports -Wstring-conversion... yes
121checking whether the C++ compiler supports -Wstring-conversion... yes
122checking whether the C compiler supports -Wtautological-overlap-compare... yes
123checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
124checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
125checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
126checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
127checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
128checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
129checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
130checking whether the C++ compiler supports -Wno-inline-new-delete... yes
131checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
132checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
133checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
134checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
135checking whether the C compiler supports -Wno-error=array-bounds... yes
136checking whether the C++ compiler supports -Wno-error=array-bounds... yes
137checking whether the C compiler supports -Wno-error=coverage-mismatch... no
138checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
139checking whether the C compiler supports -Wno-error=backend-plugin... yes
140checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
141checking whether the C compiler supports -Wno-error=free-nonheap-object... no
142checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
143checking whether the C compiler supports -Wno-multistatement-macros... no
144checking whether the C++ compiler supports -Wno-multistatement-macros... no
145checking whether the C compiler supports -Wno-error=return-std-move... yes
146checking whether the C++ compiler supports -Wno-error=return-std-move... yes
147checking whether the C compiler supports -Wno-error=class-memaccess... no
148checking whether the C++ compiler supports -Wno-error=class-memaccess... no
149checking whether the C compiler supports -Wno-error=atomic-alignment... yes
150checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
151checking whether the C compiler supports -Wno-error=deprecated-copy... yes
152checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
153checking whether the C compiler supports -Wformat... yes
154checking whether the C++ compiler supports -Wformat... yes
155checking whether the C compiler supports -Wformat-security... yes
156checking whether the C++ compiler supports -Wformat-security... yes
157checking whether the C compiler supports -Wformat-overflow=2... no
158checking whether the C++ compiler supports -Wformat-overflow=2... no
159checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
160checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
161checking whether the C++ compiler supports -Wno-noexcept-type... yes
162checking for llvm_profdata... /usr/bin/llvm-profdata
163checking whether the C++ compiler supports -fno-sized-deallocation... yes
164checking whether the C++ compiler supports -fno-aligned-new... yes
165checking for valgrind/valgrind.h... yes
166checking for rustc... /home/svenstaro/.cargo/bin/rustc
167checking for cargo... /home/svenstaro/.cargo/bin/cargo
168Actually using '/home/svenstaro/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc'
169Actually using '/home/svenstaro/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo'
170checking rustc version... 1.52.0-nightly
171checking cargo version... 1.52.0
172checking for rust target triplet... x86_64-unknown-linux-gnu
173checking for rust host triplet... x86_64-unknown-linux-gnu
174checking for rustdoc... /home/svenstaro/.cargo/bin/rustdoc
175checking for rustfmt... /home/svenstaro/.cargo/bin/rustfmt
176checking for clang for bindgen... /usr/bin/clang++
177checking for libclang for bindgen... /usr/lib/libclang.so
178checking that libclang is new enough... yes
179checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 -std=gnu++17
180checking for awk... /usr/bin/gawk
181checking for perl... /usr/bin/perl
182checking for minimum required perl version >= 5.006... 5.032001
183checking for full perl installation... yes
184checking for gmake... /usr/bin/make
185checking for watchman... not found
186checking for xargs... /usr/bin/xargs
187checking for rpmbuild... not found
188checking for NSIS version... no
189checking for llvm-objdump... /usr/bin/llvm-objdump
190checking for zlib >= 1.2.3... yes
191checking MOZ_ZLIB_CFLAGS...
192checking MOZ_ZLIB_LIBS... -lz
193checking for autoconf... /usr/bin/ls
194creating cache ./config.cache
195checking host system type... x86_64-pc-linux-gnu
196checking target system type... x86_64-pc-linux-gnu
197checking build system type... x86_64-pc-linux-gnu
198checking for gcc... (cached) /usr/bin/clang -std=gnu99
199checking whether the C compiler (/usr/bin/clang -std=gnu99 ) works... (cached) yes
200checking whether the C compiler (/usr/bin/clang -std=gnu99 ) is a cross-compiler... no
201checking whether we are using GNU C... (cached) yes
202checking whether /usr/bin/clang -std=gnu99 accepts -g... (cached) yes
203checking for c++... (cached) /usr/bin/clang++ -std=gnu++17
204checking whether the C++ compiler (/usr/bin/clang++ -std=gnu++17 ) works... (cached) yes
205checking whether the C++ compiler (/usr/bin/clang++ -std=gnu++17 ) is a cross-compiler... no
206checking whether we are using GNU C++... (cached) yes
207checking whether /usr/bin/clang++ -std=gnu++17 accepts -g... (cached) yes
208checking for ranlib... ranlib
209checking for /usr/bin/clang... /usr/bin/clang -std=gnu99
210checking for strip... strip
211checking for sb-conf... no
212checking for ve... no
213checking for X... libraries , headers
214checking for dnet_ntoa in -ldnet... no
215checking for dnet_ntoa in -ldnet_stub... no
216checking for gethostbyname... yes
217checking for connect... yes
218checking for remove... yes
219checking for shmat... yes
220checking for IceConnectionNumber in -lICE... yes
221checking for --noexecstack option to as... yes
222checking for -z noexecstack option to ld... yes
223checking for -z text option to ld... yes
224checking for -z relro option to ld... yes
225checking for -z nocopyreloc option to ld... yes
226checking for -Bsymbolic-functions option to ld... yes
227checking for --build-id=sha1 option to ld... yes
228checking for valid debug flags... yes
229checking whether the linker supports Identical Code Folding... no
230checking whether removing dead symbols breaks debugging... no
231checking for working const... yes
232checking for mode_t... yes
233checking for off_t... yes
234checking for pid_t... yes
235checking for size_t... yes
236checking for ssize_t... yes
237checking whether 64-bits std::atomic requires -latomic... no
238checking for dirent.h that defines DIR... yes
239checking for opendir in -ldir... no
240checking for gethostbyname_r in -lc_r... no
241checking for library containing dlopen... -ldl
242checking for dlfcn.h... yes
243checking for socket in -lsocket... no
244checking for pthread_create in -lpthreads... no
245checking for pthread_create in -lpthread... yes
246checking whether /usr/bin/clang -std=gnu99 accepts -pthread... yes
247checking for getc_unlocked... yes
248checking for _getc_nolock... no
249checking for gmtime_r... yes
250checking for localtime_r... yes
251checking for pthread_getname_np... yes
252checking for pthread_get_name_np... no
253checking for clock_gettime(CLOCK_MONOTONIC)...
254checking for sin in -lm... yes
255checking for res_ninit()... yes
256checking for nl_langinfo and CODESET... yes
257checking for an implementation of va_copy()... yes
258checking whether va_list can be copied by value... no
259checking for __thread keyword for TLS variables... yes
260checking for localeconv... yes
261checking for __cxa_demangle... yes
262checking for -pipe support... yes
263checking for tm_zone tm_gmtoff in struct tm... yes
264checking what kind of list files are supported by the linker... linkerscript
265checking for posix_fadvise... yes
266checking for posix_fallocate... yes
267checking for malloc.h... yes
268checking for strndup... yes
269checking for posix_memalign... yes
270checking for memalign... yes
271checking for malloc_usable_size... yes
272checking whether malloc_usable_size definition can use const argument... no
273checking for valloc in malloc.h... yes
274checking for valloc in unistd.h... no
275checking for _aligned_malloc in malloc.h... no
276updating cache ./config.cache
277creating ./config.data
278Creating config.status
279Reticulating splines...
280Finished reading 48 moz.build files in 0.04s
281Read 0 gyp files in parallel contributing 0.00s to total wall time
282Processed into 194 build config descriptors in 0.02s
283RecursiveMake backend executed in 0.08s
284 141 total backend files; 141 created; 0 updated; 0 unchanged; 0 deleted; 6 -> 30 Makefile
285FasterMake backend executed in 0.03s
286 4 total backend files; 4 created; 0 updated; 0 unchanged; 0 deleted
287Total wall time: 0.18s; CPU time: 0.18s; Efficiency: 100%; Untracked: 0.02s
288make[1]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
289make recurse_pre-export
290make[2]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
291/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install_dist_include.track dist/include _build_manifests/install/dist_include
292/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install_dist_public.track dist/public _build_manifests/install/dist_public
293Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
294Elapsed: 0.01s; From dist/include: Kept 1 existing; Added/updated 241; Removed 0 files and 0 directories.
295/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install_dist_private.track dist/private _build_manifests/install/dist_private
296/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install__tests.track _tests _build_manifests/install/_tests
297Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
298/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.process_install_manifest --track install_dist_bin.track dist/bin _build_manifests/install/dist_bin
299Elapsed: 0.03s; From _tests: Kept 1 existing; Added/updated 423; Removed 0 files and 0 directories.
300Elapsed: 0.00s; From dist/bin: Kept 0 existing; Added/updated 1; Removed 0 files and 0 directories.
301make[2]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
302rm -f '.cargo/config'
303/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.preprocessor --depend .deps/config.pp -DDEBUG=1 -Dtop_srcdir=/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0 -DCROSS_COMPILE='' -DENABLE_NEW_REGEXP=1 -DENABLE_SHARED_MEMORY=1 -DENABLE_WASM_MULTI_VALUE=1 -DHAVE_64BIT_BUILD=1 -DHAVE_ALLOCA_H=1 -DHAVE_BYTESWAP_H=1 -DHAVE_CLOCK_MONOTONIC=1 -DHAVE_CPUID_H=1 -DHAVE_DIRENT_H=1 -DHAVE_DLOPEN=1 -DHAVE_FTS_H=1 -DHAVE_GETC_UNLOCKED=1 -DHAVE_GETOPT_H=1 -DHAVE_GMTIME_R=1 -DHAVE_INTTYPES_H=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LIBM=1 -DHAVE_LINUX_IF_ADDR_H=1 -DHAVE_LINUX_PERF_EVENT_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_LOCALECONV=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MALLOC_H=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MEMALIGN=1 -DHAVE_NETINET_IN_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_POSIX_FADVISE=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_PTHREAD_GETNAME_NP=1 -DHAVE_RES_NINIT=1 -DHAVE_SSIZE_T=1 -DHAVE_STDINT_H=1 -DHAVE_STRNDUP=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_QUOTA_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DHAVE_TM_ZONE_TM_GMTOFF=1 -DHAVE_UNISTD_H=1 -DHAVE_VALGRIND_VALGRIND_H=1 -DHAVE_VALLOC=1 -DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE___CXA_DEMANGLE=1 -DJS_64BIT=1 -DJS_CODEGEN_X64=1 -DJS_DEBUG=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DJS_GC_ZEAL=1 -DJS_MASM_VERBOSE=1 -DJS_PUNBOX64=1 -DJS_STANDALONE=1 -DJS_WITHOUT_NSPR=1 -DMALLOC_H='<malloc.h>' -DMALLOC_USABLE_SIZE_CONST_PTR='' -DMOZILLA_UAVERSION='"78.0"' -DMOZILLA_VERSION='"78.6.0"' -DMOZILLA_VERSION_U=78.6.0 -DMOZJS_MAJOR_VERSION=78 -DMOZJS_MINOR_VERSION=6 -DMOZ_BUILD_APP=js -DMOZ_DEBUG=1 -DMOZ_DEBUG_RUST=1 -DMOZ_DLL_PREFIX='"lib"' -DMOZ_DLL_SUFFIX='".so"' -DMOZ_UPDATE_CHANNEL=default -DMOZ_VALGRIND=1 -DNO_NSPR_10_SUPPORT=1 -DRELEASE_OR_BETA=1 -DSTDC_HEADERS=1 -DU_STATIC_IMPLEMENTATION=1 -DVA_COPY=va_copy -DWASM_CODEGEN_DEBUG=1 -DXP_LINUX=1 -DXP_UNIX=1 -D_REENTRANT=1 -DAB_CD=en-US '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/.cargo/config.in' -o '.cargo/config'
304make[1]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
305make[1]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
306make recurse_export
307make[2]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
308make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
309mkdir -p '.deps/'
310config/host_nsinstall.o
311/usr/bin/clang -std=gnu99 -o host_nsinstall.o -c -DXP_UNIX -DDEBUG=1 -DUNICODE -D_UNICODE -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -MD -MP -MF .deps/host_nsinstall.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/nsinstall.c
312config/host_pathsub.o
313/usr/bin/clang -std=gnu99 -o host_pathsub.o -c -DXP_UNIX -DDEBUG=1 -DUNICODE -D_UNICODE -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -MD -MP -MF .deps/host_pathsub.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/pathsub.c
314make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
315make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
316mkdir -p '../dist/host/bin/'
317config/nsinstall_real
318/usr/bin/clang -std=gnu99 -o nsinstall_real -DXP_UNIX host_nsinstall.o host_pathsub.o
319/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.check_binary --host nsinstall_real
320cp nsinstall_real nsinstall.tmp
321mv nsinstall.tmp nsinstall
322../config/nsinstall -R -m 755 'nsinstall' '../dist/bin'
323make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
324make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
325config/system-header.sentinel.stub
326/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/make-system-wrappers.py gen_wrappers system-header.sentinel .deps/system-header.sentinel.pp .deps/system-header.sentinel.stub ../dist/system_wrappers new algorithm atomic cassert climits cmath condition_variable cstdarg cstdio cstdlib cstring cwchar deque functional ios iosfwd iostream istream iterator limits list map memory mutex ostream regex set shared_mutex stack string thread tuple type_traits unordered_map unordered_set utility vector xutility A4Stuff.h activscp.h AEDataModel.h AEObjects.h AEPackObject.h AERegistry.h AEUtils.h afxcmn.h afxcoll.h afxcview.h afxdisp.h afxdtctl.h afxext.h afxmt.h afxpriv.h afxtempl.h afxwin.h Aliases.h all.h alloca.h alloc.h alsa/asoundlib.h ansi_parms.h a.out.h app/Cursor.h Appearance.h AppFileInfo.h AppKit.h AppleEvents.h Application.h app/Message.h app/MessageRunner.h arpa/inet.h arpa/nameser.h array asm/page.h asm/sigcontext.h asm/signal.h ASRegistry.h assert.h atk/atk.h atlcom.h atlconv.h atlctl.cpp atlctl.h ATLCTL.H atlhost.h atlimpl.cpp atlwin.cpp atomic.h ATSTypes.h ATSUnicode.h Balloons.h base64.h base/pblock.h base/PCR_Base.h base/session.h basetyps.h be/app/Application.h Beep.h be/kernel/image.h be/kernel/OS.h bfd.h Bitmap.h bitset blapi.h blapit.h bsd/libc.h bsd/syscall.h bstring.h builtin.h Button.h byteswap.h cairo-atsui.h cairo-beos.h cairo-directfb.h cairo-ft.h cairo-glitz.h cairo-gobject.h cairo.h cairo-pdf.h cairo-ps.h cairo-qpainter.h cairo-qt.h cairo-quartz.h cairo-tee.h cairo-win32.h cairo-xlib.h cairo-xlib-xrender.h callconv.h Carbon/Carbon.h CarbonEvents.h Carbon.h c_asm.h cctype cderr.h cerrno certdb.h cert.h certt.h CFBase.h CFBundle.h CFData.h CFDictionary.h cf.h CFNumber.h CFPlugIn.h CFPreferences.h CFString.h CFURL.h CGAffineTransform.h CheckBox.h ciferfam.h Clipboard.h cmmf.h cmmft.h cmplrs/stsupport.h cms.h cmsreclist.h cmst.h Cocoa/Cocoa.h CodeFragments.h comdef.h commctrl.h COMMCTRL.H commdlg.h compat.h complex condapi.h ConditionalMacros.h conio.h console.h ControlDefinitions.h Controls.h CoreFoundation/CoreFoundation.h CoreServices/CoreServices.h CPalmRec.cpp Cpalmrec.h CPCatgry.cpp CPDbBMgr.h CPString.cpp CPString.h crmf.h crmft.h crtdbg.h crt_externs.h crypt.h cryptohi.h cryptoht.h cstddef ctime ctype.h curl/curl.h curl/easy.h curses.h cxxabi.h DateTimeUtils.h dbus/dbus-glib.h dbus/dbus-glib-lowlevel.h dbus/dbus.h ddeml.h Debug.h dem.h descrip.h Devices.h dfb_types.h dfiff.h dgiff.h Dialogs.h direct/build.h direct/clock.h direct/conf.h direct/debug.h direct/direct.h directfb_keyboard.h directfb_strings.h direct.h direct/hash.h direct/interface.h direct/interface_implementation.h direct/list.h direct/log.h direct/memcpy.h direct/mem.h direct/messages.h direct/modules.h direct/serial.h direct/signals.h direct/stream.h direct/system.h direct/thread.h direct/trace.h direct/tree.h direct/types.h direct/utf8.h direct/util.h dirent.h DiskInit.h dlfcn.h dlgs.h dl.h docobj.h dos/dosextens.h dos.h Drag.h DriverServices.h DriverSynchronization.h DropInPanel.h dvidef.h ecl-exp.h elf.h endian.h Entry.h err.h errno.h Errors.h Events.h exception exdisp.h ExDisp.h exe386.h execinfo.h extras.h fcntl.h features.h fenv.h ffi.h fibdef.h File.h filehdr.h files.h Files.h FindDirectory.h Finder.h FinderRegistry.h FixMath.h float.h fnmatch.h Folders.h fontconfig/fcfreetype.h fontconfig/fontconfig.h Font.h Fonts.h fp.h fpieee.h frame/log.h frame/req.h freetype/freetype.h freetype/ftadvanc.h freetype/ftbitmap.h freetype/ftcache.h freetype/ftfntfmt.h freetype/ftglyph.h freetype/ftlcdfil.h freetype/ftoutln.h freetype/ftsizes.h freetype/ftsynth.h freetype/ftxf86.h freetype.h freetype/t1tables.h freetype/ttnameid.h freetype/tttables.h fribidi/fribidi.h FSp_fopen.h fstream fstream.h ft2build.h ftadvanc.h ftbitmap.h ftcache.h ftfntfmt.h ftglyph.h ftlcdfil.h ftoutln.h fts.h ftsizes.h ftsynth.h ftxf86.h fusion/arena.h fusion/build.h fusion/call.h fusion/conf.h fusion/fusion.h fusion/fusion_internal.h fusion/hash.h fusion/lock.h fusion/object.h fusion/property.h fusion/protocol.h fusion/reactor.h fusion/ref.h fusion/shmalloc.h fusion/shm/pool.h fusion/shm/shm.h fusion/shm/shm_internal.h fusion/types.h fusion/vector.h gconf/gconf-client.h Gdiplus.h gdk/gdkdirectfb.h gdk/gdk.h gdk/gdkkeysyms.h gdk/gdkprivate.h gdk/gdkwayland.h gdk/gdkx.h gdk-pixbuf/gdk-pixbuf.h Gestalt.h getopt.h gio/gio.h glibconfig.h glib.h glib-object.h glob.h gmodule.h gnome.h gnu/libc-version.h gps.h grp.h gssapi_generic.h gssapi/gssapi_generic.h gssapi/gssapi.h gssapi.h gst/app/gstappsink.h gst/app/gstappsrc.h gst/gst.h gst/video/video.h gtk/gtk.h gtk/gtkunixprint.h gtk/gtkx.h hasht.h HIToolbox/HIToolbox.h hlink.h ia64/sys/inline.h Icons.h iconv.h ieeefp.h ifaddrs.h image.h imagehlp.h imm.h initguid.h initializer_list InterfaceDefs.h InternetConfig.h IntlResources.h ints.h intshcut.h inttypes.h iodef.h io.h IOKit/IOKitLib.h IOKit/IOMessage.h IOKit/pwr_mgt/IOPMLib.h iomanip iostream.h jar-ds.h jarfile.h jar.h JavaControl.h JavaEmbedding/JavaControl.h JavaVM/jni.h JManager.h JNIEnvTests.h jni.h JVMManagerTests.h Kerberos/Kerberos.h kernel/image.h kernel/OS.h key.h keyhi.h keyt.h keythi.h kvm.h LAction.h langinfo.h LApplication.h LArray.h LArrayIterator.h LAttachable.h LAttachment.h LaunchServices.h lber.h LBroadcaster.h LButton.h lcache.h LCaption.h LCheckBox.h LCicnButton.h LClipboard.h LCommander.h LComparator.h LControl.h ldap.h ldaplog.h ldappr.h ldap_ssl.h LDataStream.h ldfcn.h LDialogBox.h ldif.h LDocApplication.h LDocument.h LDragAndDrop.h LDragTask.h LEditField.h LEditText.h LEventDispatcher.h LFile.h LFileStream.h LFileTypeList.h LFocusBox.h LGrafPortView.h LHandleStream.h libc_r.h libelf.h libelf/libelf.h libgen.h libgnome/gnome-url.h libgnome/libgnome.h libgnomeui/gnome-icon-lookup.h libgnomeui/gnome-icon-theme.h libgnomeui/gnome-ui-init.h libutil.h limits.h link.h linux/ioprio.h linux/kernel.h linux/limits.h linux/rtc.h linux/version.h List.h Lists.h LListBox.h LListener.h LMenuBar.h LMenu.h LModelDirector.h LModelObject.h LModelProperty.h loader.h locale locale.h LOffscreenView.h logkeys.h logstrng.h Looper.h LowMem.h LPane.h LPeriodical.h LPicture.h LPlaceHolder.h LPrintout.h LProgressBar.h LPushButton.h LRadioGroup.h LRadioGroupView.h LRunArray.h LScroller.h LSharable.h LSingleDoc.h LStaticText.h LStdControl.h LStream.h LString.h LTabGroup.h LTabGroupView.h LTableArrayStorage.h LTableMonoGeometry.h LTableSingleSelector.h LTableView.h LTextEditView.h LTextTableView.h LUndoer.h LVariableArray.h LView.h LWindow.h m68881.h MacErrors.h MacHeadersCarbon.h machine/ansi.h machine/builtins.h machine/clock.h machine/endian.h machine/frame.h machine/inline.h machine/limits.h machine/signal.h machine/trap.h mach/mach_host.h mach/mach_init.h mach/mach_interface.h mach/mach_port.h mach-o/dyld.h MacLocales.h MacMemory.h MacTCP.h MacTypes.h MacWindows.h malloc.h malloc_np.h mapicode.h mapidefs.h mapiguid.h mapi.h mapitags.h mapiutil.h mapix.h Math64.h math.h mbstring.h mem.h memory.h Memory.h MenuBar.h Menu.h Menus.h Message.h Mime.h MixedMode.h mlang.h mmsystem.h model.h Movies.h mpw/errno.h mshtmhst.h mshtml.h mswsock.h Multiprocessing.h mutex.h Navigation.h ncompat.h ncurses.h netCore.h netdb.h net/if.h netinet/in.h netinet/in_systm.h netinet/tcp.h newexe.h new.h nl_types.h NodeInfo.h nspr.h nssb64.h nssb64t.h nssbase.h nssbaset.h nssck.api nssckbi.h nssckepv.h nssckft.h nssckfwc.h nssckfw.h nssckfwt.h nssckg.h nssckmdt.h nssckt.h nss.h nssilckt.h nssilock.h nsslocks.h nssrwlk.h nssrwlkt.h nssutil.h nsswitch.h objbase.h objidl.h Objsafe.h ocsp.h ocspt.h ojiapitests.h ole2.h oleidl.h OpenGL/OpenGL.h OpenTptInternet.h OpenTransport.h OS.h osreldate.h OSUtils.h p12.h p12plcy.h p12t.h Packages.h Palettes.h PALM_CMN.H pango/pango-break.h pango/pangocairo.h pango/pangofc-decoder.h pango/pangofc-font.h pango/pangofc-fontmap.h pango/pango-fontmap.h pango/pango.h pango/pango-modules.h pango/pango-utils.h pango/pangoxft.h pascal.h Patches.h Path.h pcfs/pc_dir.h Pgenerr.h PGenErr.h Ph.h pixman.h pk11func.h pk11pqg.h pk11priv.h pk11pub.h pk11sdr.h pkcs11f.h pkcs11.h pkcs11n.h pkcs11p.h pkcs11t.h pkcs11u.h pkcs12.h pkcs12t.h pkcs7t.h plarena.h plarenas.h plbase64.h plerror.h plgetopt.h plhash.h plstr.h PLStringFuncs.h PMApplication.h pmddim.h poll.h Polygon.h portable.h port.h portreg.h Power.h PP_ClassHeaders.cp PP_Constants.h PPCToolbox.h PP_DebugHeaders.cp PP_KeyCodes.h PP_Macros.h PP_Messages.h PP_Prefix.h PP_Resources.h PP_Types.h pratom.h prbit.h prclist.h prcmon.h prcountr.h prcpucfg.h prcvar.h prdtoa.h preenc.h prenv.h prerr.h prerror.h prinet.h prinit.h prinrval.h Printing.h Print/PMPrintingDialogExtensions.h prio.h pripcsem.h private prlink.h prlock.h prlog.h prlong.h prmem.h prmon.h prmwait.h prnetdb.h Processes.h process.h Process.h prolock.h proto/dos.h proto/exec.h prpdce.h prprf.h prproces.h prrng.h prrwlock.h prshma.h prshm.h prsystem.h prthread.h prtime.h prtpool.h prtrace.h prtypes.h prvrsion.h prwin16.h psap.h Pt.h pthread.h pthread_np.h pulse/pulseaudio.h pwd.h Python.h QDOffscreen.h queue Quickdraw.h QuickDraw.h QuickTimeComponents.h quipu/attr.h regex.h Region.h resolv.h Resources.h Retrace.h rld_interface.h Roster.h rpc.h rpcproxy.h rpc/types.h sane/sane.h sane/sanei.h sane/saneopts.h sanitizer/asan_interface.h sched.h Scrap.h Screen.h Script.h ScrollBar.h secasn1.h secasn1t.h seccomon.h secder.h secdert.h secdig.h secdigt.h secerr.h sec.h sechash.h secitem.h secmime.h secmod.h secmodt.h secoid.h secoidt.h secpkcs5.h secpkcs7.h secport.h secrng.h security.h secutil.h semaphore.h servprov.h setjmp.h SFNTLayoutTypes.h SFNTTypes.h sha1.h share.h shellapi.h shlguid.h shlobj.h shsign.h sigcontext.h signal.h SimpleGameSound.h SIOUX.h size_t.h smime.h sndio.h someincludefile.h soundcard.h Sound.h soundtouch/SoundTouchFactory.h soundtouch/SoundTouch.h spawn.h sqlite3.h sslerr.h ssl.h sslproto.h sslt.h sstream StandardFile.h starlet.h stat.h statreg.cpp statreg.h stdarg.h stdbool.h stddef.h stdint.h stdio.h stdlib.h storage/FindDirectory.h StorageKit.h StringCompare.h string.h String.h strings.h Strings.h StringView.h stropts.h strstrea.h structs.h stsdef.h SupportDefs.h support/String.h support/SupportDefs.h support/TLS.h svrcore.h symconst.h sym.h synch.h syncmgr.h sys/atomic_op.h sys/bitypes.h sys/byteorder.h syscall.h sys/cdefs.h sys/cfgodm.h sys/elf.h sys/endian.h sys/epoll.h sys/errno.h sys/eventfd.h sys/fault.h sys/fcntl.h sys/file.h sys/filio.h sys/frame.h sys/immu.h sys/inotify.h sys/inttypes.h sys/ioccom.h sys/ioctl.h sys/ipc.h sys/klog.h sys/ldr.h sys/link.h sys/locking.h syslog.h sys/lwp.h sys/machine.h sys/mman.h sys/mmu.h sys/mount.h sys/mpctl.h sys/msg.h sys/param.h sys/pda.h sys/poll.h sys/ppc.h sys/prctl.h sys/priv.h sys/procfs.h sys/pstat.h sys/ptrace.h sys/queue.h sys/quota.h sys/reboot.h sys/reg.h sys/regset.h sys/resource.h sys/sched.h sys/select.h sys/sem.h sys/sendfile.h sys/shm.h sys/siginfo.h sys/signal.h sys/socket.h sys/sockio.h sys/sparc/frame.h sys/stack.h sys/statfs.h sys/stat.h sys/statvfs.h sys/syscall.h sys/sysctl.h sys/sysinfo.h sys/sysmacros.h sys/sysmp.h sys/syssgi.h sys/systeminfo.h sys/system_properties.h sys/thr.h sys/timeb.h sys/time.h sys/times.h sys/ttycom.h sys/types.h sys/ucontext.h sys/uio.h sys/un.h sys/unistd.h sys/user.h sys/utsname.h sys/vfs.h sys/wait.h t1tables.h tables.h TArray.h TArrayIterator.h task.h tchar.h TCHAR.H termios.h TextCommon.h TextEdit.h TextEncodingConverter.h TextServices.h TextUtils.h TextView.h th/PCR_Th.h thread.h ThreadManagerTests.h Threads.h time.h Timer.h tlhelp32.h ToolUtils.h tr1/functional trace.h Traps.h ttnameid.h tttables.h typeinfo types.h Types.h UAppleEventsMgr.h UAttachments.h ucontext.h uconv.h UCursor.h UDebugging.h UDesktop.h UDrawingState.h UDrawingUtils.h UEnvironment.h UEventMgr.h UException.h UExtractFromAEDesc.h UGWorld.h UKeyFilters.h ulocks.h ulserrno.h UMemoryMgr.h UModalDialogs.h UNavServicesDialogs.h UnicodeBlockObjects.h UnicodeConverter.h UnicodeUtilities.h unidef.h unikbd.h unistd.h unix.h unixio.h unknwn.h unwind.h UPrinting.h UQuickTime.h UReanimator.h URegions.h URegistrar.h UResourceMgr.h urlhist.h urlmon.h UScrap.h UScreenPort.h UTCUtils.h UTETextAction.h UTEViewTextAction.h UTextEdit.h UTextTraits.h utilmodt.h utilpars.h utilparst.h utilrename.h utime.h UWindows.h values.h varargs.h vcclr.h View.h Volume.h wab.h wait.h wchar.h wctype.h winbase.h win/compobj.h windef.h Window.h windows.h Windows.h windowsx.h Wininet.h winnls.h winperf.h winreg.h Winreg.h winsock2.h winsock.h winspool.h winsvc.h winuser.h winver.h wmem.h workbench/startup.h wtypes.h wx/image.h wx/listctrl.h wx/log.h wx/toolbar.h wx/wx.h wx/xrc/xmlres.h X11/cursorfont.h X11/extensions/Print.h X11/extensions/scrnsaver.h X11/extensions/shape.h X11/extensions/Xcomposite.h X11/extensions/Xdamage.h X11/extensions/Xfixes.h X11/extensions/Xrender.h X11/extensions/XShm.h X11/ImUtil.h X11/Intrinsic.h X11/keysymdef.h X11/keysym.h X11/Shell.h X11/StringDefs.h X11/Xatom.h X11/Xft/Xft.h X11/Xfuncproto.h X11/X.h X11/XKBlib.h X11/Xlib.h X11/Xlibint.h X11/Xlib-xcb.h X11/Xlocale.h X11/Xos.h X11/Xutil.h xcb/shm.h xcb/xcb.h xlocale.h zmouse.h zlib.h sys/event.h sys/auxv.h
327/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
328 import imp
329make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
330make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/memory/build'
331make[3]: Nothing to be done for 'export'.
332make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/memory/build'
333make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src'
334js/src/js-confdefs.h.stub
335/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/process_define_files.py process_define_file js-confdefs.h .deps/js-confdefs.h.pp .deps/js-confdefs.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/js-confdefs.h.in
336make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mozglue/build'
337make[3]: Nothing to be done for 'export'.
338make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mozglue/build'
339/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
340 import imp
341js/src/js-config.h.stub
342/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/process_define_files.py process_define_file js-config.h .deps/js-config.h.pp .deps/js-config.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/js-config.h.in
343/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
344 import imp
345js/src/selfhosted.out.h.stub
346/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/embedjs.py generate_selfhosted selfhosted.out.h .deps/selfhosted.out.h.pp .deps/selfhosted.out.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/js.msg /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/TypedObjectConstants.h /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/SelfHostingDefines.h /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Utilities.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Array.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/AsyncFunction.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/AsyncIteration.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/BigInt.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Classes.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Date.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Error.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Function.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Generator.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Iterator.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Map.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Module.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Number.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Object.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Promise.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Reflect.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/RegExp.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/RegExpGlobalReplaceOpt.h.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/RegExpLocalReplaceOpt.h.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/String.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Set.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/Sorting.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/TypedArray.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/TypedObject.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/WeakMap.js /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/builtin/WeakSet.js
347/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
348 import imp
349/usr/bin/clang++ -std=gnu++17 -E -o self-hosting-preprocessed.pp -Qunused-arguments -DCROSS_COMPILE= -DHAVE_64BIT_BUILD=1 -DXP_UNIX=1 -DXP_LINUX=1 -DMOZ_BUILD_APP=js -DRELEASE_OR_BETA=1 -DMOZILLA_VERSION="78.6.0" -DMOZILLA_VERSION_U=78.6.0 -DMOZILLA_UAVERSION="78.0" -DMOZ_UPDATE_CHANNEL=default -DMOZ_DEBUG=1 -DMOZ_DEBUG_RUST=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_GETOPT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_CPUID_H=1 -DHAVE_FTS_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_QUOTA_H=1 -DHAVE_LINUX_QUOTA_H=1 -DHAVE_LINUX_IF_ADDR_H=1 -DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_BYTESWAP_H=1 -DHAVE_LINUX_PERF_EVENT_H=1 -DHAVE_VALGRIND_VALGRIND_H=1 -DMOZ_VALGRIND=1 -DMOZ_DLL_PREFIX="lib" -DMOZ_DLL_SUFFIX=".so" -DJS_WITHOUT_NSPR=1 -DJS_STANDALONE=1 -DJS_64BIT=1 -DJS_PUNBOX64=1 -DJS_CODEGEN_X64=1 -DJS_GC_ZEAL=1 -DJS_MASM_VERBOSE=1 -DWASM_CODEGEN_DEBUG=1 -DENABLE_WASM_MULTI_VALUE=1 -DENABLE_SHARED_MEMORY=1 -DENABLE_NEW_REGEXP=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DU_STATIC_IMPLEMENTATION=1 -DMOZJS_MAJOR_VERSION=78 -DMOZJS_MINOR_VERSION=6 -DHAVE_SSIZE_T=1 -DHAVE_DIRENT_H=1 -DHAVE_DLOPEN=1 -D_REENTRANT=1 -DHAVE_GETC_UNLOCKED=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_PTHREAD_GETNAME_NP=1 -DHAVE_CLOCK_MONOTONIC=1 -DHAVE_LIBM=1 -DHAVE_RES_NINIT=1 -DHAVE_LANGINFO_CODESET=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DHAVE_LOCALECONV=1 -DJS_DEBUG=1 -DHAVE___CXA_DEMANGLE=1 -DHAVE_TM_ZONE_TM_GMTOFF=1 -DHAVE_POSIX_FADVISE=1 -DHAVE_POSIX_FALLOCATE=1 -DMALLOC_H=<malloc.h> -DHAVE_STRNDUP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DMALLOC_USABLE_SIZE_CONST_PTR= -DHAVE_VALLOC=1 -DNO_NSPR_10_SUPPORT=1 -DDEBUG=1 self-hosting-cpp-input.cpp
350../../config/nsinstall -R -m 644 'js-config.h' '../../dist/include'
351make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src'
352make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/build'
353make[3]: Nothing to be done for 'export'.
354make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/build'
355make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/frontend'
356js/src/frontend/ReservedWordsGenerated.h.stub
357/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/frontend/GenerateReservedWords.py main ReservedWordsGenerated.h .deps/ReservedWordsGenerated.h.pp .deps/ReservedWordsGenerated.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/frontend/ReservedWords.h
358make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/gc'
359js/src/gc/StatsPhasesGenerated.h.stub
360/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/gc/GenerateStatsPhases.py generateHeader StatsPhasesGenerated.h .deps/StatsPhasesGenerated.h.pp .deps/StatsPhasesGenerated.h.stub
361/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
362 import imp
363/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
364 import imp
365make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/frontend'
366js/src/gc/StatsPhasesGenerated.inc.stub
367/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/gc/GenerateStatsPhases.py generateCpp StatsPhasesGenerated.inc .deps/StatsPhasesGenerated.inc.pp .deps/StatsPhasesGenerated.inc.stub
368make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/jit'
369js/src/jit/MOpcodesGenerated.h.stub
370/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/GenerateOpcodeFiles.py generate_mir_header MOpcodesGenerated.h .deps/MOpcodesGenerated.h.pp .deps/MOpcodesGenerated.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/MIR.h
371/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
372 import imp
373/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
374 import imp
375make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/gc'
376js/src/jit/LOpcodesGenerated.h.stub
377/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/GenerateOpcodeFiles.py generate_lir_header LOpcodesGenerated.h .deps/LOpcodesGenerated.h.pp .deps/LOpcodesGenerated.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/LIR.h /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/shared/LIR-shared.h /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/x86-shared/LIR-x86-shared.h /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/x64/LIR-x64.h
378/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
379 import imp
380js/src/jit/CacheIROpsGenerated.h.stub
381/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3/bin/python -m mozbuild.action.file_generate /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/GenerateCacheIRFiles.py generate_cacheirops_header CacheIROpsGenerated.h .deps/CacheIROpsGenerated.h.pp .deps/CacheIROpsGenerated.h.stub /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/jit/CacheIROps.yaml
382/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/action/file_generate.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
383 import imp
384make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/jit'
385make[2]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
386make[1]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
387make[1]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
388make recurse_compile
389make[2]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
390make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/rust'
391js/src/rust/force-cargo-library-build
392/home/svenstaro/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo rustc --manifest-path /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/js/src/rust/Cargo.toml -vv --lib --target=x86_64-unknown-linux-gnu --
393make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
394make[3]: Nothing to be done for 'host-objects'.
395make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/config'
396error: failed to parse manifest at `/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/Cargo.toml`
397
398Caused by:
399 dependency (nix) specification is ambiguous. Only one of `branch`, `tag` or `rev` is allowed.
400make[3]: *** [/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/makefiles/rust.mk:299: force-cargo-library-build] Error 101
401make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/rust'
402make[2]: *** [/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/recurse.mk:74: js/src/rust/target] Error 2
403make[2]: *** Waiting for unfinished jobs....
404make[3]: Entering directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt'
405mkdir -p '.deps/'
406mfbt/lz4.o
407/usr/bin/clang -std=gnu99 -o lz4.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -DMOZILLA_CLIENT -Qunused-arguments -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -fexperimental-new-pass-manager -MD -MP -MF .deps/lz4.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/lz4/lz4.c
408mfbt/lz4frame.o
409/usr/bin/clang -std=gnu99 -o lz4frame.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -DMOZILLA_CLIENT -Qunused-arguments -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -fexperimental-new-pass-manager -MD -MP -MF .deps/lz4frame.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/lz4/lz4frame.c
410mfbt/lz4hc.o
411/usr/bin/clang -std=gnu99 -o lz4hc.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -DMOZILLA_CLIENT -Qunused-arguments -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -fexperimental-new-pass-manager -MD -MP -MF .deps/lz4hc.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/lz4/lz4hc.c
412mfbt/xxhash.o
413/usr/bin/clang -std=gnu99 -o xxhash.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -DMOZILLA_CLIENT -Qunused-arguments -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -fexperimental-new-pass-manager -MD -MP -MF .deps/xxhash.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/lz4/xxhash.c
414mfbt/Compression.o
415/usr/bin/clang++ -std=gnu++17 -o Compression.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -DMOZILLA_CLIENT -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -Qunused-arguments -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wc++2a-compat -Wcomma -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-noexcept-type -Wno-unknown-warning-option -fno-sized-deallocation -fno-aligned-new -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -fexperimental-new-pass-manager -MD -MP -MF .deps/Compression.o.pp /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/Compression.cpp
416mfbt/Unified_cpp_mfbt0.o
417/usr/bin/clang++ -std=gnu++17 -o Unified_cpp_mfbt0.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -DMOZILLA_CLIENT -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -Qunused-arguments -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wc++2a-compat -Wcomma -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-noexcept-type -Wno-unknown-warning-option -fno-sized-deallocation -fno-aligned-new -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -fexperimental-new-pass-manager -MD -MP -MF .deps/Unified_cpp_mfbt0.o.pp Unified_cpp_mfbt0.cpp
418mfbt/Unified_cpp_mfbt1.o
419/usr/bin/clang++ -std=gnu++17 -o Unified_cpp_mfbt1.o -c -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/system_wrappers -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/gcc_hidden.h -fstack-protector-strong -ftrivial-auto-var-init=pattern -DDEBUG=1 -DIMPL_MFBT -DLZ4LIB_VISIBILITY= -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/mfbt/double-conversion -I/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/dist/include -fPIC -DMOZILLA_CLIENT -include /home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/js/src/js-confdefs.h -Qunused-arguments -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wc++2a-compat -Wcomma -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-noexcept-type -Wno-unknown-warning-option -fno-sized-deallocation -fno-aligned-new -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -fexperimental-new-pass-manager -MD -MP -MF .deps/Unified_cpp_mfbt1.o.pp Unified_cpp_mfbt1.cpp
420make[3]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/mfbt'
421make[2]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
422make[1]: *** [/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/recurse.mk:34: compile] Error 2
423make[1]: Leaving directory '/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/build-debug'
424make: *** [/home/svenstaro/src/0ad/libraries/source/spidermonkey/mozjs-78.6.0/config/rules.mk:390: default] Error 2
425ERROR: SpiderMonkey build failed