Script started on 2020-07-04 10:43:49+08:00 [TERM="st-256color" TTY="/dev/pts/7" COLUMNS="159" LINES="42"] [?1h=[hendry@t480s sloc]$ cat testbloat.sh [?1l>#!/bin/bash -e # https://dabase.com/blog/2020/sloc-the-Web/ if test -d "$1" then echo $1 exists, stopping exit 1 fi asp checkout $1 cd $1/trunk makepkg -os --skippgpcheck echo $(du -sh src) with tests find src -iname '*test*' | xargs rm -rf echo $(du -sh src) without tests [?1h=[hendry@t480s sloc]$ [1@(reverse-i-search)`':[18@b': cat testbloat.sha': bash testbloat.sh webkit2gtk [1@s [hendry@t480s sloc]$ [?1l>Cloning into 'webkit2gtk'... done. ==> Making package: webkit2gtk 2.28.2-2 (Sat 04 Jul 2020 10:43:55 AM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources...  -> Downloading webkitgtk-2.28.2.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20.4M 0 49152 0 0 54371 0 0:06:34 --:--:-- 0:06:34 54371 8 20.4M 8 1792k 0 0 1008k 0 0:00:20 0:00:01 0:00:19 1007k 89 20.4M 89 18.2M 0 0 6615k 0 0:00:03 0:00:02 0:00:01 6613k 100 20.4M 100 20.4M 0 0 7303k 0 0:00:02 0:00:02 --:--:-- 7301k  -> Downloading webkitgtk-2.28.2.tar.xz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 195 100 195 0 0 350 0 --:--:-- --:--:-- --:--:-- 350 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... webkitgtk-2.28.2.tar.xz ... Passed webkitgtk-2.28.2.tar.xz.asc ... Skipped ==> Extracting sources...  -> Extracting webkitgtk-2.28.2.tar.xz with bsdtar ==> Starting prepare()... ==> Sources are ready. 227M src with tests 201M src without tests [?1h=[hendry@t480s sloc]$ bash testbloat.sh webkit2gtkfirefox [?1l>Cloning into 'firefox'... done. ==> Making package: firefox 77.0.1-1 (Sat 04 Jul 2020 10:44:06 AM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources...  -> Downloading firefox-77.0.1.source.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 318M 7 25.0M 0 0 24.9M 0 0:00:12 0:00:01 0:00:11 24.9M 16 318M 16 52.9M 0 0 26.4M 0 0:00:12 0:00:02 0:00:10 26.4M 25 318M 25 80.5M 0 0 26.8M 0 0:00:11 0:00:03 0:00:08 26.8M 33 318M 33 108M 0 0 26.9M 0 0:00:11 0:00:04 0:00:07 26.9M 42 318M 42 135M 0 0 27.1M 0 0:00:11 0:00:05 0:00:06 27.1M 51 318M 51 163M 0 0 27.2M 0 0:00:11 0:00:06 0:00:05 27.6M 59 318M 59 190M 0 0 27.2M 0 0:00:11 0:00:07 0:00:04 27.5M 68 318M 68 218M 0 0 27.2M 0 0:00:11 0:00:08 0:00:03 27.5M 77 318M 77 245M 0 0 27.3M 0 0:00:11 0:00:09 0:00:02 27.6M 84 318M 84 267M 0 0 26.7M 0 0:00:11 0:00:10 0:00:01 26.4M 90 318M 90 288M 0 0 26.2M 0 0:00:12 0:00:11 0:00:01 25.0M 98 318M 98 313M 0 0 26.1M 0 0:00:12 0:00:12 --:--:-- 24.5M 100 318M 100 318M 0 0 25.8M 0 0:00:12 0:00:12 --:--:-- 23.1M  -> Downloading firefox-77.0.1.source.tar.xz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 15425 0 --:--:-- --:--:-- --:--:-- 15425  -> Found 0001-Use-remoting-name-for-GDK-application-names.patch  -> Found firefox.desktop ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... firefox-77.0.1.source.tar.xz ... Passed firefox-77.0.1.source.tar.xz.asc ... Skipped 0001-Use-remoting-name-for-GDK-application-names.patch ... Passed firefox.desktop ... Passed ==> Extracting sources...  -> Extracting firefox-77.0.1.source.tar.xz with bsdtar ==> Starting prepare()... patching file toolkit/xre/nsAppRunner.cpp Hunk #1 succeeded at 3703 (offset -82 lines). patching file widget/gtk/nsAppShell.cpp ==> Sources are ready. 2.7G src with tests find: ‘src/firefox-77.0.1/testing/web-platform/tests/tools/third_party/pluggy/pluggy’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/tools/serve’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/tools/quic’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/visual-viewport’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/signed-exchange’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/orientation-event’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/longtask-timing’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/input-events’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/dom’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/compat’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/entries-api’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/storage’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/imagebitmap-renderingcontext’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/import-maps’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/badging’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/js-self-profiling’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/pointerlock’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/document-policy’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/wasm’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/content-security-policy’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/compression’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/keyboard-map’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/shadow-dom’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/xhr’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/svg-aam’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/upgrade-insecure-requests’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/mediacapture-image’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/touch-events’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/fullscreen’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/webrtc-insertable-streams’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/device-memory’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/mixed-content’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/old-tests’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/BackgroundSync’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/worklets’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/network-error-logging’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/remote-playback’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/webstorage’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/contenteditable’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/domparsing’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/permissions-revoke’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/IndexedDB’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/conformance-checkers’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/trust-tokens’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/element-timing’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/media-playback-quality’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/screen_enumeration’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/webrtc-svc’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/websockets’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/graphics-aam’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/js’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/webrtc-quic’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/webvr’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/scroll-to-text-fragment’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/tests/FileAPI’: No such file or directory find: ‘src/firefox-77.0.1/testing/web-platform/products’: No such file or directory find: ‘src/firefox-77.0.1/testing/mozharness’: No such file or directory find: ‘src/firefox-77.0.1/testing/runtimes’: No such file or directory find: ‘src/firefox-77.0.1/testing/talos’: No such file or directory find: ‘src/firefox-77.0.1/testing/webdriver’: No such file or directory find: ‘src/firefox-77.0.1/testing/gtest’: No such file or directory find: ‘src/firefox-77.0.1/testing/extensions’: No such file or directory find: ‘src/firefox-77.0.1/testing/tps’: No such file or directory find: ‘src/firefox-77.0.1/testing/tools’: No such file or directory find: ‘src/firefox-77.0.1/testing/mozbase’: No such file or directory find: ‘src/firefox-77.0.1/testing/profiles’: No such file or directory find: ‘src/firefox-77.0.1/testing/specialpowers’: No such file or directory find: ‘src/firefox-77.0.1/testing/xpcshell’: No such file or directory find: ‘src/firefox-77.0.1/testing/mochitest’: No such file or directory find: ‘src/firefox-77.0.1/testing/config’: No such file or directory find: ‘src/firefox-77.0.1/testing/crashtest’: No such file or directory find: ‘src/firefox-77.0.1/testing/raptor’: No such file or directory find: ‘src/firefox-77.0.1/testing/awsy’: No such file or directory find: ‘src/firefox-77.0.1/testing/jsshell’: No such file or directory find: ‘src/firefox-77.0.1/testing/perfdocs’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/webgl-conf/checkout’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/crossorigin’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/webgl-mochitest’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/chrome’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/reftest’: No such file or directory find: ‘src/firefox-77.0.1/dom/canvas/test/crash’: No such file or directory 1.2G src without tests [?1h=[hendry@t480s sloc]$ bash testbloat.sh firefoxchromium [?1l>remote: Enumerating objects: 781, done. remote: Counting objects: 0% (1/781) remote: Counting objects: 1% (8/781) remote: Counting objects: 2% (16/781) remote: Counting objects: 3% (24/781) remote: Counting objects: 4% (32/781) remote: Counting objects: 5% (40/781) remote: Counting objects: 6% (47/781) remote: Counting objects: 7% (55/781) remote: Counting objects: 8% (63/781) remote: Counting objects: 9% (71/781) remote: Counting objects: 10% (79/781) remote: Counting objects: 11% (86/781) remote: Counting objects: 12% (94/781) remote: Counting objects: 13% (102/781) remote: Counting objects: 14% (110/781) remote: Counting objects: 15% (118/781) remote: Counting objects: 16% (125/781) remote: Counting objects: 17% (133/781) remote: Counting objects: 18% (141/781) remote: Counting objects: 19% (149/781) remote: Counting objects: 20% (157/781) remote: Counting objects: 21% (165/781) remote: Counting objects: 22% (172/781) remote: Counting objects: 23% (180/781) remote: Counting objects: 24% (188/781) remote: Counting objects: 25% (196/781) remote: Counting objects: 26% (204/781) remote: Counting objects: 27% (211/781) remote: Counting objects: 28% (219/781) remote: Counting objects: 29% (227/781) remote: Counting objects: 30% (235/781) remote: Counting objects: 31% (243/781) remote: Counting objects: 32% (250/781) remote: Counting objects: 33% (258/781) remote: Counting objects: 34% (266/781) remote: Counting objects: 35% (274/781) remote: Counting objects: 36% (282/781) remote: Counting objects: 37% (289/781) remote: Counting objects: 38% (297/781) remote: Counting objects: 39% (305/781) remote: Counting objects: 40% (313/781) remote: Counting objects: 41% (321/781) remote: Counting objects: 42% (329/781) remote: Counting objects: 43% (336/781) remote: Counting objects: 44% (344/781) remote: Counting objects: 45% (352/781) remote: Counting objects: 46% (360/781) remote: Counting objects: 47% (368/781) remote: Counting objects: 48% (375/781) remote: Counting objects: 49% (383/781) remote: Counting objects: 50% (391/781) remote: Counting objects: 51% (399/781) remote: Counting objects: 52% (407/781) remote: Counting objects: 53% (414/781) remote: Counting objects: 54% (422/781) remote: Counting objects: 55% (430/781) remote: Counting objects: 56% (438/781) remote: Counting objects: 57% (446/781) remote: Counting objects: 58% (453/781) remote: Counting objects: 59% (461/781) remote: Counting objects: 60% (469/781) remote: Counting objects: 61% (477/781) remote: Counting objects: 62% (485/781) remote: Counting objects: 63% (493/781) remote: Counting objects: 64% (500/781) remote: Counting objects: 65% (508/781) remote: Counting objects: 66% (516/781) remote: Counting objects: 67% (524/781) remote: Counting objects: 68% (532/781) remote: Counting objects: 69% (539/781) remote: Counting objects: 70% (547/781) remote: Counting objects: 71% (555/781) remote: Counting objects: 72% (563/781) remote: Counting objects: 73% (571/781) remote: Counting objects: 74% (578/781) remote: Counting objects: 75% (586/781) remote: Counting objects: 76% (594/781) remote: Counting objects: 77% (602/781) remote: Counting objects: 78% (610/781) remote: Counting objects: 79% (617/781) remote: Counting objects: 80% (625/781) remote: Counting objects: 81% (633/781) remote: Counting objects: 82% (641/781) remote: Counting objects: 83% (649/781) remote: Counting objects: 84% (657/781) remote: Counting objects: 85% (664/781) remote: Counting objects: 86% (672/781) remote: Counting objects: 87% (680/781) remote: Counting objects: 88% (688/781) remote: Counting objects: 89% (696/781) remote: Counting objects: 90% (703/781) remote: Counting objects: 91% (711/781) remote: Counting objects: 92% (719/781) remote: Counting objects: 93% (727/781) remote: Counting objects: 94% (735/781) remote: Counting objects: 95% (742/781) remote: Counting objects: 96% (750/781) remote: Counting objects: 97% (758/781) remote: Counting objects: 98% (766/781) remote: Counting objects: 99% (774/781) remote: Counting objects: 100% (781/781) remote: Counting objects: 100% (781/781), done. remote: Compressing objects: 0% (1/425) remote: Compressing objects: 1% (5/425) remote: Compressing objects: 2% (9/425) remote: Compressing objects: 3% (13/425) remote: Compressing objects: 4% (17/425) remote: Compressing objects: 5% (22/425) remote: Compressing objects: 6% (26/425) remote: Compressing objects: 7% (30/425) remote: Compressing objects: 8% (34/425) remote: Compressing objects: 9% (39/425) remote: Compressing objects: 10% (43/425) remote: Compressing objects: 11% (47/425) remote: Compressing objects: 12% (51/425) remote: Compressing objects: 13% (56/425) remote: Compressing objects: 14% (60/425) remote: Compressing objects: 15% (64/425) remote: Compressing objects: 16% (68/425) remote: Compressing objects: 17% (73/425) remote: Compressing objects: 18% (77/425) remote: Compressing objects: 19% (81/425) remote: Compressing objects: 20% (85/425) remote: Compressing objects: 21% (90/425) remote: Compressing objects: 22% (94/425) remote: Compressing objects: 23% (98/425) remote: Compressing objects: 24% (102/425) remote: Compressing objects: 25% (107/425) remote: Compressing objects: 26% (111/425) remote: Compressing objects: 27% (115/425) remote: Compressing objects: 28% (119/425) remote: Compressing objects: 29% (124/425) remote: Compressing objects: 30% (128/425) remote: Compressing objects: 31% (132/425) remote: Compressing objects: 32% (136/425) remote: Compressing objects: 33% (141/425) remote: Compressing objects: 34% (145/425) remote: Compressing objects: 35% (149/425) remote: Compressing objects: 36% (153/425) remote: Compressing objects: 37% (158/425) remote: Compressing objects: 38% (162/425) remote: Compressing objects: 39% (166/425) remote: Compressing objects: 40% (170/425) remote: Compressing objects: 41% (175/425) remote: Compressing objects: 42% (179/425) remote: Compressing objects: 43% (183/425) remote: Compressing objects: 44% (187/425) remote: Compressing objects: 45% (192/425) remote: Compressing objects: 46% (196/425) remote: Compressing objects: 47% (200/425) remote: Compressing objects: 48% (204/425) remote: Compressing objects: 49% (209/425) remote: Compressing objects: 50% (213/425) remote: Compressing objects: 51% (217/425) remote: Compressing objects: 52% (221/425) remote: Compressing objects: 53% (226/425) remote: Compressing objects: 54% (230/425) remote: Compressing objects: 55% (234/425) remote: Compressing objects: 56% (238/425) remote: Compressing objects: 57% (243/425) remote: Compressing objects: 58% (247/425) remote: Compressing objects: 59% (251/425) remote: Compressing objects: 60% (255/425) remote: Compressing objects: 61% (260/425) remote: Compressing objects: 62% (264/425) remote: Compressing objects: 63% (268/425) remote: Compressing objects: 64% (272/425) remote: Compressing objects: 65% (277/425) remote: Compressing objects: 66% (281/425) remote: Compressing objects: 67% (285/425) remote: Compressing objects: 68% (289/425) remote: Compressing objects: 69% (294/425) remote: Compressing objects: 70% (298/425) remote: Compressing objects: 71% (302/425) remote: Compressing objects: 72% (306/425) remote: Compressing objects: 73% (311/425) remote: Compressing objects: 74% (315/425) remote: Compressing objects: 75% (319/425) remote: Compressing objects: 76% (323/425) remote: Compressing objects: 77% (328/425) remote: Compressing objects: 78% (332/425) remote: Compressing objects: 79% (336/425) remote: Compressing objects: 80% (340/425) remote: Compressing objects: 81% (345/425) remote: Compressing objects: 82% (349/425) remote: Compressing objects: 83% (353/425) remote: Compressing objects: 84% (357/425) remote: Compressing objects: 85% (362/425) remote: Compressing objects: 86% (366/425) remote: Compressing objects: 87% (370/425) remote: Compressing objects: 88% (374/425) remote: Compressing objects: 89% (379/425) remote: Compressing objects: 90% (383/425) remote: Compressing objects: 91% (387/425) remote: Compressing objects: 92% (391/425) remote: Compressing objects: 93% (396/425) remote: Compressing objects: 94% (400/425) remote: Compressing objects: 95% (404/425) remote: Compressing objects: 96% (408/425) remote: Compressing objects: 97% (413/425) remote: Compressing objects: 98% (417/425) remote: Compressing objects: 99% (421/425) remote: Compressing objects: 100% (425/425) remote: Compressing objects: 100% (425/425), done. Receiving objects: 0% (1/4128) Receiving objects: 1% (42/4128) Receiving objects: 2% (83/4128) Receiving objects: 3% (124/4128) Receiving objects: 4% (166/4128) Receiving objects: 5% (207/4128) Receiving objects: 6% (248/4128) Receiving objects: 7% (289/4128) Receiving objects: 8% (331/4128) Receiving objects: 9% (372/4128) Receiving objects: 10% (413/4128) Receiving objects: 11% (455/4128) Receiving objects: 12% (496/4128) Receiving objects: 13% (537/4128) Receiving objects: 14% (578/4128) Receiving objects: 15% (620/4128) Receiving objects: 16% (661/4128) Receiving objects: 17% (702/4128) Receiving objects: 18% (744/4128) Receiving objects: 19% (785/4128) Receiving objects: 20% (826/4128) Receiving objects: 21% (867/4128) Receiving objects: 22% (909/4128) Receiving objects: 23% (950/4128) Receiving objects: 24% (991/4128) Receiving objects: 25% (1032/4128) Receiving objects: 26% (1074/4128) Receiving objects: 27% (1115/4128) Receiving objects: 28% (1156/4128) Receiving objects: 29% (1198/4128) Receiving objects: 30% (1239/4128) Receiving objects: 31% (1280/4128) Receiving objects: 32% (1321/4128) Receiving objects: 33% (1363/4128) Receiving objects: 34% (1404/4128) Receiving objects: 35% (1445/4128) Receiving objects: 36% (1487/4128) Receiving objects: 37% (1528/4128) Receiving objects: 38% (1569/4128) Receiving objects: 39% (1610/4128) Receiving objects: 40% (1652/4128) Receiving objects: 41% (1693/4128) Receiving objects: 42% (1734/4128) Receiving objects: 43% (1776/4128) Receiving objects: 44% (1817/4128) Receiving objects: 45% (1858/4128) Receiving objects: 46% (1899/4128) Receiving objects: 47% (1941/4128) Receiving objects: 48% (1982/4128) Receiving objects: 49% (2023/4128) Receiving objects: 50% (2064/4128) Receiving objects: 51% (2106/4128) Receiving objects: 52% (2147/4128) Receiving objects: 53% (2188/4128) Receiving objects: 54% (2230/4128) Receiving objects: 55% (2271/4128) Receiving objects: 56% (2312/4128) Receiving objects: 57% (2353/4128) Receiving objects: 58% (2395/4128) Receiving objects: 59% (2436/4128) Receiving objects: 60% (2477/4128) Receiving objects: 61% (2519/4128) Receiving objects: 62% (2560/4128) Receiving objects: 63% (2601/4128) Receiving objects: 64% (2642/4128) Receiving objects: 65% (2684/4128) Receiving objects: 66% (2725/4128) Receiving objects: 67% (2766/4128) Receiving objects: 68% (2808/4128) Receiving objects: 69% (2849/4128) Receiving objects: 70% (2890/4128) Receiving objects: 71% (2931/4128) Receiving objects: 72% (2973/4128) Receiving objects: 73% (3014/4128) Receiving objects: 74% (3055/4128) Receiving objects: 75% (3096/4128) Receiving objects: 76% (3138/4128) Receiving objects: 77% (3179/4128) Receiving objects: 78% (3220/4128) Receiving objects: 79% (3262/4128) Receiving objects: 80% (3303/4128) Receiving objects: 81% (3344/4128) Receiving objects: 82% (3385/4128) Receiving objects: 83% (3427/4128) Receiving objects: 84% (3468/4128) Receiving objects: 85% (3509/4128) Receiving objects: 86% (3551/4128) Receiving objects: 87% (3592/4128) Receiving objects: 88% (3633/4128) Receiving objects: 89% (3674/4128) Receiving objects: 90% (3716/4128) remote: Total 4128 (delta 569), reused 366 (delta 348), pack-reused 3347 Receiving objects: 91% (3757/4128) Receiving objects: 92% (3798/4128) Receiving objects: 93% (3840/4128) Receiving objects: 94% (3881/4128) Receiving objects: 95% (3922/4128) Receiving objects: 96% (3963/4128) Receiving objects: 97% (4005/4128) Receiving objects: 98% (4046/4128) Receiving objects: 99% (4087/4128) Receiving objects: 100% (4128/4128) Receiving objects: 100% (4128/4128), 876.85 KiB | 2.54 MiB/s, done. Resolving deltas: 0% (0/1502) Resolving deltas: 1% (22/1502) Resolving deltas: 2% (31/1502) Resolving deltas: 3% (46/1502) Resolving deltas: 4% (61/1502) Resolving deltas: 5% (76/1502) Resolving deltas: 6% (91/1502) Resolving deltas: 7% (109/1502) Resolving deltas: 9% (146/1502) Resolving deltas: 10% (162/1502) Resolving deltas: 11% (170/1502) Resolving deltas: 12% (182/1502) Resolving deltas: 15% (237/1502) Resolving deltas: 16% (242/1502) Resolving deltas: 17% (256/1502) Resolving deltas: 18% (276/1502) Resolving deltas: 19% (287/1502) Resolving deltas: 20% (301/1502) Resolving deltas: 21% (317/1502) Resolving deltas: 22% (331/1502) Resolving deltas: 23% (347/1502) Resolving deltas: 24% (362/1502) Resolving deltas: 25% (376/1502) Resolving deltas: 26% (391/1502) Resolving deltas: 27% (408/1502) Resolving deltas: 28% (424/1502) Resolving deltas: 30% (456/1502) Resolving deltas: 31% (466/1502) Resolving deltas: 32% (481/1502) Resolving deltas: 33% (498/1502) Resolving deltas: 34% (513/1502) Resolving deltas: 35% (528/1502) Resolving deltas: 36% (546/1502) Resolving deltas: 37% (556/1502) Resolving deltas: 38% (574/1502) Resolving deltas: 40% (612/1502) Resolving deltas: 42% (639/1502) Resolving deltas: 43% (653/1502) Resolving deltas: 44% (664/1502) Resolving deltas: 45% (681/1502) Resolving deltas: 46% (698/1502) Resolving deltas: 47% (709/1502) Resolving deltas: 48% (723/1502) Resolving deltas: 49% (742/1502) Resolving deltas: 50% (751/1502) Resolving deltas: 51% (769/1502) Resolving deltas: 52% (792/1502) Resolving deltas: 53% (800/1502) Resolving deltas: 54% (812/1502) Resolving deltas: 55% (827/1502) Resolving deltas: 56% (843/1502) Resolving deltas: 57% (857/1502) Resolving deltas: 58% (876/1502) Resolving deltas: 59% (890/1502) Resolving deltas: 60% (902/1502) Resolving deltas: 61% (918/1502) Resolving deltas: 63% (949/1502) Resolving deltas: 64% (963/1502) Resolving deltas: 65% (990/1502) Resolving deltas: 67% (1009/1502) Resolving deltas: 70% (1053/1502) Resolving deltas: 72% (1090/1502) Resolving deltas: 73% (1106/1502) Resolving deltas: 74% (1119/1502) Resolving deltas: 76% (1142/1502) Resolving deltas: 78% (1179/1502) Resolving deltas: 79% (1198/1502) Resolving deltas: 80% (1203/1502) Resolving deltas: 82% (1232/1502) Resolving deltas: 84% (1268/1502) Resolving deltas: 85% (1285/1502) Resolving deltas: 90% (1352/1502) Resolving deltas: 91% (1369/1502) Resolving deltas: 92% (1383/1502) Resolving deltas: 93% (1408/1502) Resolving deltas: 94% (1412/1502) Resolving deltas: 95% (1428/1502) Resolving deltas: 96% (1445/1502) Resolving deltas: 97% (1458/1502) Resolving deltas: 98% (1473/1502) Resolving deltas: 99% (1487/1502) Resolving deltas: 100% (1502/1502) Resolving deltas: 100% (1502/1502), completed with 14 local objects. From https://git.archlinux.org/svntogit/packages * branch packages/chromium -> FETCH_HEAD * [new branch] packages/chromium -> packages/packages/chromium Cloning into 'chromium'... done. ==> Making package: chromium 83.0.4103.116-2 (Sat 04 Jul 2020 10:45:25 AM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) libpipewire02-0.2.7-1 Total Download Size:  0.33 MiB Total Installed Size: 1.53 MiB :: Proceed with installation? [Y/n]  :: Retrieving packages...  libpipewire02-0.2.7-1-x86_64 0.0 B 0.00 B/s 00:00 [--------------------------------------------------------] 0% libpipewire02-0.2.7-1-x86_64 334.6 KiB 12.1 MiB/s 00:00 [########################################################] 100% (0/1) checking keys in keyring [--------------------------------------------------------] 0% (1/1) checking keys in keyring [########################################################] 100% (0/1) checking package integrity [--------------------------------------------------------] 0% (1/1) checking package integrity [########################################################] 100% (0/1) loading package files [--------------------------------------------------------] 0% (1/1) loading package files [########################################################] 100% (0/1) checking for file conflicts [--------------------------------------------------------] 0% (1/1) checking for file conflicts [########################################################] 100% (0/1) checking available disk space [--------------------------------------------------------] 0% (1/1) checking available disk space [########################################################] 100% :: Processing package changes... (1/1) installing libpipewire02 [--------------------------------------------------------] 0% (1/1) installing libpipewire02 [########################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources...  -> Downloading chromium-83.0.4103.116.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 765M 10 83.0M 0 0 77.0M 0 0:00:09 0:00:01 0:00:08 77.0M 24 765M 24 186M 0 0 89.8M 0 0:00:08 0:00:02 0:00:06 89.7M 38 765M 38 291M 0 0 94.5M 0 0:00:08 0:00:03 0:00:05 94.5M 51 765M 51 397M 0 0 97.4M 0 0:00:07 0:00:04 0:00:03 97.4M 57 765M 57 440M 0 0 83.2M 0 0:00:09 0:00:05 0:00:04 86.6M 61 765M 61 469M 0 0 77.2M 0 0:00:09 0:00:06 0:00:03 77.3M 67 765M 67 515M 0 0 72.8M 0 0:00:10 0:00:07 0:00:03 65.8M 71 765M 71 549M 0 0 67.9M 0 0:00:11 0:00:08 0:00:03 51.6M 76 765M 76 584M 0 0 64.1M 0 0:00:11 0:00:09 0:00:02 37.1M 82 765M 82 634M 0 0 62.9M 0 0:00:12 0:00:10 0:00:02 40.5M 88 765M 88 677M 0 0 61.1M 0 0:00:12 0:00:11 0:00:01 41.4M 93 765M 93 712M 0 0 58.9M 0 0:00:12 0:00:12 --:--:-- 39.3M 97 765M 97 748M 0 0 57.2M 0 0:00:13 0:00:13 --:--:-- 39.8M 100 765M 100 765M 0 0 57.3M 0 0:00:13 0:00:13 --:--:-- 42.6M  -> Downloading chromium-launcher-6.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131 100 131 0 0 392 0 --:--:-- --:--:-- --:--:-- 392 100 5057 0 5057 0 0 7502 0 --:--:-- --:--:-- --:--:-- 7502  -> Found clean-up-a-call-to-set_utf8.patch  -> Found iwyu-std-numeric_limits-is-defined-in-limits.patch  -> Found add-missing-algorithm-header-in-crx_install_error.cc.patch  -> Found libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch  -> Found include-memory-header-to-get-the-definition-of-std-u.patch  -> Found make-some-of-blink-custom-iterators-STL-compatible.patch  -> Found avoid-double-destruction-of-ServiceWorkerObjectHost.patch  -> Found force-mp3-files-to-have-a-start-time-of-zero.patch  -> Found v8-remove-soon-to-be-removed-getAllFieldPositions.patch  -> Found chromium-fix-vaapi-on-intel.patch  -> Found chromium-83-gcc-10.patch  -> Found chromium-skia-harmony.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... chromium-83.0.4103.116.tar.xz ... Passed chromium-launcher-6.tar.gz ... Passed clean-up-a-call-to-set_utf8.patch ... Passed iwyu-std-numeric_limits-is-defined-in-limits.patch ... Passed add-missing-algorithm-header-in-crx_install_error.cc.patch ... Passed libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch ... Passed include-memory-header-to-get-the-definition-of-std-u.patch ... Passed make-some-of-blink-custom-iterators-STL-compatible.patch ... Passed avoid-double-destruction-of-ServiceWorkerObjectHost.patch ... Passed force-mp3-files-to-have-a-start-time-of-zero.patch ... Passed v8-remove-soon-to-be-removed-getAllFieldPositions.patch ... Passed chromium-fix-vaapi-on-intel.patch ... Passed chromium-83-gcc-10.patch ... Passed chromium-skia-harmony.patch ... Passed ==> Extracting sources...  -> Extracting chromium-83.0.4103.116.tar.xz with bsdtar  -> Extracting chromium-launcher-6.tar.gz with bsdtar ==> Starting prepare()... patching file components/autofill/core/browser/address_rewriter.cc patching file chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.cc Hunk #1 succeeded at 5 with fuzz 3. patching file extensions/browser/install/crx_install_error.cc patching file ui/accessibility/ax_tree.cc patching file ui/accessibility/ax_tree.h patching file third_party/blink/renderer/core/html/trust_token_attribute_parsing.h patching file third_party/blink/renderer/core/layout/ng/ng_physical_container_fragment.h Hunk #1 succeeded at 35 (offset -3 lines). patching file third_party/blink/renderer/platform/wtf/hash_iterators.h patching file third_party/blink/renderer/platform/wtf/hash_table.h Hunk #1 succeeded at 2203 (offset -1 lines). patching file content/browser/service_worker/service_worker_container_host.cc Hunk #1 succeeded at 713 (offset 44 lines). patching file content/browser/service_worker/service_worker_object_host_unittest.cc patching file media/filters/ffmpeg_demuxer.cc Hunk #1 succeeded at 1504 (offset -18 lines). patching file src/objects/js-number-format.cc Hunk #1 succeeded at 1239 (offset -2 lines). Hunk #2 succeeded at 1276 (offset -2 lines). Hunk #3 succeeded at 1398 (offset -2 lines). Hunk #4 succeeded at 1418 (offset -2 lines). Hunk #5 succeeded at 1447 (offset -2 lines). Hunk #6 succeeded at 1467 (offset -2 lines). patching file chrome/browser/search/background/ntp_backgrounds.h patching file third_party/webrtc/call/rtx_receive_stream.h patching file third_party/webrtc/modules/audio_processing/aec3/clockdrift_detector.h patching file ui/gfx/linux/drm_util_linux.h patching file third_party/skia/src/ports/SkFontHost_FreeType.cpp patching file media/gpu/vaapi/vaapi_video_decode_accelerator.cc ==> Sources are ready. 6.2G src with tests 3.7G src without tests [?1h=[hendry@t480s sloc]$ [?1l>exit Script done on 2020-07-04 10:48:00+08:00 [COMMAND_EXIT_CODE="0"]