******************************************************************************** conan install libwebrtc/1.0.0@#8fcb5c5c0d9a89c478aed96204941962 --build=libwebrtc -pr /home/conan/w/prod/BuildSingleReference/257261/84ec3ae4-d229-444d-b820-6fbc2967fd4a/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libwebrtc/1.0.0: Forced build from source Installing package: libwebrtc/1.0.0 Requirements libwebrtc/1.0.0 from local cache - Cache Packages libwebrtc/1.0.0:d79d8d09095b4941896de04c1c0342f85975ea57 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libwebrtc/1.0.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/source libwebrtc/1.0.0: libwebrtc/1.0.0: Unzipping 4.7MB, this can take a while libwebrtc/1.0.0: ----Running------ > git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git depot_tools ----------------- [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK libwebrtc/1.0.0: Copying sources to build folder libwebrtc/1.0.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57 libwebrtc/1.0.0: Generator 'CMakeDeps' calling 'generate()' libwebrtc/1.0.0: Calling generate() libwebrtc/1.0.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libwebrtc/1.0.0: Calling build() ----Running------ > ls ----------------- cmakedeps_macros.cmake conandata.yml depot_tools src ----Running------ > gclient ----------------- Usage: gclient.py [options] Meta checkout dependency manager for Git. Commands are: config  creates a .gclient file in the current directory diff  displays local diff for every dependencies fetch  fetches upstream commits for all modules flatten  flattens the solutions into a single DEPS file getdep  gets revision information and variable values from a DEPS file grep  greps through git repos managed by gclient help  prints list of commands or help for a specific command metrics  reports, and optionally modifies, the status of metric collection pack  generates a patch which can be applied at the root of the tree recurse  operates [command args ...] on all the dependencies revert  reverts all modifications in every dependencies revinfo  outputs revision info mapping for the client and its dependencies root  outputs the solution root (or current dir if there isn't one) runhooks runs hooks for files that have been modified in the local working copy setdep  modifies dependency revisions and variable values in a DEPS file status  shows modification status for every dependencies sync  checkout/update all modules validate validates the .gclient and DEPS syntax verify  verifies the DEPS file deps are only from allowed_hosts Options: --version show program's version number and exit -h, --help show this help message and exit -j JOBS, --jobs=JOBS Specify how many SCM commands can run in parallel; defaults to 8 on this machine -v, --verbose Produces additional output for diagnostics. Can be used up to three times for more logging info. --gclientfile=CONFIG_FILENAME Specify an alternate .gclient file --spec=SPEC create a gclient file containing the provided string. Due to Cygwin/Python brokenness, it can't contain any newlines. --no-nag-max Ignored for backwards compatibility. ----Running------ > git checkout 1b72044e33798aa3c5144d609dab8ff65dac0247 ----------------- ----Running------ > gclient ----------------- Usage: gclient.py [options] Meta checkout dependency manager for Git. Commands are: config  creates a .gclient file in the current directory diff  displays local diff for every dependencies fetch  fetches upstream commits for all modules flatten  flattens the solutions into a single DEPS file getdep  gets revision information and variable values from a DEPS file grep  greps through git repos managed by gclient help  prints list of commands or help for a specific command metrics  reports, and optionally modifies, the status of metric collection pack  generates a patch which can be applied at the root of the tree recurse  operates [command args ...] on all the dependencies revert  reverts all modifications in every dependencies revinfo  outputs revision info mapping for the client and its dependencies root  outputs the solution root (or current dir if there isn't one) runhooks runs hooks for files that have been modified in the local working copy setdep  modifies dependency revisions and variable values in a DEPS file status  shows modification status for every dependencies sync  checkout/update all modules validate validates the .gclient and DEPS syntax verify  verifies the DEPS file deps are only from allowed_hosts Options: --version show program's version number and exit -h, --help show this help message and exit -j JOBS, --jobs=JOBS Specify how many SCM commands can run in parallel; defaults to 8 on this machine -v, --verbose Produces additional output for diagnostics. Can be used up to three times for more logging info. --gclientfile=CONFIG_FILENAME Specify an alternate .gclient file --spec=SPEC create a gclient file containing the provided string. Due to Cygwin/Python brokenness, it can't contain any newlines. --no-nag-max Ignored for backwards compatibility. ----Running------ > gclient sync ----------------- ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://github.com/webrtc-sdk/webrtc.git /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57/_gclient_src_eyg11jj9' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Cloning into '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57/_gclient_src_eyg11jj9'... remote: Enumerating objects: 432231, done. remote: Counting objects: 0% (1/8856) remote: Counting objects: 1% (89/8856) remote: Counting objects: 2% (178/8856) remote: Counting objects: 3% (266/8856) remote: Counting objects: 4% (355/8856) remote: Counting objects: 5% (443/8856) remote: Counting objects: 6% (532/8856) remote: Counting objects: 7% (620/8856) remote: Counting objects: 8% (709/8856) remote: Counting objects: 9% (798/8856) remote: Counting objects: 10% (886/8856) remote: Counting objects: 11% (975/8856) remote: Counting objects: 12% (1063/8856) remote: Counting objects: 13% (1152/8856) remote: Counting objects: 14% (1240/8856) remote: Counting objects: 15% (1329/8856) remote: Counting objects: 16% (1417/8856) remote: Counting objects: 17% (1506/8856) remote: Counting objects: 18% (1595/8856) remote: Counting objects: 19% (1683/8856) remote: Counting objects: 20% (1772/8856) remote: Counting objects: 21% (1860/8856) remote: Counting objects: 22% (1949/8856) remote: Counting objects: 23% (2037/8856) remote: Counting objects: 24% (2126/8856) remote: Counting objects: 25% (2214/8856) remote: Counting objects: 26% (2303/8856) remote: Counting objects: 27% (2392/8856) remote: Counting objects: 28% (2480/8856) remote: Counting objects: 29% (2569/8856) remote: Counting objects: 30% (2657/8856) remote: Counting objects: 31% (2746/8856) remote: Counting objects: 32% (2834/8856) remote: Counting objects: 33% (2923/8856) remote: Counting objects: 34% (3012/8856) remote: Counting objects: 35% (3100/8856) remote: Counting objects: 36% (3189/8856) remote: Counting objects: 37% (3277/8856) remote: Counting objects: 38% (3366/8856) remote: Counting objects: 39% (3454/8856) remote: Counting objects: 40% (3543/8856) remote: Counting objects: 41% (3631/8856) remote: Counting objects: 42% (3720/8856) remote: Counting objects: 43% (3809/8856) remote: Counting objects: 44% (3897/8856) remote: Counting objects: 45% (3986/8856) remote: Counting objects: 46% (4074/8856) remote: Counting objects: 47% (4163/8856) remote: Counting objects: 48% (4251/8856) remote: Counting objects: 49% (4340/8856) remote: Counting objects: 50% (4428/8856) remote: Counting objects: 51% (4517/8856) remote: Counting objects: 52% (4606/8856) remote: Counting objects: 53% (4694/8856) remote: Counting objects: 54% (4783/8856) remote: Counting objects: 55% (4871/8856) remote: Counting objects: 56% (4960/8856) remote: Counting objects: 57% (5048/8856) remote: Counting objects: 58% (5137/8856) remote: Counting objects: 59% (5226/8856) remote: Counting objects: 60% (5314/8856) remote: Counting objects: 61% (5403/8856) remote: Counting objects: 62% (5491/8856) remote: Counting objects: 63% (5580/8856) remote: Counting objects: 64% (5668/8856) remote: Counting objects: 65% (5757/8856) remote: Counting objects: 66% (5845/8856) remote: Counting objects: 67% (5934/8856) remote: Counting objects: 68% (6023/8856) remote: Counting objects: 69% (6111/8856) remote: Counting objects: 70% (6200/8856) remote: Counting objects: 71% (6288/8856) remote: Counting objects: 72% (6377/8856) remote: Counting objects: 73% (6465/8856) remote: Counting objects: 74% (6554/8856) remote: Counting objects: 75% (6642/8856) remote: Counting objects: 76% (6731/8856) remote: Counting objects: 77% (6820/8856) remote: Counting objects: 78% (6908/8856) remote: Counting objects: 79% (6997/8856) remote: Counting objects: 80% (7085/8856) remote: Counting objects: 81% (7174/8856) remote: Counting objects: 82% (7262/8856) remote: Counting objects: 83% (7351/8856) remote: Counting objects: 84% (7440/8856) remote: Counting objects: 85% (7528/8856) remote: Counting objects: 86% (7617/8856) remote: Counting objects: 87% (7705/8856) remote: Counting objects: 88% (7794/8856) remote: Counting objects: 89% (7882/8856) remote: Counting objects: 90% (7971/8856) remote: Counting objects: 91% (8059/8856) remote: Counting objects: 92% (8148/8856) remote: Counting objects: 93% (8237/8856) remote: Counting objects: 94% (8325/8856) remote: Counting objects: 95% (8414/8856) remote: Counting objects: 96% (8502/8856) remote: Counting objects: 97% (8591/8856) remote: Counting objects: 98% (8679/8856) remote: Counting objects: 99% (8768/8856) remote: Counting objects: 100% (8856/8856) remote: Counting objects: 100% (8856/8856), done. remote: Compressing objects: 0% (1/3178) remote: Compressing objects: 1% (32/3178) remote: Compressing objects: 2% (64/3178) remote: Compressing objects: 3% (96/3178) remote: Compressing objects: 4% (128/3178) remote: Compressing objects: 5% (159/3178) remote: Compressing objects: 6% (191/3178) remote: Compressing objects: 7% (223/3178) remote: Compressing objects: 8% (255/3178) remote: Compressing objects: 9% (287/3178) remote: Compressing objects: 10% (318/3178) remote: Compressing objects: 11% (350/3178) remote: Compressing objects: 12% (382/3178) remote: Compressing objects: 13% (414/3178) remote: Compressing objects: 14% (445/3178) remote: Compressing objects: 15% (477/3178) remote: Compressing objects: 16% (509/3178) remote: Compressing objects: 17% (541/3178) remote: Compressing objects: 18% (573/3178) remote: Compressing objects: 19% (604/3178) remote: Compressing objects: 20% (636/3178) remote: Compressing objects: 21% (668/3178) remote: Compressing objects: 22% (700/3178) remote: Compressing objects: 23% (731/3178) remote: Compressing objects: 24% (763/3178) remote: Compressing objects: 25% (795/3178) remote: Compressing objects: 26% (827/3178) remote: Compressing objects: 27% (859/3178) remote: Compressing objects: 28% (890/3178) remote: Compressing objects: 29% (922/3178) remote: Compressing objects: 30% (954/3178) remote: Compressing objects: 31% (986/3178) remote: Compressing objects: 32% (1017/3178) remote: Compressing objects: 33% (1049/3178) remote: Compressing objects: 34% (1081/3178) remote: Compressing objects: 35% (1113/3178) remote: Compressing objects: 36% (1145/3178) remote: Compressing objects: 37% (1176/3178) remote: Compressing objects: 38% (1208/3178) remote: Compressing objects: 39% (1240/3178) remote: Compressing objects: 40% (1272/3178) remote: Compressing objects: 41% (1303/3178) remote: Compressing objects: 42% (1335/3178) remote: Compressing objects: 43% (1367/3178) remote: Compressing objects: 44% (1399/3178) remote: Compressing objects: 45% (1431/3178) remote: Compressing objects: 46% (1462/3178) remote: Compressing objects: 47% (1494/3178) remote: Compressing objects: 48% (1526/3178) remote: Compressing objects: 49% (1558/3178) remote: Compressing objects: 50% (1589/3178) remote: Compressing objects: 51% (1621/3178) remote: Compressing objects: 52% (1653/3178) remote: Compressing objects: 53% (1685/3178) remote: Compressing objects: 54% (1717/3178) remote: Compressing objects: 55% (1748/3178) remote: Compressing objects: 56% (1780/3178) remote: Compressing objects: 57% (1812/3178) remote: Compressing objects: 58% (1844/3178) remote: Compressing objects: 59% (1876/3178) remote: Compressing objects: 60% (1907/3178) remote: Compressing objects: 61% (1939/3178) remote: Compressing objects: 62% (1971/3178) remote: Compressing objects: 63% (2003/3178) remote: Compressing objects: 64% (2034/3178) remote: Compressing objects: 65% (2066/3178) remote: Compressing objects: 66% (2098/3178) remote: Compressing objects: 67% (2130/3178) remote: Compressing objects: 68% (2162/3178) remote: Compressing objects: 69% (2193/3178) remote: Compressing objects: 70% (2225/3178) remote: Compressing objects: 71% (2257/3178) remote: Compressing objects: 72% (2289/3178) remote: Compressing objects: 73% (2320/3178) remote: Compressing objects: 74% (2352/3178) remote: Compressing objects: 75% (2384/3178) remote: Compressing objects: 76% (2416/3178) remote: Compressing objects: 77% (2448/3178) remote: Compressing objects: 78% (2479/3178) remote: Compressing objects: 79% (2511/3178) remote: Compressing objects: 80% (2543/3178) remote: Compressing objects: 81% (2575/3178) remote: Compressing objects: 82% (2606/3178) remote: Compressing objects: 83% (2638/3178) remote: Compressing objects: 84% (2670/3178) remote: Compressing objects: 85% (2702/3178) remote: Compressing objects: 86% (2734/3178) remote: Compressing objects: 87% (2765/3178) remote: Compressing objects: 88% (2797/3178) remote: Compressing objects: 89% (2829/3178) remote: Compressing objects: 90% (2861/3178) remote: Compressing objects: 91% (2892/3178) remote: Compressing objects: 92% (2924/3178) remote: Compressing objects: 93% (2956/3178) remote: Compressing objects: 94% (2988/3178) remote: Compressing objects: 95% (3020/3178) remote: Compressing objects: 96% (3051/3178) remote: Compressing objects: 97% (3083/3178) remote: Compressing objects: 98% (3115/3178) remote: Compressing objects: 99% (3147/3178) remote: Compressing objects: 100% (3178/3178) remote: Compressing objects: 100% (3178/3178), done. Receiving objects: 0% (1/432231) Receiving objects: 1% (4323/432231) Receiving objects: 2% (8645/432231) Receiving objects: 3% (12967/432231) Receiving objects: 4% (17290/432231) Receiving objects: 5% (21612/432231), 9.97 MiB | 19.92 MiB/s Receiving objects: 6% (25934/432231), 9.97 MiB | 19.92 MiB/s Receiving objects: 7% (30257/432231), 9.97 MiB | 19.92 MiB/s Receiving objects: 8% (34579/432231), 9.97 MiB | 19.92 MiB/s Receiving objects: 9% (38901/432231), 9.97 MiB | 19.92 MiB/s Receiving objects: 9% (40572/432231), 20.99 MiB | 20.98 MiB/s Receiving objects: 10% (43224/432231), 36.73 MiB | 24.48 MiB/s Receiving objects: 11% (47546/432231), 36.73 MiB | 24.48 MiB/s Receiving objects: 11% (51790/432231), 36.73 MiB | 24.48 MiB/s Receiving objects: 12% (51868/432231), 46.88 MiB | 23.44 MiB/s Receiving objects: 13% (56191/432231), 46.88 MiB | 23.44 MiB/s Receiving objects: 14% (60513/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 15% (64835/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 16% (69157/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 17% (73480/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 18% (77802/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 19% (82124/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 20% (86447/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 21% (90769/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 22% (95091/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 23% (99414/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 23% (101757/432231), 58.79 MiB | 23.51 MiB/s Receiving objects: 24% (103736/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 25% (108058/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 26% (112381/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 27% (116703/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 28% (121025/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 29% (125347/432231), 72.90 MiB | 24.30 MiB/s Receiving objects: 30% (129670/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 31% (133992/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 32% (138314/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 33% (142637/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 34% (146959/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 35% (151281/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 35% (152392/432231), 86.34 MiB | 24.67 MiB/s Receiving objects: 36% (155604/432231), 98.64 MiB | 24.66 MiB/s Receiving objects: 37% (159926/432231), 98.64 MiB | 24.66 MiB/s Receiving objects: 38% (164248/432231), 98.64 MiB | 24.66 MiB/s Receiving objects: 39% (168571/432231), 110.32 MiB | 24.51 MiB/s Receiving objects: 40% (172893/432231), 110.32 MiB | 24.51 MiB/s Receiving objects: 41% (177215/432231), 110.32 MiB | 24.51 MiB/s Receiving objects: 41% (180336/432231), 122.45 MiB | 24.99 MiB/s Receiving objects: 42% (181538/432231), 122.45 MiB | 24.99 MiB/s Receiving objects: 42% (185343/432231), 132.93 MiB | 24.88 MiB/s Receiving objects: 43% (185860/432231), 146.18 MiB | 24.32 MiB/s Receiving objects: 44% (190182/432231), 146.18 MiB | 24.32 MiB/s Receiving objects: 45% (194504/432231), 156.02 MiB | 24.25 MiB/s Receiving objects: 45% (195443/432231), 156.02 MiB | 24.25 MiB/s Receiving objects: 46% (198827/432231), 167.30 MiB | 24.11 MiB/s Receiving objects: 47% (203149/432231), 167.30 MiB | 24.11 MiB/s Receiving objects: 48% (207471/432231), 175.82 MiB | 22.73 MiB/s Receiving objects: 49% (211794/432231), 175.82 MiB | 22.73 MiB/s Receiving objects: 50% (216116/432231), 175.82 MiB | 22.73 MiB/s Receiving objects: 50% (218101/432231), 175.82 MiB | 22.73 MiB/s Receiving objects: 51% (220438/432231), 186.33 MiB | 22.08 MiB/s Receiving objects: 52% (224761/432231), 186.33 MiB | 22.08 MiB/s Receiving objects: 53% (229083/432231), 186.33 MiB | 22.08 MiB/s Receiving objects: 54% (233405/432231), 186.33 MiB | 22.08 MiB/s Receiving objects: 55% (237728/432231), 186.33 MiB | 22.08 MiB/s Receiving objects: 56% (242050/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 57% (246372/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 58% (250694/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 59% (255017/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 60% (259339/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 60% (261999/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 61% (263661/432231), 196.63 MiB | 21.64 MiB/s Receiving objects: 62% (267984/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 63% (272306/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 64% (276628/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 65% (280951/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 66% (285273/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 67% (289595/432231), 206.39 MiB | 21.21 MiB/s Receiving objects: 68% (293918/432231), 217.78 MiB | 21.05 MiB/s Receiving objects: 69% (298240/432231), 217.78 MiB | 21.05 MiB/s Receiving objects: 70% (302562/432231), 217.78 MiB | 21.05 MiB/s Receiving objects: 71% (306885/432231), 217.78 MiB | 21.05 MiB/s Receiving objects: 71% (308351/432231), 224.07 MiB | 20.12 MiB/s Receiving objects: 72% (311207/432231), 224.07 MiB | 20.12 MiB/s Receiving objects: 73% (315529/432231), 227.46 MiB | 17.76 MiB/s Receiving objects: 73% (316321/432231), 229.98 MiB | 16.03 MiB/s Receiving objects: 74% (319851/432231), 229.98 MiB | 16.03 MiB/s Receiving objects: 75% (324174/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 76% (328496/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 77% (332818/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 78% (337141/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 79% (341463/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 79% (342377/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 80% (345785/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 81% (350108/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 82% (354430/432231), 237.92 MiB | 15.19 MiB/s Receiving objects: 83% (358752/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 84% (363075/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 85% (367397/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 86% (371719/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 87% (376041/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 88% (380364/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 89% (384686/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 90% (389008/432231), 248.27 MiB | 15.68 MiB/s Receiving objects: 91% (393331/432231), 259.64 MiB | 15.87 MiB/s Receiving objects: 92% (397653/432231), 259.64 MiB | 15.87 MiB/s Receiving objects: 93% (401975/432231), 259.64 MiB | 15.87 MiB/s Receiving objects: 93% (402797/432231), 259.64 MiB | 15.87 MiB/s Receiving objects: 94% (406298/432231), 275.48 MiB | 17.07 MiB/s Receiving objects: 95% (410620/432231), 275.48 MiB | 17.07 MiB/s Receiving objects: 96% (414942/432231), 275.48 MiB | 17.07 MiB/s Receiving objects: 97% (419265/432231), 290.34 MiB | 18.17 MiB/s Receiving objects: 97% (422879/432231), 290.34 MiB | 18.17 MiB/s Receiving objects: 98% (423587/432231), 306.09 MiB | 19.11 MiB/s Receiving objects: 99% (427909/432231), 306.09 MiB | 19.11 MiB/s remote: Total 432231 (delta 5664), reused 8701 (delta 5578), pack-reused 423375 Receiving objects: 100% (432231/432231), 306.09 MiB | 19.11 MiB/s Receiving objects: 100% (432231/432231), 315.34 MiB | 21.60 MiB/s, done. Resolving deltas: 0% (0/326517) Resolving deltas: 1% (3266/326517) Resolving deltas: 2% (6531/326517) Resolving deltas: 3% (9796/326517) Resolving deltas: 4% (13061/326517) Resolving deltas: 5% (16326/326517) Resolving deltas: 5% (18742/326517) Resolving deltas: 6% (19592/326517) Resolving deltas: 7% (22857/326517) Resolving deltas: 8% (26122/326517) Resolving deltas: 9% (29387/326517) Resolving deltas: 9% (31776/326517) Resolving deltas: 10% (32652/326517) Resolving deltas: 11% (35917/326517) Resolving deltas: 12% (39183/326517) Resolving deltas: 13% (42448/326517) Resolving deltas: 14% (45713/326517) Resolving deltas: 15% (48978/326517) Resolving deltas: 15% (51250/326517) Resolving deltas: 16% (52243/326517) Resolving deltas: 17% (55509/326517) Resolving deltas: 18% (58774/326517) Resolving deltas: 19% (62039/326517) Resolving deltas: 20% (65304/326517) Resolving deltas: 21% (68569/326517) Resolving deltas: 21% (69591/326517) Resolving deltas: 22% (71834/326517) Resolving deltas: 23% (75099/326517) Resolving deltas: 24% (78365/326517) Resolving deltas: 25% (81630/326517) Resolving deltas: 26% (84895/326517) Resolving deltas: 27% (88160/326517) Resolving deltas: 28% (91425/326517) Resolving deltas: 28% (94175/326517) Resolving deltas: 29% (94690/326517) Resolving deltas: 30% (97956/326517) Resolving deltas: 31% (101221/326517) Resolving deltas: 32% (104486/326517) Resolving deltas: 33% (107751/326517) Resolving deltas: 34% (111016/326517) Resolving deltas: 35% (114281/326517) Resolving deltas: 36% (117547/326517) Resolving deltas: 36% (118777/326517) Resolving deltas: 37% (120812/326517) Resolving deltas: 38% (124077/326517) Resolving deltas: 39% (127342/326517) Resolving deltas: 40% (130607/326517) Resolving deltas: 41% (133872/326517) Resolving deltas: 41% (135891/326517) Resolving deltas: 42% (137138/326517) Resolving deltas: 43% (140403/326517) Resolving deltas: 44% (143668/326517) Resolving deltas: 45% (146933/326517) Resolving deltas: 46% (150198/326517) Resolving deltas: 47% (153463/326517) Resolving deltas: 48% (156729/326517) Resolving deltas: 48% (158167/326517) Resolving deltas: 49% (159994/326517) Resolving deltas: 50% (163259/326517) Resolving deltas: 51% (166524/326517) Resolving deltas: 52% (169789/326517) Resolving deltas: 53% (173055/326517) Resolving deltas: 53% (173222/326517) Resolving deltas: 54% (176320/326517) Resolving deltas: 55% (179585/326517) Resolving deltas: 56% (182850/326517) Resolving deltas: 57% (186115/326517) Resolving deltas: 58% (189380/326517) Resolving deltas: 59% (192646/326517) Resolving deltas: 60% (195911/326517) Resolving deltas: 61% (199176/326517) Resolving deltas: 61% (201298/326517) Resolving deltas: 62% (202441/326517) Resolving deltas: 63% (205706/326517) Resolving deltas: 64% (208971/326517) Resolving deltas: 65% (212238/326517) Resolving deltas: 66% (215502/326517) Resolving deltas: 67% (218767/326517) Resolving deltas: 68% (222032/326517) Resolving deltas: 69% (225297/326517) Resolving deltas: 70% (228562/326517) Resolving deltas: 70% (230281/326517) Resolving deltas: 71% (231829/326517) Resolving deltas: 72% (235093/326517) Resolving deltas: 73% (238359/326517) Resolving deltas: 74% (241623/326517) Resolving deltas: 75% (244888/326517) Resolving deltas: 76% (248153/326517) Resolving deltas: 77% (251419/326517) Resolving deltas: 78% (254684/326517) Resolving deltas: 79% (257949/326517) Resolving deltas: 79% (259357/326517) Resolving deltas: 80% (261214/326517) Resolving deltas: 81% (264479/326517) Resolving deltas: 82% (267744/326517) Resolving deltas: 83% (271010/326517) Resolving deltas: 84% (274275/326517) Resolving deltas: 85% (277540/326517) Resolving deltas: 86% (280805/326517) Resolving deltas: 87% (284071/326517) Resolving deltas: 88% (287335/326517) Resolving deltas: 88% (288145/326517) Resolving deltas: 89% (290601/326517) Resolving deltas: 90% (293866/326517) Resolving deltas: 91% (297131/326517) Resolving deltas: 92% (300396/326517) Resolving deltas: 93% (303661/326517) Resolving deltas: 94% (306926/326517) Resolving deltas: 95% (310192/326517) Resolving deltas: 96% (313457/326517) Resolving deltas: 97% (316722/326517) Resolving deltas: 98% (319987/326517) Resolving deltas: 99% (323252/326517) Resolving deltas: 99% (324853/326517) Resolving deltas: 100% (326517/326517) Resolving deltas: 100% (326517/326517), done. [0:02:23] Still working on: [0:02:23] src/testing [0:02:23] src/third_party [0:02:23] src/tools [0:02:33] Still working on: [0:02:33] src/testing [0:02:33] src/third_party [0:02:33] src/tools [0:02:37] Still working on: [0:02:37] src/testing [0:02:37] src/third_party [0:02:37] src/tools [0:03:37] Still working on: [0:03:37] src/third_party [0:03:37] src/tools [0:03:47] Still working on: [0:03:47] src/third_party [0:03:47] src/tools [0:03:57] Still working on: [0:03:57] src/third_party [0:03:57] src/tools [0:04:07] Still working on: [0:04:07] src/third_party [0:04:07] src/tools [0:04:17] Still working on: [0:04:17] src/third_party [0:04:17] src/tools [0:04:27] Still working on: [0:04:27] src/third_party [0:04:27] src/tools [0:04:37] Still working on: [0:04:37] src/third_party [0:04:37] src/tools [0:04:47] Still working on: [0:04:47] src/third_party [0:04:47] src/tools [0:04:57] Still working on: [0:04:57] src/third_party [0:04:57] src/tools [0:05:07] Still working on: [0:05:07] src/third_party [0:05:07] src/tools [0:05:17] Still working on: [0:05:17] src/third_party [0:05:17] src/tools [0:05:27] Still working on: [0:05:27] src/third_party [0:05:27] src/tools [0:05:37] Still working on: [0:05:37] src/third_party [0:05:37] src/tools [0:05:47] Still working on: [0:05:47] src/third_party [0:05:47] src/tools [0:05:58] Still working on: [0:05:58] src/third_party [0:05:58] src/tools [0:06:08] Still working on: [0:06:08] src/third_party [0:06:08] src/tools [0:06:18] Still working on: [0:06:18] src/third_party [0:06:18] src/tools [0:06:28] Still working on: [0:06:28] src/third_party [0:06:28] src/tools [0:06:38] Still working on: [0:06:38] src/third_party [0:06:38] src/tools [0:06:48] Still working on: [0:06:48] src/third_party [0:06:48] src/tools [0:06:58] Still working on: [0:06:58] src/third_party [0:06:58] src/tools [0:07:08] Still working on: [0:07:08] src/third_party [0:07:08] src/tools [0:07:18] Still working on: [0:07:18] src/third_party [0:07:18] src/tools [0:07:28] Still working on: [0:07:28] src/third_party [0:07:28] src/tools [0:07:38] Still working on: [0:07:38] src/third_party [0:07:38] src/tools [0:07:48] Still working on: [0:07:48] src/third_party [0:07:48] src/tools [0:07:58] Still working on: [0:07:58] src/third_party [0:07:58] src/tools [0:08:08] Still working on: [0:08:08] src/third_party [0:08:08] src/tools [0:08:18] Still working on: [0:08:18] src/third_party [0:08:18] src/tools [0:08:28] Still working on: [0:08:28] src/third_party [0:08:28] src/tools [0:08:38] Still working on: [0:08:38] src/third_party [0:08:38] src/tools [0:08:48] Still working on: [0:08:48] src/third_party [0:08:48] src/tools [0:08:58] Still working on: [0:08:58] src/third_party [0:08:58] src/tools [0:09:09] Still working on: [0:09:09] src/third_party [0:09:09] src/tools [0:09:19] Still working on: [0:09:19] src/third_party [0:09:19] src/tools [0:09:29] Still working on: [0:09:29] src/third_party [0:09:29] src/tools [0:09:39] Still working on: [0:09:39] src/third_party [0:09:39] src/tools [0:09:49] Still working on: [0:09:49] src/third_party [0:09:49] src/tools [0:09:59] Still working on: [0:09:59] src/third_party [0:09:59] src/tools [0:10:09] Still working on: [0:10:09] src/third_party [0:10:09] src/tools [0:10:19] Still working on: [0:10:19] src/third_party [0:10:19] src/tools [0:10:29] Still working on: [0:10:29] src/third_party [0:10:29] src/tools [0:10:39] Still working on: [0:10:39] src/third_party [0:10:39] src/tools [0:10:49] Still working on: [0:10:49] src/third_party [0:10:49] src/tools [0:10:59] Still working on: [0:10:59] src/third_party [0:10:59] src/tools [0:11:09] Still working on: [0:11:09] src/third_party [0:11:09] src/tools [0:11:19] Still working on: [0:11:19] src/third_party [0:11:19] src/tools [0:11:29] Still working on: [0:11:29] src/third_party [0:11:29] src/tools [0:11:39] Still working on: [0:11:39] src/third_party [0:11:39] src/tools [0:11:47] Still working on: [0:11:47] src/third_party [0:11:47] src/tools [0:12:47] Still working on: [0:12:47] src/third_party [0:12:57] Still working on: [0:12:57] src/third_party [0:13:07] Still working on: [0:13:07] src/third_party [0:13:17] Still working on: [0:13:17] src/third_party [0:13:27] Still working on: [0:13:27] src/third_party [0:13:37] Still working on: [0:13:37] src/third_party [0:13:47] Still working on: [0:13:47] src/third_party [0:13:57] Still working on: [0:13:57] src/third_party [0:14:07] Still working on: [0:14:07] src/third_party [0:14:17] Still working on: [0:14:17] src/third_party [0:14:27] Still working on: [0:14:27] src/third_party [0:14:37] Still working on: [0:14:37] src/third_party [0:14:47] Still working on: [0:14:47] src/third_party [0:14:57] Still working on: [0:14:57] src/third_party [0:15:07] Still working on: [0:15:07] src/third_party [0:15:17] Still working on: [0:15:17] src/third_party [0:15:28] Still working on: [0:15:28] src/third_party [0:15:38] Still working on: [0:15:38] src/third_party [0:15:48] Still working on: [0:15:48] src/third_party [0:15:58] Still working on: [0:15:58] src/third_party [0:16:08] Still working on: [0:16:08] src/third_party [0:16:18] Still working on: [0:16:18] src/third_party [0:16:28] Still working on: [0:16:28] src/third_party [0:16:38] Still working on: [0:16:38] src/third_party [0:16:48] Still working on: [0:16:48] src/third_party [0:16:58] Still working on: [0:16:58] src/third_party [0:17:08] Still working on: [0:17:08] src/third_party [0:17:17] Still working on: [0:17:17] src/third_party [0:20:29] Still working on: [0:20:29] src/third_party/catapult [0:20:29] src/third_party/ffmpeg [0:20:29] src/third_party/grpc/src [0:20:29] src/third_party/icu [0:20:29] src/third_party/libaom/source/libaom [0:20:29] src/third_party/perfetto [0:20:32] Still working on: [0:20:32] src/third_party/catapult [0:20:32] src/third_party/ffmpeg [0:20:32] src/third_party/grpc/src [0:20:32] src/third_party/icu [0:20:32] src/third_party/libaom/source/libaom [0:20:32] src/third_party/perfetto ________ running 'python3 src/build/landmines.py --landmine-scripts src/tools_webrtc/get_landmines.py --src-dir src' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' ________ running 'python3 src/third_party/depot_tools/update_depot_tools_toggle.py --disable' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' ________ running 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=i386' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Installing Debian bullseye i386 root image: /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57/src/build/linux/debian_bullseye_i386-sysroot Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/07bb72368889fea19a1f123aa11528f0d792121b/debian_bullseye_i386_sysroot.tar.xz Hook 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=i386' took 11.46 secs ________ running 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=amd64' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Installing Debian bullseye amd64 root image: /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57/src/build/linux/debian_bullseye_amd64-sysroot Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/cb4fa34f1faddafb72cace35faf62a611f2ca7c9/debian_bullseye_amd64_sysroot.tar.xz Hook 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=amd64' took 10.27 secs ________ running 'python3 src/tools/clang/scripts/update.py' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-15-init-11722-g3f3a235a-2.tgz .......... Done. ________ running 'python3 src/build/util/lastchange.py -o src/build/util/LASTCHANGE' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' ________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s src/buildtools/linux64/clang-format.sha1' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' 0> Downloading src/buildtools/linux64/clang-format@dd736afb28430c9782750fc0fd5f0ed497399263... Downloading 1 files took 22.341524 second(s) Hook 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume '--platform=linux*' --no_auth --bucket chromium-clang-format -s src/buildtools/linux64/clang-format.sha1' took 22.46 secs ________ running 'download_from_google_storage --no_resume --extract --no_auth --bucket chromium-fonts -s src/third_party/test_fonts/test_fonts.tar.gz.sha1' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' 0> Downloading src/third_party/test_fonts/test_fonts.tar.gz@336e775eec536b2d785cc80eff6ac39051931286... 0> Extracting 33 entries from src/third_party/test_fonts/test_fonts.tar.gz to src/third_party/test_fonts/test_fonts Downloading 1 files took 7.675854 second(s) ________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-chained-origins.tgz.sha1' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' 0> Downloading src/third_party/instrumented_libraries/binaries/msan-chained-origins.tgz@cab726298bae9c7c4ffb97bf22d85a299932ca2f... Downloading 1 files took 9.701094 second(s) ________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-no-origins.tgz.sha1' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' 0> Downloading src/third_party/instrumented_libraries/binaries/msan-no-origins.tgz@3fe3aebfd1316618500622c5f2d2dba0faacc52f... Downloading 1 files took 9.355999 second(s) ________ running 'download_from_google_storage --directory --recursive --num_threads=10 --no_auth --quiet --bucket chromium-webrtc-resources src/resources' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Hook 'download_from_google_storage --directory --recursive --num_threads=10 --no_auth --quiet --bucket chromium-webrtc-resources src/resources' took 795.03 secs ________ running 'vpython3 src/testing/generate_location_tags.py --out src/testing/location_tags.json' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' Hook 'vpython3 src/testing/generate_location_tags.py --out src/testing/location_tags.json' took 15.54 secs ________ running 'vpython3 -vpython-spec src/.vpython3 -vpython-tool install' in '/home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57' ----Running------ > apt update ----------------- Reading package lists... libwebrtc/1.0.0: Cloning into 'depot_tools'... Updating depot_tools... WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created. Previous HEAD position was 70a4a17f Roll recipe dependencies (trivial). HEAD is now at 1b72044e Roll recipe dependencies (trivial). WARNING: apt does not have a stable CLI interface. Use with caution in scripts. E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied) libwebrtc/1.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior libwebrtc/1.0.0: ERROR: Package 'd79d8d09095b4941896de04c1c0342f85975ea57' build failed libwebrtc/1.0.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/libwebrtc/1.0.0/_/_/build/d79d8d09095b4941896de04c1c0342f85975ea57 ERROR: libwebrtc/1.0.0: Error in build() method, line 173 self._setup_webrtc() while calling '_setup_webrtc', line 109 self._setup_linux_dependencies() while calling '_setup_linux_dependencies', line 90 self.run('apt update') ConanException: Error 100 while executing apt update