Sending build context to Docker daemon 337.4kB Step 1/20 : FROM rust:latest AS build ---> 62441e2e18f6 Step 2/20 : USER 0:0 ---> Using cache ---> 93d57c47159c Step 3/20 : WORKDIR /home/rust ---> Using cache ---> 0422d77c451a Step 4/20 : RUN apt-get update && apt-get install -y python3-pip build-essential ---> Using cache ---> bd9e88671c29 Step 5/20 : RUN USER=root cargo new --bin vortex ---> Using cache ---> 7ace4d7c81b3 Step 6/20 : WORKDIR /home/rust/vortex ---> Using cache ---> fb66ad555a74 Step 7/20 : COPY Cargo.toml Cargo.lock ./ ---> Using cache ---> 187576bea05f Step 8/20 : RUN cargo build --locked --release ---> Running in f77b13e9463e Updating crates.io index Downloading crates ... Downloaded parking_lot v0.12.1 Downloaded pin-utils v0.1.0 Downloaded quote v1.0.21 Downloaded quick-error v1.2.3 Downloaded twoway v0.1.8 Downloaded try-lock v0.2.3 Downloaded strum_macros v0.23.1 Downloaded futures-micro v0.5.0 Downloaded num_cpus v1.13.1 Downloaded parking_lot_core v0.8.5 Downloaded proc-macro-hack v0.5.19 Downloaded rustversion v1.0.9 Downloaded want v0.3.0 Downloaded scoped-tls v1.0.0 Downloaded memchr v2.5.0 Downloaded log v0.4.17 Downloaded warp v0.3.2 Downloaded fnv v1.0.7 Downloaded byteorder v1.4.3 Downloaded mediasoup-sys v0.3.3 Downloaded futures-io v0.3.24 Downloaded rand v0.8.5 Downloaded regex v1.6.0 Downloaded h2 v0.3.14 Downloaded futures-util v0.3.24 Downloaded tinyvec_macros v0.1.0 Downloaded percent-encoding v2.2.0 Downloaded tower-service v0.3.2 Downloaded strum v0.23.0 Downloaded headers v0.3.8 Downloaded tokio-macros v1.8.0 Downloaded tracing v0.1.36 Downloaded waker-fn v1.1.0 Downloaded unicase v2.6.0 Downloaded sha1 v0.10.5 Downloaded futures-executor v0.3.24 Downloaded futures-core v0.3.24 Downloaded event-listener v2.5.3 Downloaded futures-macro v0.3.24 Downloaded tempfile v3.3.0 Downloaded generic-array v0.14.6 Downloaded utf-8 v0.7.6 Downloaded unicode-ident v1.0.4 Downloaded uuid v0.8.2 Downloaded digest v0.10.5 Downloaded futures-lite v1.12.0 Downloaded serde v1.0.144 Downloaded http-body v0.4.5 Downloaded heck v0.3.3 Downloaded sha-1 v0.9.8 Downloaded serde_repr v0.1.9 Downloaded itoa v1.0.3 Downloaded regex-syntax v0.6.27 Downloaded httparse v1.8.0 Downloaded tokio-util v0.6.10 Downloaded concurrent-queue v1.2.4 Downloaded rand_core v0.6.4 Downloaded cpufeatures v0.2.5 Downloaded indexmap v1.9.1 Downloaded hyper v0.14.20 Downloaded pin-project-internal v1.0.12 Downloaded ppv-lite86 v0.2.16 Downloaded http v0.2.8 Downloaded paste-impl v0.1.18 Downloaded tokio v1.21.1 Downloaded libc v0.2.133 Downloaded idna v0.3.0 Downloaded hash_hasher v2.0.3 Downloaded atty v0.2.14 Downloaded hashbrown v0.12.3 Downloaded async-task v4.3.0 Downloaded async-executor v1.4.1 Downloaded cache-padded v1.2.0 Downloaded humantime v2.1.0 Downloaded instant v0.1.12 Downloaded httpdate v1.0.2 Downloaded dotenv v0.15.0 Downloaded headers-core v0.2.0 Downloaded base64 v0.13.0 Downloaded bytes v1.2.1 Downloaded block-buffer v0.9.0 Downloaded async-lock v2.5.0 Downloaded unicode-bidi v0.3.8 Downloaded env_logger v0.9.1 Downloaded futures v0.3.24 Downloaded async-trait v0.1.57 Downloaded async-channel v1.7.1 Downloaded digest v0.9.0 Downloaded remove_dir_all v0.5.3 Downloaded form_urlencoded v1.1.0 Downloaded h264-profile-level-id v0.1.1 Downloaded futures-channel v0.3.24 Downloaded lru v0.7.8 Downloaded getrandom v0.2.7 Downloaded futures-task v0.3.24 Downloaded crypto-common v0.1.6 Downloaded bitflags v1.3.2 Downloaded fastrand v1.8.0 Downloaded thiserror-impl v1.0.35 Downloaded thiserror v1.0.35 Downloaded lock_api v0.4.8 Downloaded futures-sink v0.3.24 Downloaded block-buffer v0.10.3 Downloaded autocfg v1.1.0 Downloaded safemem v0.3.3 Downloaded rand_chacha v0.3.1 Downloaded parking v2.0.0 Downloaded opaque-debug v0.3.0 Downloaded cfg-if v1.0.0 Downloaded version_check v0.9.4 Downloaded url v2.3.1 Downloaded unicode-segmentation v1.10.0 Downloaded unicode-normalization v0.1.22 Downloaded typenum v1.15.0 Downloaded signal-hook-registry v1.4.0 Downloaded serde_urlencoded v0.7.1 Downloaded proc-macro2 v1.0.43 Downloaded parking_lot v0.11.2 Downloaded parking_lot_core v0.9.3 Downloaded once_cell v1.14.0 Downloaded event-listener-primitives v2.0.1 Downloaded atomic-take v1.0.0 Downloaded nohash-hasher v0.2.0 Downloaded mediasoup v0.9.3 Downloaded buf_redux v0.8.4 Downloaded bitpattern v0.1.0 Downloaded async-oneshot v0.5.0 Downloaded tracing-core v0.1.29 Downloaded tokio-util v0.7.4 Downloaded tokio-stream v0.1.10 Downloaded tinyvec v1.6.0 Downloaded termcolor v1.1.3 Downloaded syn v1.0.100 Downloaded socket2 v0.4.7 Downloaded smallvec v1.9.0 Downloaded slab v0.4.7 Downloaded serde_json v1.0.85 Downloaded serde_derive v1.0.144 Downloaded scopeguard v1.1.0 Downloaded ryu v1.0.11 Downloaded pin-project-lite v0.2.9 Downloaded mime_guess v2.0.4 Downloaded mime v0.3.16 Downloaded tungstenite v0.14.0 Downloaded tokio-tungstenite v0.15.0 Downloaded pin-project v1.0.12 Downloaded multipart v0.18.0 Downloaded mio v0.8.4 Downloaded lazy_static v1.4.0 Downloaded aho-corasick v0.7.19 Downloaded paste v0.1.18 Compiling proc-macro2 v1.0.43 Compiling unicode-ident v1.0.4 Compiling quote v1.0.21 Compiling syn v1.0.100 Compiling cfg-if v1.0.0 Compiling libc v0.2.133 Compiling autocfg v1.1.0 Compiling version_check v0.9.4 Compiling memchr v2.5.0 Compiling serde_derive v1.0.144 Compiling serde v1.0.144 Compiling log v0.4.17 Compiling pin-project-lite v0.2.9 Compiling futures-core v0.3.24 Compiling typenum v1.15.0 Compiling smallvec v1.9.0 Compiling once_cell v1.14.0 Compiling bytes v1.2.1 Compiling scopeguard v1.1.0 Compiling itoa v1.0.3 Compiling parking_lot_core v0.9.3 Compiling futures-io v0.3.24 Compiling futures-sink v0.3.24 Compiling fnv v1.0.7 Compiling futures-task v0.3.24 Compiling futures-channel v0.3.24 Compiling futures-util v0.3.24 Compiling tinyvec_macros v0.1.0 Compiling httparse v1.8.0 Compiling thiserror v1.0.35 Compiling proc-macro-hack v0.5.19 Compiling pin-utils v0.1.0 Compiling ppv-lite86 v0.2.16 Compiling cpufeatures v0.2.5 Compiling percent-encoding v2.2.0 Compiling fastrand v1.8.0 Compiling parking_lot_core v0.8.5 Compiling unicode-bidi v0.3.8 Compiling hashbrown v0.12.3 Compiling rustversion v1.0.9 Compiling cache-padded v1.2.0 Compiling serde_json v1.0.85 Compiling base64 v0.13.0 Compiling mime v0.3.16 Compiling ryu v1.0.11 Compiling opaque-debug v0.3.0 Compiling waker-fn v1.1.0 Compiling remove_dir_all v0.5.3 Compiling try-lock v0.2.3 Compiling utf-8 v0.7.6 Compiling unicode-segmentation v1.10.0 Compiling parking v2.0.0 Compiling mediasoup-sys v0.3.3 Compiling byteorder v1.4.3 Compiling event-listener v2.5.3 Compiling regex-syntax v0.6.27 Compiling httpdate v1.0.2 Compiling async-trait v0.1.57 Compiling safemem v0.3.3 Compiling quick-error v1.2.3 Compiling tower-service v0.3.2 Compiling async-task v4.3.0 Compiling nohash-hasher v0.2.0 Compiling bitflags v1.3.2 Compiling atomic-take v1.0.0 Compiling hash_hasher v2.0.3 Compiling humantime v2.1.0 Compiling termcolor v1.1.3 Compiling lru v0.7.8 Compiling scoped-tls v1.0.0 Compiling dotenv v0.15.0 Compiling lazy_static v1.4.0 Compiling instant v0.1.12 Compiling lock_api v0.4.8 Compiling slab v0.4.7 Compiling tokio v1.21.1 Compiling indexmap v1.9.1 Compiling generic-array v0.14.6 Compiling unicase v2.6.0 Compiling futures-micro v0.5.0 Compiling tracing-core v0.1.29 Compiling http v0.2.8 Compiling tinyvec v1.6.0 Compiling form_urlencoded v1.1.0 Compiling concurrent-queue v1.2.4 Compiling heck v0.3.3 error: failed to run custom build command for `mediasoup-sys v0.3.3` Caused by: process didn't exit successfully: `/home/rust/vortex/target/release/build/mediasoup-sys-1b647fe040a66f0d/build-script-build` (exit status: 101) --- stdout cargo:rustc-link-search=native=/usr/lib/gcc/x86_64-linux-gnu/10/ cargo:rustc-link-lib=static=stdc++ # Updated pip and setuptools are needed for meson # `--system` is not present everywhere and is only needed as workaround for # Debian-specific issue (copied from # https://github.com/gluster/gstatus/pull/33), fallback to command without # `--system` if the first one fails. /usr/bin/python3 -m pip install --system --target=/home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip pip setuptools || \ /usr/bin/python3 -m pip install --target=/home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip pip setuptools || \ echo "Installation failed, likely because PIP is unavailable, if you are on Debian/Ubuntu or derivative please install the python3-pip package" Collecting pip Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting setuptools Downloading setuptools-65.3.0-py3-none-any.whl (1.2 MB) Installing collected packages: setuptools, pip Successfully installed pip-22.2.2 setuptools-65.3.0 # Install `meson` and `ninja` using `pip` into custom location, so we don't # depend on system-wide installation. /usr/bin/python3 -m pip install --upgrade --target=/home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip meson ninja Collecting meson Downloading meson-0.63.2-py3-none-any.whl (877 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 878.0/878.0 kB 13.1 MB/s eta 0:00:00 Collecting ninja Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.1/108.1 kB 18.4 MB/s eta 0:00:00 Installing collected packages: ninja, meson Successfully installed meson-0.63.2 ninja-1.10.2.3 /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip/bin/meson setup \ --prefix /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out \ --bindir '' \ --libdir '' \ --buildtype release \ -Db_ndebug=true \ -Db_pie=true \ -Db_staticpic=true \ --reconfigure \ "" \ /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build || \ /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip/bin/meson setup \ --prefix /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out \ --bindir '' \ --libdir '' \ --buildtype release \ -Db_ndebug=true \ -Db_pie=true \ -Db_staticpic=true \ "" \ /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build The Meson build system Version: 0.63.2 Source dir: /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3 Build dir: /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build Build type: native build Project name: mediasoup-worker Project version: undefined C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the host machine: cc ld.bfd 2.35.2 C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110") C++ linker for the host machine: c++ ld.bfd 2.35.2 Host machine cpu family: x86_64 Host machine cpu: x86_64 Downloading openssl source from https://www.openssl.org/source/openssl-1.1.1l.tar.gz Download size: 9834044 Downloading: .......... Downloading openssl patch from https://wrapdb.mesonbuild.com/v2/openssl_1.1.1l-2/get_patch Download size: 10613607 Downloading: .......... Executing subproject openssl openssl| Project name: openssl openssl| Project version: 1.1.1l openssl| C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") openssl| C linker for the host machine: cc ld.bfd 2.35.2 openssl| Run-time dependency threads found: YES openssl| Program as found: YES 2.35.2 (/usr/bin/as) openssl| Message: OpenSSL is configured with ASM support openssl| Library dl found: YES openssl| Build targets in project: 3 openssl| Subproject openssl finished. Downloading nlohmann_json source from https://github.com/nlohmann/json/releases/download/v3.9.1/include.zip Download size: 309315 Downloading: .......... Downloading nlohmann_json patch from https://wrapdb.mesonbuild.com/v2/nlohmann_json_3.9.1-1/get_patch Download size: 792 Downloading: .......... Executing subproject nlohmann_json nlohmann_json| Project name: nlohmann_json nlohmann_json| Project version: 3.9.1 nlohmann_json| C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110") nlohmann_json| C++ linker for the host machine: c++ ld.bfd 2.35.2 nlohmann_json| Build targets in project: 3 nlohmann_json| Subproject nlohmann_json finished. Downloading libuv source from https://dist.libuv.org/dist/v1.43.0/libuv-v1.43.0.tar.gz Download size: 1288663 Downloading: .......... Downloading libuv patch from https://wrapdb.mesonbuild.com/v2/libuv_1.43.0-1/get_patch Download size: 5153 Downloading: .......... Executing subproject libuv libuv| Project name: libuv libuv| Project version: 1.43.0 libuv| C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") libuv| C linker for the host machine: cc ld.bfd 2.35.2 libuv| Fetching value of define "__QNX__" : libuv| Fetching value of define "_AIX" : libuv| Message: System: linux libuv| Compiler for C supports arguments -fno-strict-aliasing: YES libuv| Dependency threads found: YES unknown (cached) libuv| Library dl found: YES libuv| Library rt found: YES libuv| Build targets in project: 4 libuv| Subproject libuv finished. Downloading libsrtp2 source from https://github.com/cisco/libsrtp/archive/refs/tags/v2.4.2.zip Download size: 1286149 Downloading: .......... Executing subproject libsrtp2 libsrtp2| Project name: libsrtp2 libsrtp2| Project version: 2.4.2 libsrtp2| C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") libsrtp2| C linker for the host machine: cc ld.bfd 2.35.2 libsrtp2| Has header "arpa/inet.h" : YES libsrtp2| Has header "byteswap.h" : YES libsrtp2| Has header "inttypes.h" : YES libsrtp2| Has header "machine/types.h" : NO libsrtp2| Has header "netinet/in.h" : YES libsrtp2| Has header "stdint.h" : YES libsrtp2| Has header "stdlib.h" : YES libsrtp2| Has header "sys/int_types.h" : NO libsrtp2| Has header "sys/socket.h" : YES libsrtp2| Has header "sys/types.h" : YES libsrtp2| Has header "sys/uio.h" : YES libsrtp2| Has header "unistd.h" : YES libsrtp2| Checking for function "sigaction" : YES libsrtp2| Checking for function "inet_aton" : YES libsrtp2| Checking for function "usleep" : YES libsrtp2| Checking for function "socket" : YES libsrtp2| Has header "stdint.h" : YES (cached) libsrtp2| Checking for type "size_t" : YES libsrtp2| Checking for type "unsigned long" : YES libsrtp2| Checking for size of "unsigned long" : 8 libsrtp2| Checking for type "unsigned long long" : YES libsrtp2| Checking for size of "unsigned long long" : 8 libsrtp2| Checking if "inline keyword check" compiles: YES libsrtp2| Dependency openssl from subproject subprojects/openssl-1.1.1l found: YES 1.1.1l libsrtp2| Configuring config.h using configuration libsrtp2| Compiler for C supports arguments -Wstrict-prototypes: YES libsrtp2| Compiler for C supports arguments -funroll-loops: YES libsrtp2| Program doxygen found: NO libsrtp2| Build targets in project: 5 libsrtp2| Subproject libsrtp2 finished. Downloading usrsctp source from https://github.com/sctplab/usrsctp/archive/9d6b99b10a70f7a63d21cd80d03c353da9ac19d3.zip Downloading file of unknown size. Executing subproject usrsctp usrsctp| Project name: usrsctplib usrsctp| Project version: 0.9.5.0 usrsctp| C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110") usrsctp| C linker for the host machine: cc ld.bfd 2.35.2 usrsctp| Compiler for C supports arguments -pedantic: YES usrsctp| Compiler for C supports arguments -Wfloat-equal: YES usrsctp| Compiler for C supports arguments -Wshadow: YES usrsctp| Compiler for C supports arguments -Wpointer-arith: YES usrsctp| Compiler for C supports arguments -Winit-self: YES usrsctp| Compiler for C supports arguments -Wno-unused-function: YES usrsctp| Compiler for C supports arguments -Wno-unused-parameter: YES usrsctp| Compiler for C supports arguments -Wno-unreachable-code: YES usrsctp| Compiler for C supports arguments -Wstrict-prototypes: YES (cached) usrsctp| Dependency threads found: YES unknown (cached) usrsctp| Has header "sys/queue.h" : YES usrsctp| Has header "sys/socket.h" : YES (cached) usrsctp| Has header "linux/if_addr.h" : YES usrsctp| Has header "linux/rtnetlink.h" : YES usrsctp| Has header "sys/types.h" : YES (cached) usrsctp| Has header "netinet/in.h" : YES (cached) usrsctp| Has header "netinet/ip.h" : YES usrsctp| Has header "netinet/ip_icmp.h" : YES usrsctp| Has header "net/route.h" : YES usrsctp| Has header "stdatomic.h" : YES usrsctp| Checking whether type "struct sockaddr" has member "sa_len" : NO usrsctp| Checking whether type "struct sockaddr_in" has member "sin_len" : NO usrsctp| Checking whether type "struct sockaddr_in6" has member "sin6_len" : NO usrsctp| Checking whether type "struct sockaddr_conn" has member "sconn_len" : NO usrsctp| Build targets in project: 6 usrsctp| Subproject usrsctp finished. Downloading abseil-cpp source from https://github.com/abseil/abseil-cpp/archive/20210324.2.tar.gz Download size: 1774172 Downloading: .......... Downloading abseil-cpp patch from https://wrapdb.mesonbuild.com/v2/abseil-cpp_20210324.2-2/get_patch Download size: 3296 Downloading: .......... Executing subproject abseil-cpp abseil-cpp| Project name: abseil-cpp abseil-cpp| Project version: 20210324.1 abseil-cpp| C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110") abseil-cpp| C++ linker for the host machine: c++ ld.bfd 2.35.2 abseil-cpp| Compiler for C++ supports arguments -Wno-sign-compare: YES abseil-cpp| Compiler for C++ supports arguments -maes: YES abseil-cpp| Compiler for C++ supports arguments -msse4.1: YES abseil-cpp| Checking if "GCC atomic builtins" : links: YES abseil-cpp| Dependency threads found: YES unknown (cached) abseil-cpp| Found pkg-config: /usr/bin/pkg-config (0.29.2) abseil-cpp| Did not find CMake 'cmake' abseil-cpp| Found CMake: NO abseil-cpp| Run-time dependency corefoundation found: NO (tried pkgconfig and cmake) abseil-cpp| Build targets in project: 18 abseil-cpp| Subproject abseil-cpp finished. Downloading catch2 source from https://github.com/catchorg/Catch2/archive/v2.13.7.zip Download size: 846562 Downloading: .......... Downloading catch2 patch from https://wrapdb.mesonbuild.com/v2/catch2_2.13.7-1/get_patch Download size: 1133 Downloading: .......... Executing subproject catch2 catch2| Project name: catch2 catch2| Project version: 2.13.7 catch2| C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110") catch2| C++ linker for the host machine: c++ ld.bfd 2.35.2 catch2| Build targets in project: 18 catch2| Subproject catch2 finished. meson.build:318: WARNING: Project targets '>= 0.58' but uses feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead. Build targets in project: 23 WARNING: Deprecated features used: * 0.56.0: {'meson.source_root'} mediasoup-worker undefined Subprojects abseil-cpp : YES catch2 : YES libsrtp2 : YES libuv : YES nlohmann_json: YES openssl : YES usrsctp : YES User defined options bindir : buildtype : release libdir : prefix : /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out b_ndebug : true b_pie : true b_staticpic : true Found ninja-1.10.2.git.kitware.jobserver-1 at /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip/bin/ninja /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/pip/bin/meson compile -C /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build -j 1 libmediasoup-worker ninja: Entering directory `/home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build' [1/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_cbc.c.o [2/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_cfb.c.o [3/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_ecb.c.o [4/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_core.c.o [5/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_ige.c.o [6/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_ofb.c.o [7/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_misc.c.o [8/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aria_aria.c.o [9/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_aes_aes_wrap.c.o [10/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_dup.c.o [11/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_bitstr.c.o [12/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_d2i_fp.c.o [13/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_digest.c.o [14/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_int.c.o [15/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_gentm.c.o [16/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_i2d_fp.c.o [17/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_sign.c.o [18/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_mbstr.c.o [19/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_object.c.o [20/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_octet.c.o [21/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_print.c.o [22/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_time.c.o [23/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_strex.c.o [24/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_strnid.c.o [25/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_type.c.o [26/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_utf8.c.o [27/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_utctm.c.o [28/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_d2i_pr.c.o [29/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_a_verify.c.o [30/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_ameth_lib.c.o [31/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn1_err.c.o [32/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn1_gen.c.o [33/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn1_item_list.c.o [34/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn1_lib.c.o [35/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn1_par.c.o [36/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn_mime.c.o [37/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn_moid.c.o [38/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn_mstbl.c.o [39/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_asn_pack.c.o [40/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_bio_asn1.c.o [41/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_bio_ndef.c.o [42/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_d2i_pu.c.o [43/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_f_int.c.o [44/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_evp_asn1.c.o [45/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_i2d_pr.c.o [46/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_f_string.c.o [47/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_i2d_pu.c.o [48/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_n_pkey.c.o [49/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_nsseq.c.o [50/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_p5_pbe.c.o [51/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_t_pkey.c.o [52/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_p5_pbev2.c.o [53/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_p5_scrypt.c.o [54/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_p8_pkey.c.o [55/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_t_bitst.c.o [56/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_t_spki.c.o [57/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_info.c.o [58/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_dec.c.o [59/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_enc.c.o [60/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_fre.c.o [61/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_new.c.o [62/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_prn.c.o [63/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_scn.c.o [64/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_typ.c.o [65/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_tasn_utl.c.o [66/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_algor.c.o [67/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_bignum.c.o [68/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_long.c.o [69/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_int64.c.o [70/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_pkey.c.o [71/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_sig.c.o [72/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_spki.c.o [73/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_asn1_x_val.c.o [74/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_async.c.o [75/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_arch_async_null.c.o [76/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_arch_async_posix.c.o [77/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_arch_async_win.c.o [78/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bf_bf_cfb64.c.o [79/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_async_err.c.o [80/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_async_async_wait.c.o [81/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bf_bf_ecb.c.o [82/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bf_bf_enc.c.o [83/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bf_bf_ofb64.c.o [84/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bf_bf_skey.c.o [85/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_b_addr.c.o [86/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_b_dump.c.o [87/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_b_print.c.o [88/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_b_sock.c.o [89/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_b_sock2.c.o [90/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bf_buff.c.o [91/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bf_lbuf.c.o [92/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bf_nbio.c.o [93/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bf_null.c.o [94/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bio_cb.c.o [95/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bio_err.c.o [96/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bio_lib.c.o [97/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_bio.c.o [98/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bio_meth.c.o [99/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_acpt.c.o [100/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_cfb64enc.c.o [101/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_fd.c.o [102/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_conn.c.o [103/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_dgram.c.o [104/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_log.c.o [105/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_file.c.o [106/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_mem.c.o [107/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_add.c.o [108/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_null.c.o [109/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bio_bss_sock.c.o [110/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_blake2_blake2b.c.o [111/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_blake2_blake2s.c.o [112/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_blake2_m_blake2b.c.o [113/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_blake2_m_blake2s.c.o [114/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_asm_x86_64-gcc.c.o [115/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_blind.c.o [116/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_const.c.o [117/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_ctx.c.o [118/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_depr.c.o [119/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_dh.c.o [120/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_div.c.o [121/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_err.c.o [122/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_exp.c.o [123/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_exp2.c.o [124/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_gcd.c.o [125/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_gf2m.c.o [126/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_kron.c.o [127/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_intern.c.o [128/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_lib.c.o [129/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_mod.c.o [130/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_mont.c.o [131/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_ameth.c.o [132/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_mpi.c.o [133/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_mul.c.o [134/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_nist.c.o [135/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_prime.c.o [136/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_print.c.o [137/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_rand.c.o [138/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_recp.c.o [139/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_shift.c.o [140/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_sqr.c.o [141/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_sqrt.c.o [142/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_srp.c.o [143/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_word.c.o [144/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_bn_x931p.c.o [145/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_bn_rsaz_exp.c.o [146/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cast_c_ecb.c.o [147/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_buffer_buf_err.c.o [148/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_buffer_buffer.c.o [149/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_camellia_cmll_cfb.c.o [150/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_camellia_cmll_ctr.c.o [151/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_camellia_cmll_ecb.c.o [152/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_camellia_cmll_misc.c.o [153/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_camellia_cmll_ofb.c.o [154/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cast_c_cfb64.c.o [155/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cast_c_enc.c.o [156/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cast_c_skey.c.o [157/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cast_c_ofb64.c.o [158/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cmac_cmac.c.o [159/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cmac_cm_ameth.c.o [160/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cmac_cm_pmeth.c.o [161/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_att.c.o [162/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_asn1.c.o [163/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_cd.c.o [164/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_dd.c.o [165/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_enc.c.o [166/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_env.c.o [167/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_err.c.o [168/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_ess.c.o [169/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_io.c.o [170/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_lib.c.o [171/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_kari.c.o [172/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_sd.c.o [173/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_pwri.c.o [174/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cpt_err.c.o [175/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cms_cms_smime.c.o [176/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_api.c.o [177/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_def.c.o [178/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_err.c.o [179/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_lib.c.o [180/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_mall.c.o [181/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_mod.c.o [182/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_sap.c.o [183/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_conf_conf_ssl.c.o [184/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cryptlib.c.o [185/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_b64.c.o [186/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_err.c.o [187/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_log.c.o [188/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_oct.c.o [189/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_prn.c.o [190/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_policy.c.o [191/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_sct.c.o [192/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_vfy.c.o [193/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_sct_ctx.c.o [194/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ctype.c.o [195/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ct_ct_x509v3.c.o [196/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_cversion.c.o [197/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_cbc_enc.c.o [198/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_cbc_cksm.c.o [199/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_cfb_enc.c.o [200/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_cfb64ede.c.o [201/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_lhash_lhash.c.o [202/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_tls1_prf.c.o [203/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_des_enc.c.o [204/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_ecb_enc.c.o [205/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_ecb3_enc.c.o [206/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_fcrypt.c.o [207/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_ofb_enc.c.o [208/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_fcrypt_b.c.o [209/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_ofb64ede.c.o [210/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_ofb64enc.c.o [211/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_set_key.c.o [212/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_pcbc_enc.c.o [213/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_qud_cksm.c.o [214/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_rand_key.c.o [215/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_str2key.c.o [216/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_ameth.c.o [217/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_des_xcbc_enc.c.o [218/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_asn1.c.o [219/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_check.c.o [220/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_depr.c.o [221/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_err.c.o [222/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_gen.c.o [223/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_kdf.c.o [224/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_key.c.o [225/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_lib.c.o [226/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_meth.c.o [227/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_pmeth.c.o [228/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_prn.c.o [229/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_err.c.o [230/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_rfc5114.c.o [231/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dh_dh_rfc7919.c.o [232/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_ameth.c.o [233/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_asn1.c.o [234/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_depr.c.o [235/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_gen.c.o [236/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_key.c.o [237/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_lib.c.o [238/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_prn.c.o [239/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_meth.c.o [240/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_ossl.c.o [241/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_pmeth.c.o [242/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_vrf.c.o [243/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dsa_dsa_sign.c.o [244/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_dl.c.o [245/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_err.c.o [246/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_dlfcn.c.o [247/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_lib.c.o [248/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_vms.c.o [249/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_openssl.c.o [250/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ebcdic.c.o [251/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_dso_dso_win32.c.o [252/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec2_oct.c.o [253/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve25519.c.o [254/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_arch_32_f_impl.c.o [255/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_curve448.c.o [256/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_curve448_tables.c.o [257/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_eddsa.c.o [258/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_f_generic.c.o [259/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_curve448_scalar.c.o [260/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec2_smpl.c.o [261/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sha_sha512.c.o [262/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_asn1.c.o [263/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_check.c.o [264/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_curve.c.o [265/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_cvt.c.o [266/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_err.c.o [267/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_key.c.o [268/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_kmeth.c.o [269/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_lib.c.o [270/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_mult.c.o [271/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_oct.c.o [272/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_pmeth.c.o [273/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ec_print.c.o [274/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecdh_kdf.c.o [275/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_eck_prn.c.o [276/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecdh_ossl.c.o [277/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecdsa_ossl.c.o [278/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecdsa_sign.c.o [279/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecdsa_vrf.c.o [280/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_mont.c.o [281/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nist.c.o [282/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_oct.c.o [283/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nistp224.c.o [284/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nistp256.c.o [285/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nistp521.c.o [286/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nistputil.c.o [287/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_nistz256.c.o [288/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecp_smpl.c.o [289/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ec_ecx_meth.c.o [290/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_err_err.c.o [291/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_all.c.o [292/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_cnf.c.o [293/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_ctrl.c.o [294/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_dyn.c.o [295/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_err.c.o [296/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_fat.c.o [297/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_init.c.o [298/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_lib.c.o [299/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_list.c.o [300/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_openssl.c.o [301/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_pkey.c.o [302/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_rdrand.c.o [303/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_eng_table.c.o [304/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_asnmth.c.o [305/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_cipher.c.o [306/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_dh.c.o [307/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_digest.c.o [308/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_dsa.c.o [309/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_eckey.c.o [310/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_pkmeth.c.o [311/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_rand.c.o [312/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_engine_tb_rsa.c.o [313/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_err_err_all.c.o [314/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_err_err_prn.c.o [315/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_bio_b64.c.o [316/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_bio_enc.c.o [317/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_bio_md.c.o [318/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_bio_ok.c.o [319/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_c_allc.c.o [320/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_c_alld.c.o [321/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_digest.c.o [322/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_cmeth_lib.c.o [323/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_aes.c.o [324/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_aria.c.o [325/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_aes_cbc_hmac_sha1.c.o [326/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_aes_cbc_hmac_sha256.c.o [327/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_bf.c.o [328/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_cast.c.o [329/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_camellia.c.o [330/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_des.c.o [331/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_chacha20_poly1305.c.o [332/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_des3.c.o [333/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_idea.c.o [334/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_null.c.o [335/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_old.c.o [336/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_rc2.c.o [337/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_rc4.c.o [338/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_rc5.c.o [339/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_rc4_hmac_md5.c.o [340/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_seed.c.o [341/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_sm4.c.o [342/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_encode.c.o [343/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_e_xcbc_d.c.o [344/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_cnf.c.o [345/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_enc.c.o [346/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_err.c.o [347/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_key.c.o [348/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_lib.c.o [349/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_pbe.c.o [350/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_md2.c.o [351/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_evp_pkey.c.o [352/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_md4.c.o [353/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_md5.c.o [354/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_mdc2.c.o [355/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_md5_sha1.c.o [356/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_null.c.o [357/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_sha1.c.o [358/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_ripemd.c.o [359/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_sha3.c.o [360/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_wp.c.o [361/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_m_sigver.c.o [362/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_names.c.o [363/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p5_crpt.c.o [364/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_dec.c.o [365/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p5_crpt2.c.o [366/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_enc.c.o [367/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_lib.c.o [368/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_open.c.o [369/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_seal.c.o [370/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_sign.c.o [371/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ex_data.c.o [372/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_p_verify.c.o [373/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_pbe_scrypt.c.o [374/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_pmeth_fn.c.o [375/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_pmeth_gn.c.o [376/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_evp_pmeth_lib.c.o [377/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_getenv.c.o [378/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hmac.c.o [379/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hm_ameth.c.o [380/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_hmac_hm_pmeth.c.o [381/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_cbc.c.o [382/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_ecb.c.o [383/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_cfb64.c.o [384/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_skey.c.o [385/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_idea_i_ofb64.c.o [386/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_init.c.o [387/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_hkdf.c.o [388/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_kdf_err.c.o [389/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_kdf_scrypt.c.o [390/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_lhash_lh_stats.c.o [391/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_getaddrinfo.c.o [392/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_getnameinfo.c.o [393/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_loop-watcher.c.o [394/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_loop.c.o [395/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_pipe.c.o [396/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_md4_md4_one.c.o [397/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_md4_md4_dgst.c.o [398/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_md5_md5_one.c.o [399/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_md5_md5_dgst.c.o [400/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_mem.c.o [401/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_mdc2_mdc2_one.c.o [402/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_mdc2_mdc2dgst.c.o [403/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_mem_dbg.c.o [404/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_mem_sec.c.o [405/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_dir.c.o [406/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_cbc128.c.o [407/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_ccm128.c.o [408/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_cfb128.c.o [409/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_ctr128.c.o [410/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_cts128.c.o [411/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_gcm128.c.o [412/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_ocb128.c.o [413/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_ofb128.c.o [414/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_wrap128.c.o [415/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_modes_xts128.c.o [416/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_fips.c.o [417/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_fopen.c.o [418/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_init.c.o [419/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_str.c.o [420/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_o_time.c.o [421/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_all.c.o [422/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_objects_o_names.c.o [423/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_objects_obj_dat.c.o [424/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_objects_obj_err.c.o [425/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_objects_obj_lib.c.o [426/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_objects_obj_xref.c.o [427/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_asn.c.o [428/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_cl.c.o [429/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_err.c.o [430/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_ext.c.o [431/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_ht.c.o [432/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_lib.c.o [433/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_prn.c.o [434/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_srv.c.o [435/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_ocsp_vfy.c.o [436/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ocsp_v3_ocsp.c.o [437/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_err.c.o [438/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_lib.c.o [439/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_info.c.o [440/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_oth.c.o [441/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_pk8.c.o [442/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pvkfmt.c.o [443/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_pkey.c.o [444/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_sign.c.o [445/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_x509.c.o [446/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pem_pem_xaux.c.o [447/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rc2_rc2_cbc.c.o [448/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_add.c.o [449/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_asn.c.o [450/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_attr.c.o [451/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_crpt.c.o [452/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_crt.c.o [453/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_decr.c.o [454/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_init.c.o [455/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_key.c.o [456/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_kiss.c.o [457/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_mutl.c.o [458/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_npas.c.o [459/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_p8d.c.o [460/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_p8e.c.o [461/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_sbag.c.o [462/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_p12_utl.c.o [463/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs12_pk12err.c.o [464/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_bio_pk7.c.o [465/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_asn1.c.o [466/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_attr.c.o [467/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_doit.c.o [468/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_lib.c.o [469/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_mime.c.o [470/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pk7_smime.c.o [471/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_pkcs7_pkcs7err.c.o [472/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_poly1305_poly1305.c.o [473/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_poly1305_poly1305_ameth.c.o [474/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_poly1305_poly1305_pmeth.c.o [475/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_drbg_ctr.c.o [476/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_drbg_lib.c.o [477/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_egd.c.o [478/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_err.c.o [479/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_lib.c.o [480/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_unix.c.o [481/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_vms.c.o [482/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_rand_win.c.o [483/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rand_randfile.c.o [484/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rc2_rc2_ecb.c.o [485/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_chk.c.o [486/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rc2_rc2_skey.c.o [487/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rc2_rc2cfb64.c.o [488/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rc2_rc2ofb64.c.o [489/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ripemd_rmd_dgst.c.o [490/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ripemd_rmd_one.c.o [491/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_ameth.c.o [492/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_asn1.c.o [493/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_err.c.o [494/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_crpt.c.o [495/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_depr.c.o [496/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_gen.c.o [497/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_lib.c.o [498/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_mp.c.o [499/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_meth.c.o [500/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_pk1.c.o [501/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_none.c.o [502/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_oaep.c.o [503/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_ossl.c.o [504/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_prn.c.o [505/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_pmeth.c.o [506/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_pss.c.o [507/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_ssl.c.o [508/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_saos.c.o [509/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_sign.c.o [510/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_seed_seed.c.o [511/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_x931.c.o [512/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_rsa_rsa_x931g.c.o [513/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sha_sha256.c.o [514/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_seed_seed_cbc.c.o [515/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_seed_seed_cfb.c.o [516/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_seed_seed_ecb.c.o [517/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_seed_seed_ofb.c.o [518/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sha_sha1_one.c.o [519/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sha_sha1dgst.c.o [520/1021] Compiling C++ object libmediasoup-worker.a.p/src_handles_UnixStreamSocket.cpp.o [521/1021] Compiling C++ object libmediasoup-worker.a.p/src_Channel_ChannelNotifier.cpp.o [522/1021] Compiling C++ object libmediasoup-worker.a.p/src_Channel_ChannelRequest.cpp.o [523/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_err.c.o [524/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_siphash_siphash.c.o [525/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_siphash_siphash_ameth.c.o [526/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_siphash_siphash_pmeth.c.o [527/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_crypt.c.o [528/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm3_m_sm3.c.o [529/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_pmeth.c.o [530/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm2_sm2_sign.c.o [531/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm3_sm3.c.o [532/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_sm4_sm4.c.o [533/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_srp_srp_lib.c.o [534/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_srp_srp_vfy.c.o [535/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_stack_stack.c.o [536/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_win.c.o [537/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_loader_file.c.o [538/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_err.c.o [539/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_init.c.o [540/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_lib.c.o [541/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_register.c.o [542/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_store_store_strings.c.o [543/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_none.c.o [544/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_threads_pthread.c.o [545/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_asn1.c.o [546/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_conf.c.o [547/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_err.c.o [548/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_lib.c.o [549/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_err.c.o [550/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_req_print.c.o [551/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_req_utils.c.o [552/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_print.c.o [553/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_sign.c.o [554/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_utils.c.o [555/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_rsp_verify.c.o [556/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ts_ts_verify_ctx.c.o [557/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_txt_db_txt_db.c.o [558/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_lib.c.o [559/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_null.c.o [560/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_util.c.o [561/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_ui_ui_openssl.c.o [562/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_uid.c.o [563/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_by_dir.c.o [564/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_whrlpool_wp_dgst.c.o [565/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_crl.c.o [566/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_by_file.c.o [567/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_req.c.o [568/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_t_x509.c.o [569/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_all.c.o [570/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_att.c.o [571/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_cmp.c.o [572/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_d2.c.o [573/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_def.c.o [574/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_err.c.o [575/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_ext.c.o [576/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_lu.c.o [577/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_meth.c.o [578/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_obj.c.o [579/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_r2x.c.o [580/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_req.c.o [581/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_set.c.o [582/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_trs.c.o [583/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_txt.c.o [584/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_v3.c.o [585/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_vfy.c.o [586/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509_vpm.c.o [587/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509cset.c.o [588/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509name.c.o [589/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509rset.c.o [590/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509spki.c.o [591/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x509type.c.o [592/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_crl.c.o [593/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_attrib.c.o [594/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_name.c.o [595/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_exten.c.o [596/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_req.c.o [597/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_pubkey.c.o [598/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_x509.c.o [599/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/engines_e_capi.c.o [600/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509_x_x509a.c.o [601/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_cache.c.o [602/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_data.c.o [603/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_lib.c.o [604/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_map.c.o [605/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_node.c.o [606/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_pcy_tree.c.o [607/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_addr.c.o [608/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_admis.c.o [609/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_akey.c.o [610/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_akeya.c.o [611/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_alt.c.o [612/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_asid.c.o [613/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_bcons.c.o [614/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_bitst.c.o [615/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_conf.c.o [616/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_cpols.c.o [617/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_crld.c.o [618/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_enum.c.o [619/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_extku.c.o [620/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_genn.c.o [621/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_ia5.c.o [622/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_info.c.o [623/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_int.c.o [624/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_lib.c.o [625/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_ncons.c.o [626/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pci.c.o [627/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pcia.c.o [628/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pcons.c.o [629/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pku.c.o [630/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_pmaps.c.o [631/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_prn.c.o [632/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_purp.c.o [633/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_skey.c.o [634/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_sxnet.c.o [635/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_tlsf.c.o [636/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3_utl.c.o [637/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/crypto_x509v3_v3err.c.o [638/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/engines_e_padlock.c.o [639/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-mb-x86_64.s.o [640/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha1-x86_64.s.o [641/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha256-x86_64.s.o [642/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-x86_64.s.o [643/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_vpaes-x86_64.s.o [644/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-avx2.s.o [645/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-x86_64.s.o [646/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-gf2m.s.o [647/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont.s.o [648/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont5.s.o [649/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_camellia_cmll-x86_64.s.o [650/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_chacha_chacha-x86_64.s.o [651/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_ecp_nistz256-x86_64.s.o [652/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_x25519-x86_64.s.o [653/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_md5_md5-x86_64.s.o [654/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_aesni-gcm-x86_64.s.o [655/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_ghash-x86_64.s.o [656/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_poly1305_poly1305-x86_64.s.o [657/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-md5-x86_64.s.o [658/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-x86_64.s.o [659/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_keccak1600-x86_64.s.o [660/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-mb-x86_64.s.o [661/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-x86_64.s.o [662/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-mb-x86_64.s.o [663/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-x86_64.s.o [664/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha512-x86_64.s.o [665/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_whrlpool_wp-x86_64.s.o [666/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_x86_64cpuid.s.o [667/1021] Compiling C object subprojects/openssl-1.1.1l/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_engines_e_padlock-x86_64.s.o [668/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_packet.c.o [669/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_methods.c.o [670/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_srtp.c.o [671/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_msg.c.o [672/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_d1_lib.c.o [673/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_bio_ssl.c.o [674/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_pqueue.c.o [675/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_record_tls13.c.o [676/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_enc.c.o [677/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_lib.c.o [678/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_msg.c.o [679/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_asn1.c.o [680/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_cert.c.o [681/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_ciph.c.o [682/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_conf.c.o [683/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_err.c.o [684/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_init.c.o [685/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_lib.c.o [686/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_mcnf.c.o [687/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_rsa.c.o [688/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_sess.c.o [689/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_txt.c.o [690/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_utst.c.o [691/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_ssl_stat.c.o [692/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_s3_cbc.c.o [693/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_dtls1_bitmap.c.o [694/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_rec_layer_d1.c.o [695/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_record.c.o [696/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_rec_layer_s3.c.o [697/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_record_ssl3_buffer.c.o [698/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions.c.o [699/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem.c.o [700/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_clnt.c.o [701/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_cust.c.o [702/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_extensions_srvr.c.o [703/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_lib.c.o [704/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_clnt.c.o [705/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_dtls.c.o [706/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_enc.c.o [707/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_statem_statem_srvr.c.o [708/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_lib.c.o [709/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_t1_trce.c.o [710/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_tls13_enc.c.o [711/1021] Compiling C object subprojects/openssl-1.1.1l/libssl.a.p/ssl_tls_srp.c.o [712/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_fs-poll.c.o [713/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_fs.c.o [714/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_poll.c.o [715/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_idna.c.o [716/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_inet.c.o [717/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_random.c.o [718/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_strscpy.c.o [719/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_threadpool.c.o [720/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_timer.c.o [721/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_uv-common.c.o [722/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_uv-data-getter-setters.c.o [723/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_version.c.o [724/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_async.c.o [725/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_core.c.o [726/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_dl.c.o [727/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_process.c.o [728/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_signal.c.o [729/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_random-devurandom.c.o [730/1021] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o FAILED: subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o cc -Isubprojects/libuv-v1.43.0/libuv.a.p -Isubprojects/libuv-v1.43.0 -I../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0 -I../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/include -I../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/src -fdiagnostics-color=always -DNDEBUG -std=c89 -O3 -fPIC -pthread -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112 -MD -MQ subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o -MF subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o.d -o subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o -c ../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/src/unix/stream.c ../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/src/unix/stream.c: In function ‘uv__write’: ../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90 929 | // XXX(jwn): this must call uv__stream_flush_write_queue(stream, n) here, since we won't generate any more events | ^ ../../../../../../../../../../../usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: note: (this will be reported only once per input file) ninja: build stopped: subcommand failed. --- stderr WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Directory does not contain a valid build tree: /home/rust/vortex/target/release/build/mediasoup-sys-f448789c1b12f09a/out/out/Release/build make: *** [Makefile:226: libmediasoup-worker] Error 1 thread 'main' panicked at 'Failed to build libmediasoup-worker', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.3/build.rs:96:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace