[00:00:00]* Starting ...
[00:00:00]* Using custom arguments: ''
[00:00:00]* Creating a new Azure VM (Standard_D16as_v6) in East US 2 ...
[00:00:00]* Creating a new Azure resource group for this deployment ...
[00:00:00]* Starting deployment of Azure VM (Standard_D16as_v6) ...
[00:01:09]* Azure deployment complete
[00:01:20]* Initial remote runner contact
[00:01:17] CustomArguments=
[00:01:17] ProcessorCount=16
[00:01:17] CurrentDirectory=/home/runtime-utils/Runner
[00:01:17] FrameworkDescription=.NET 8.0.28
[00:01:17] RuntimeIdentifier=ubuntu.24.04-x64
[00:01:17] BaseRepo=dotnet/runtime
[00:01:17] BaseBranch=main
[00:01:17] PrRepo=hez2010/runtime
[00:01:17] PrBranch=unboxing-stub-cleanup
[00:01:17] First hardware info: CpuCoresAvailable=16 MemoryAvailableGB=62.79074478149414
[00:01:18] [Prepare RAM disk] Running 'mkdir /ramdisk'
[00:01:18] [Prepare RAM disk] Running 'mount -t tmpfs -o size=124G tmpfs /ramdisk'
[00:01:18] Changed working directory from /home/runtime-utils/Runner to /ramdisk
[00:01:18] Using runtime setup script:
set -e

git clone --no-tags --branch main --single-branch --progress https://github.com/dotnet/runtime runtime
cd runtime

git log -1
chmod 777 build.sh
git config --global user.email build@build.foo
git config --global user.name build



git switch -c pr

git remote add combineWith1 https://github.com/hez2010/runtime
git fetch combineWith1 unboxing-stub-cleanup
git log combineWith1/unboxing-stub-cleanup -1
git merge --no-edit combineWith1/unboxing-stub-cleanup
git log -1


git switch main

eng/common/native/install-dependencies.sh linux
[00:01:18] [Setup zip & wget] Running 'apt-get install -y zip wget ninja-build'
[00:01:18] [Setup runtime] Running 'bash -x setup-runtime.sh'
[00:01:18] [Setup runtime] + set -e
[00:01:18] [Setup runtime] + git clone --no-tags --branch main --single-branch --progress https://github.com/dotnet/runtime runtime
[00:01:18] [Setup runtime] Cloning into 'runtime'...
[00:01:18] [Setup zip & wget] Reading package lists...
[00:01:18] [Setup zip & wget] Building dependency tree...
[00:01:18] [Setup zip & wget] Reading state information...
[00:01:18] [Setup zip & wget] wget is already the newest version (1.21.4-1ubuntu4.1).
[00:01:18] [Setup zip & wget] wget set to manually installed.
[00:01:18] [Setup zip & wget] The following NEW packages will be installed:
[00:01:18] [Setup zip & wget]   ninja-build unzip zip
[00:01:18] [Setup zip & wget] 0 upgraded, 3 newly installed, 0 to remove and 23 not upgraded.
[00:01:18] [Setup zip & wget] Need to get 479 kB of archives.
[00:01:18] [Setup zip & wget] After this operation, 1296 kB of additional disk space will be used.
[00:01:18] [Setup zip & wget] Get:1 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ninja-build amd64 1.11.1-2 [129 kB]
[00:01:18] [Setup zip & wget] Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 unzip amd64 6.0-28ubuntu4.1 [174 kB]
[00:01:18] [Setup zip & wget] Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 zip amd64 3.0-13ubuntu0.2 [176 kB]
[00:01:18] [Setup zip & wget] dpkg-preconfigure: unable to re-open stdin: No such file or directory
[00:01:18] [Setup zip & wget] Fetched 479 kB in 0s (15.6 MB/s)
[00:01:18] [Setup zip & wget] Selecting previously unselected package ninja-build.
[00:01:18] [Setup zip & wget] (Reading database ... 
[00:01:18] [Setup zip & wget] (Reading database ... 5%
[00:01:18] [Setup zip & wget] (Reading database ... 10%
[00:01:18] [Setup zip & wget] (Reading database ... 15%
[00:01:18] [Setup zip & wget] (Reading database ... 20%
[00:01:18] [Setup zip & wget] (Reading database ... 25%
[00:01:18] [Setup zip & wget] (Reading database ... 30%
[00:01:18] [Setup zip & wget] (Reading database ... 35%
[00:01:18] [Setup zip & wget] (Reading database ... 40%
[00:01:18] [Setup zip & wget] (Reading database ... 45%
[00:01:18] [Setup zip & wget] (Reading database ... 50%
[00:01:18] [Setup zip & wget] (Reading database ... 55%
[00:01:18] [Setup zip & wget] (Reading database ... 60%
[00:01:18] [Setup zip & wget] (Reading database ... 65%
[00:01:18] [Setup zip & wget] (Reading database ... 70%
[00:01:18] [Setup zip & wget] (Reading database ... 75%
[00:01:18] [Setup zip & wget] (Reading database ... 80%
[00:01:18] [Setup zip & wget] (Reading database ... 85%
[00:01:18] [Setup zip & wget] (Reading database ... 90%
[00:01:18] [Setup zip & wget] (Reading database ... 95%
[00:01:18] [Setup zip & wget] (Reading database ... 100%
[00:01:18] [Setup zip & wget] (Reading database ... 74058 files and directories currently installed.)
[00:01:18] [Setup zip & wget] Preparing to unpack .../ninja-build_1.11.1-2_amd64.deb ...
[00:01:18] [Setup zip & wget] Unpacking ninja-build (1.11.1-2) ...
[00:01:18] [Setup zip & wget] Selecting previously unselected package unzip.
[00:01:18] [Setup zip & wget] Preparing to unpack .../unzip_6.0-28ubuntu4.1_amd64.deb ...
[00:01:18] [Setup zip & wget] Unpacking unzip (6.0-28ubuntu4.1) ...
[00:01:18] [Setup zip & wget] Selecting previously unselected package zip.
[00:01:18] [Setup zip & wget] Preparing to unpack .../zip_3.0-13ubuntu0.2_amd64.deb ...
[00:01:18] [Setup zip & wget] Unpacking zip (3.0-13ubuntu0.2) ...
[00:01:18] [Setup zip & wget] Setting up unzip (6.0-28ubuntu4.1) ...
[00:01:18] [Setup zip & wget] Setting up ninja-build (1.11.1-2) ...
[00:01:18] [Setup zip & wget] Setting up zip (3.0-13ubuntu0.2) ...
[00:01:18] [Setup zip & wget] Processing triggers for man-db (2.12.0-4build2) ...
[00:01:19] [Setup zip & wget] 
[00:01:19] [Setup zip & wget] Running kernel seems to be up-to-date.
[00:01:19] [Setup zip & wget] 
[00:01:19] [Setup zip & wget] No services need to be restarted.
[00:01:19] [Setup zip & wget] 
[00:01:19] [Setup zip & wget] No containers need to be restarted.
[00:01:19] [Setup zip & wget] 
[00:01:19] [Setup zip & wget] No user sessions are running outdated binaries.
[00:01:19] [Setup zip & wget] 
[00:01:19] [Setup zip & wget] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[00:01:20] [Setup jitutils] Running 'git clone --no-tags --single-branch -b main --progress https://github.com/dotnet/jitutils.git jitutils'
[00:01:20] [Setup jitutils] Cloning into 'jitutils'...
[00:01:20] [Setup jitutils] remote: Enumerating objects: 3961, done.        
[00:01:20] [Setup jitutils] remote: Counting objects:   0% (1/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   1% (6/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   2% (11/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   3% (17/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   4% (22/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   5% (27/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   6% (33/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   7% (38/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   8% (43/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:   9% (49/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  10% (54/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  11% (60/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  12% (65/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  13% (70/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  14% (76/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  15% (81/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  16% (86/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  17% (92/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  18% (97/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  19% (103/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  20% (108/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  21% (113/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  22% (119/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  23% (124/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  24% (129/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  25% (135/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  26% (140/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  27% (145/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  28% (151/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  29% (156/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  30% (162/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  31% (167/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  32% (172/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  33% (178/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  34% (183/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  35% (188/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  36% (194/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  37% (199/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  38% (205/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  39% (210/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  40% (215/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  41% (221/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  42% (226/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  43% (231/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  44% (237/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  45% (242/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  46% (248/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  47% (253/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  48% (258/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  49% (264/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  50% (269/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  51% (274/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  52% (280/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  53% (285/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  54% (290/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  55% (296/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  56% (301/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  57% (307/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  58% (312/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  59% (317/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  60% (323/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  61% (328/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  62% (333/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  63% (339/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  64% (344/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  65% (350/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  66% (355/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  67% (360/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  68% (366/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  69% (371/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  70% (376/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  71% (382/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  72% (387/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  73% (393/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  74% (398/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  75% (403/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  76% (409/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  77% (414/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  78% (419/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  79% (425/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  80% (430/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  81% (435/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  82% (441/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  83% (446/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  84% (452/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  85% (457/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  86% (462/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  87% (468/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  88% (473/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  89% (478/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  90% (484/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  91% (489/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  92% (495/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  93% (500/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  94% (505/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  95% (511/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  96% (516/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  97% (521/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  98% (527/537)        
[00:01:20] [Setup jitutils] remote: Counting objects:  99% (532/537)        
[00:01:20] [Setup jitutils] remote: Counting objects: 100% (537/537)        
[00:01:20] [Setup jitutils] remote: Counting objects: 100% (537/537), done.        
[00:01:20] [Setup jitutils] remote: Compressing objects:   0% (1/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   1% (2/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   2% (4/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   3% (6/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   4% (8/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   5% (9/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   6% (11/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   7% (13/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   8% (15/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:   9% (17/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  10% (18/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  11% (20/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  12% (22/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  13% (24/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  14% (26/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  15% (27/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  16% (29/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  17% (31/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  18% (33/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  19% (35/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  20% (36/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  21% (38/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  22% (40/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  23% (42/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  24% (43/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  25% (45/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  26% (47/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  27% (49/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  28% (51/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  29% (52/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  30% (54/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  31% (56/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  32% (58/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  33% (60/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  34% (61/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  35% (63/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  36% (65/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  37% (67/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  38% (69/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  39% (70/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  40% (72/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  41% (74/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  42% (76/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  43% (77/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  44% (79/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  45% (81/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  46% (83/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  47% (85/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  48% (86/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  49% (88/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  50% (90/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  51% (92/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  52% (94/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  53% (95/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  54% (97/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  55% (99/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  56% (101/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  57% (103/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  58% (104/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  59% (106/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  60% (108/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  61% (110/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  62% (111/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  63% (113/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  64% (115/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  65% (117/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  66% (119/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  67% (120/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  68% (122/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  69% (124/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  70% (126/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  71% (128/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  72% (129/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  73% (131/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  74% (133/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  75% (135/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  76% (137/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  77% (138/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  78% (140/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  79% (142/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  80% (144/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  81% (145/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  82% (147/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  83% (149/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  84% (151/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  85% (153/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  86% (154/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  87% (156/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  88% (158/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  89% (160/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  90% (162/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  91% (163/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  92% (165/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  93% (167/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  94% (169/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  95% (171/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  96% (172/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  97% (174/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  98% (176/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects:  99% (178/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects: 100% (179/179)        
[00:01:20] [Setup jitutils] remote: Compressing objects: 100% (179/179), done.        
[00:01:20] [Setup jitutils] Receiving objects:   0% (1/3961)
[00:01:20] [Setup jitutils] Receiving objects:   1% (40/3961)
[00:01:20] [Setup jitutils] Receiving objects:   2% (80/3961)
[00:01:20] [Setup jitutils] Receiving objects:   3% (119/3961)
[00:01:20] [Setup jitutils] Receiving objects:   4% (159/3961)
[00:01:20] [Setup jitutils] Receiving objects:   5% (199/3961)
[00:01:20] [Setup jitutils] Receiving objects:   6% (238/3961)
[00:01:20] [Setup jitutils] Receiving objects:   7% (278/3961)
[00:01:20] [Setup jitutils] Receiving objects:   8% (317/3961)
[00:01:20] [Setup jitutils] Receiving objects:   9% (357/3961)
[00:01:20] [Setup jitutils] Receiving objects:  10% (397/3961)
[00:01:20] [Setup jitutils] Receiving objects:  11% (436/3961)
[00:01:20] [Setup jitutils] Receiving objects:  12% (476/3961)
[00:01:20] [Setup jitutils] Receiving objects:  13% (515/3961)
[00:01:20] [Setup jitutils] Receiving objects:  14% (555/3961)
[00:01:20] [Setup jitutils] Receiving objects:  15% (595/3961)
[00:01:20] [Setup jitutils] Receiving objects:  16% (634/3961)
[00:01:20] [Setup jitutils] Receiving objects:  17% (674/3961)
[00:01:20] [Setup jitutils] Receiving objects:  18% (713/3961)
[00:01:20] [Setup jitutils] Receiving objects:  19% (753/3961)
[00:01:20] [Setup jitutils] Receiving objects:  20% (793/3961)
[00:01:20] [Setup jitutils] Receiving objects:  21% (832/3961)
[00:01:20] [Setup jitutils] Receiving objects:  22% (872/3961)
[00:01:20] [Setup jitutils] Receiving objects:  23% (912/3961)
[00:01:20] [Setup jitutils] Receiving objects:  24% (951/3961)
[00:01:20] [Setup jitutils] Receiving objects:  25% (991/3961)
[00:01:20] [Setup jitutils] Receiving objects:  26% (1030/3961)
[00:01:20] [Setup jitutils] Receiving objects:  27% (1070/3961)
[00:01:20] [Setup jitutils] Receiving objects:  28% (1110/3961)
[00:01:20] [Setup jitutils] Receiving objects:  29% (1149/3961)
[00:01:20] [Setup jitutils] Receiving objects:  30% (1189/3961)
[00:01:20] [Setup jitutils] Receiving objects:  31% (1228/3961)
[00:01:20] [Setup jitutils] Receiving objects:  32% (1268/3961)
[00:01:20] [Setup jitutils] Receiving objects:  33% (1308/3961)
[00:01:20] [Setup jitutils] Receiving objects:  34% (1347/3961)
[00:01:20] [Setup jitutils] Receiving objects:  35% (1387/3961)
[00:01:20] [Setup jitutils] Receiving objects:  36% (1426/3961)
[00:01:20] [Setup jitutils] Receiving objects:  37% (1466/3961)
[00:01:20] [Setup jitutils] Receiving objects:  38% (1506/3961)
[00:01:20] [Setup jitutils] Receiving objects:  39% (1545/3961)
[00:01:20] [Setup jitutils] Receiving objects:  40% (1585/3961)
[00:01:20] [Setup jitutils] Receiving objects:  41% (1625/3961)
[00:01:20] [Setup jitutils] Receiving objects:  42% (1664/3961)
[00:01:20] [Setup jitutils] Receiving objects:  43% (1704/3961)
[00:01:20] [Setup jitutils] Receiving objects:  44% (1743/3961)
[00:01:20] [Setup jitutils] Receiving objects:  45% (1783/3961)
[00:01:20] [Setup jitutils] Receiving objects:  46% (1823/3961)
[00:01:20] [Setup jitutils] Receiving objects:  47% (1862/3961)
[00:01:20] [Setup jitutils] Receiving objects:  48% (1902/3961)
[00:01:20] [Setup jitutils] Receiving objects:  49% (1941/3961)
[00:01:20] [Setup jitutils] Receiving objects:  50% (1981/3961)
[00:01:20] [Setup jitutils] Receiving objects:  51% (2021/3961)
[00:01:20] [Setup jitutils] Receiving objects:  52% (2060/3961)
[00:01:20] [Setup jitutils] Receiving objects:  53% (2100/3961)
[00:01:20] [Setup jitutils] Receiving objects:  54% (2139/3961)
[00:01:20] [Setup jitutils] Receiving objects:  55% (2179/3961)
[00:01:20] [Setup jitutils] Receiving objects:  56% (2219/3961)
[00:01:20] [Setup jitutils] Receiving objects:  57% (2258/3961)
[00:01:20] [Setup jitutils] Receiving objects:  58% (2298/3961)
[00:01:20] [Setup jitutils] Receiving objects:  59% (2337/3961)
[00:01:20] [Setup jitutils] Receiving objects:  60% (2377/3961)
[00:01:20] [Setup jitutils] Receiving objects:  61% (2417/3961)
[00:01:20] [Setup jitutils] Receiving objects:  62% (2456/3961)
[00:01:20] [Setup jitutils] Receiving objects:  63% (2496/3961)
[00:01:20] [Setup jitutils] Receiving objects:  64% (2536/3961)
[00:01:20] [Setup jitutils] Receiving objects:  65% (2575/3961)
[00:01:20] [Setup jitutils] Receiving objects:  66% (2615/3961)
[00:01:20] [Setup jitutils] Receiving objects:  67% (2654/3961)
[00:01:20] [Setup jitutils] Receiving objects:  68% (2694/3961)
[00:01:20] [Setup jitutils] Receiving objects:  69% (2734/3961)
[00:01:20] [Setup jitutils] Receiving objects:  70% (2773/3961)
[00:01:20] [Setup jitutils] Receiving objects:  71% (2813/3961)
[00:01:20] [Setup jitutils] Receiving objects:  72% (2852/3961)
[00:01:20] [Setup jitutils] Receiving objects:  73% (2892/3961)
[00:01:20] [Setup jitutils] Receiving objects:  74% (2932/3961)
[00:01:20] [Setup jitutils] Receiving objects:  75% (2971/3961)
[00:01:20] [Setup jitutils] Receiving objects:  76% (3011/3961)
[00:01:20] [Setup jitutils] Receiving objects:  77% (3050/3961)
[00:01:20] [Setup jitutils] Receiving objects:  78% (3090/3961)
[00:01:20] [Setup jitutils] Receiving objects:  79% (3130/3961)
[00:01:20] [Setup jitutils] Receiving objects:  80% (3169/3961)
[00:01:20] [Setup jitutils] Receiving objects:  81% (3209/3961)
[00:01:20] [Setup jitutils] Receiving objects:  82% (3249/3961)
[00:01:20] [Setup jitutils] Receiving objects:  83% (3288/3961)
[00:01:20] [Setup jitutils] Receiving objects:  84% (3328/3961)
[00:01:20] [Setup jitutils] Receiving objects:  85% (3367/3961)
[00:01:20] [Setup jitutils] Receiving objects:  86% (3407/3961)
[00:01:20] [Setup jitutils] Receiving objects:  87% (3447/3961)
[00:01:20] [Setup jitutils] Receiving objects:  88% (3486/3961)
[00:01:20] [Setup jitutils] Receiving objects:  89% (3526/3961)
[00:01:20] [Setup jitutils] Receiving objects:  90% (3565/3961)
[00:01:20] [Setup jitutils] Receiving objects:  91% (3605/3961)
[00:01:20] [Setup jitutils] Receiving objects:  92% (3645/3961)
[00:01:20] [Setup jitutils] Receiving objects:  93% (3684/3961)
[00:01:20] [Setup jitutils] Receiving objects:  94% (3724/3961)
[00:01:20] [Setup jitutils] Receiving objects:  95% (3763/3961)
[00:01:20] [Setup jitutils] Receiving objects:  96% (3803/3961)
[00:01:20] [Setup jitutils] Receiving objects:  97% (3843/3961)
[00:01:20] [Setup jitutils] Receiving objects:  98% (3882/3961)
[00:01:20] [Setup jitutils] Receiving objects:  99% (3922/3961)
[00:01:20] [Setup jitutils] remote: Total 3961 (delta 458), reused 358 (delta 358), pack-reused 3424 (from 2)        
[00:01:20] [Setup jitutils] Receiving objects: 100% (3961/3961)
[00:01:20] [Setup jitutils] Receiving objects: 100% (3961/3961), 1.72 MiB | 13.31 MiB/s, done.
[00:01:20] [Setup jitutils] Resolving deltas:   0% (0/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   1% (28/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   2% (55/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   3% (81/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   4% (109/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   5% (134/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   6% (161/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   7% (187/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   8% (215/2669)
[00:01:20] [Setup jitutils] Resolving deltas:   9% (242/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  10% (267/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  11% (295/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  12% (322/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  13% (347/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  14% (374/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  15% (401/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  16% (428/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  17% (454/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  18% (482/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  19% (508/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  20% (534/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  21% (561/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  22% (588/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  23% (614/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  24% (642/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  25% (668/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  26% (694/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  27% (721/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  28% (748/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  29% (775/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  30% (801/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  31% (828/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  32% (855/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  33% (881/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  34% (908/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  35% (935/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  36% (961/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  37% (988/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  38% (1015/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  39% (1042/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  40% (1068/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  41% (1095/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  42% (1122/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  43% (1150/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  44% (1175/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  45% (1202/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  46% (1228/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  47% (1255/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  48% (1282/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  49% (1310/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  50% (1335/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  51% (1363/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  52% (1388/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  53% (1415/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  54% (1443/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  55% (1468/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  56% (1495/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  57% (1522/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  58% (1549/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  59% (1575/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  60% (1602/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  61% (1629/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  62% (1655/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  63% (1682/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  64% (1709/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  65% (1735/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  66% (1763/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  67% (1790/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  68% (1815/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  69% (1843/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  70% (1869/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  71% (1895/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  72% (1924/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  73% (1949/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  74% (1977/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  75% (2002/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  76% (2029/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  77% (2056/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  78% (2082/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  79% (2110/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  80% (2136/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  81% (2162/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  82% (2189/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  83% (2216/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  84% (2242/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  85% (2269/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  86% (2296/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  87% (2324/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  88% (2349/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  89% (2376/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  90% (2403/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  91% (2429/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  92% (2458/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  93% (2483/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  94% (2509/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  95% (2536/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  96% (2563/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  97% (2589/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  98% (2616/2669)
[00:01:20] [Setup jitutils] Resolving deltas:  99% (2643/2669)
[00:01:20] [Setup jitutils] Resolving deltas: 100% (2669/2669)
[00:01:20] [Setup jitutils] Resolving deltas: 100% (2669/2669), done.
[00:01:21] [Setup jitutils] Running 'bash bootstrap.sh' from 'jitutils'
[00:01:21] [Setup runtime] remote: Enumerating objects: 2439196        
[00:01:21] [Setup runtime] remote: Enumerating objects: 2439999, done.        
[00:01:21] [Setup runtime] remote: Counting objects:   0% (1/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   1% (9/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   2% (17/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   3% (25/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   4% (33/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   5% (41/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   6% (49/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   7% (57/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   8% (65/803)        
[00:01:21] [Setup runtime] remote: Counting objects:   9% (73/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  10% (81/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  11% (89/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  12% (97/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  13% (105/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  14% (113/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  15% (121/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  16% (129/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  17% (137/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  18% (145/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  19% (153/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  20% (161/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  21% (169/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  22% (177/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  23% (185/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  24% (193/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  25% (201/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  26% (209/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  27% (217/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  28% (225/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  29% (233/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  30% (241/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  31% (249/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  32% (257/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  33% (265/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  34% (274/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  35% (282/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  36% (290/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  37% (298/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  38% (306/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  39% (314/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  40% (322/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  41% (330/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  42% (338/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  43% (346/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  44% (354/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  45% (362/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  46% (370/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  47% (378/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  48% (386/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  49% (394/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  50% (402/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  51% (410/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  52% (418/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  53% (426/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  54% (434/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  55% (442/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  56% (450/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  57% (458/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  58% (466/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  59% (474/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  60% (482/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  61% (490/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  62% (498/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  63% (506/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  64% (514/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  65% (522/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  66% (530/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  67% (539/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  68% (547/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  69% (555/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  70% (563/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  71% (571/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  72% (579/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  73% (587/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  74% (595/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  75% (603/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  76% (611/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  77% (619/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  78% (627/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  79% (635/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  80% (643/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  81% (651/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  82% (659/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  83% (667/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  84% (675/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  85% (683/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  86% (691/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  87% (699/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  88% (707/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  89% (715/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  90% (723/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  91% (731/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  92% (739/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  93% (747/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  94% (755/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  95% (763/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  96% (771/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  97% (779/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  98% (787/803)        
[00:01:21] [Setup runtime] remote: Counting objects:  99% (795/803)        
[00:01:21] [Setup runtime] remote: Counting objects: 100% (803/803)        
[00:01:21] [Setup runtime] remote: Counting objects: 100% (803/803), done.        
[00:01:21] [Setup runtime] remote: Compressing objects:   0% (1/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   1% (7/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   2% (13/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   3% (19/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   4% (25/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   5% (31/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   6% (37/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   7% (43/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   8% (49/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:   9% (55/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:  10% (61/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:  11% (67/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:  12% (73/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:  13% (79/602)        
[00:01:21] [Setup runtime] remote: Compressing objects:  14% (85/602)        
[00:01:21] [Setup jitutils]   Determining projects to restore...
[00:01:21] [Setup jitutils] /usr/lib/dotnet/sdk/8.0.128/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/ramdisk/jitutils/src/AnalyzeAsm/AnalyzeAsm.csproj]
[00:01:21] [Setup runtime] remote: Compressing objects:  15% (91/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  16% (97/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  17% (103/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  18% (109/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  19% (115/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  19% (117/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  20% (121/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  21% (127/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  22% (133/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  23% (139/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  24% (145/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  25% (151/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  26% (157/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  27% (163/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  28% (169/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  29% (175/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  30% (181/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  31% (187/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  32% (193/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  33% (199/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  34% (205/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  35% (211/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  36% (217/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  37% (223/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  38% (229/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  39% (235/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  40% (241/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  41% (247/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  42% (253/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  43% (259/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  44% (265/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  45% (271/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  46% (277/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  47% (283/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  48% (289/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  49% (295/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  50% (301/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  51% (308/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  52% (314/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  53% (320/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  54% (326/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  55% (332/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  56% (338/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  57% (344/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  58% (350/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  59% (356/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  60% (362/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  61% (368/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  62% (374/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  63% (380/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  64% (386/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  65% (392/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  66% (398/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  67% (404/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  68% (410/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  69% (416/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  70% (422/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  71% (428/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  72% (434/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  73% (440/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  74% (446/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  75% (452/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  76% (458/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  77% (464/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  78% (470/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  79% (476/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  80% (482/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  81% (488/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  82% (494/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  83% (500/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  84% (506/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  85% (512/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  86% (518/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  87% (524/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  88% (530/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  89% (536/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  90% (542/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  91% (548/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  92% (554/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  93% (560/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  94% (566/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  95% (572/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  96% (578/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  97% (584/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  98% (590/602)        
[00:01:22] [Setup runtime] remote: Compressing objects:  99% (596/602)        
[00:01:22] [Setup runtime] remote: Compressing objects: 100% (602/602)        
[00:01:22] [Setup runtime] remote: Compressing objects: 100% (602/602), done.        
[00:01:23] [Setup runtime] Receiving objects:   0% (1/2439999)
[00:01:23] [Setup runtime] Receiving objects:   1% (24400/2439999)
[00:01:23] [Setup runtime] Receiving objects:   2% (48800/2439999), 24.70 MiB | 49.37 MiB/s
[00:01:23] [Setup runtime] Receiving objects:   3% (73200/2439999), 24.70 MiB | 49.37 MiB/s
[00:01:23] [Setup runtime] Receiving objects:   3% (88614/2439999), 24.70 MiB | 49.37 MiB/s
[00:01:24] [Setup runtime] Receiving objects:   4% (97600/2439999), 47.20 MiB | 47.19 MiB/s
[00:01:24] [Setup runtime] Receiving objects:   5% (122000/2439999), 47.20 MiB | 47.19 MiB/s
[00:01:24] [Setup runtime] Receiving objects:   6% (146400/2439999), 67.84 MiB | 45.22 MiB/s
[00:01:25] [Setup runtime] Receiving objects:   6% (156122/2439999), 67.84 MiB | 45.22 MiB/s
[00:01:25] [Setup runtime] Receiving objects:   7% (170800/2439999), 112.40 MiB | 44.96 MiB/s
[00:01:25] [Setup runtime] Receiving objects:   7% (189281/2439999), 132.54 MiB | 44.17 MiB/s
[00:01:26] [Setup runtime] Receiving objects:   8% (195200/2439999), 132.54 MiB | 44.17 MiB/s
[00:01:26] [Setup runtime] Receiving objects:   9% (219600/2439999), 151.78 MiB | 43.36 MiB/s
[00:01:27] [Setup runtime] Receiving objects:   9% (225424/2439999), 172.38 MiB | 43.09 MiB/s
[00:01:27] [Setup runtime] Receiving objects:  10% (244000/2439999), 172.38 MiB | 43.09 MiB/s
[00:01:27] [Setup runtime] Receiving objects:  11% (268400/2439999), 189.58 MiB | 42.13 MiB/s
[00:01:27] [Setup runtime] Receiving objects:  11% (281874/2439999), 189.58 MiB | 42.13 MiB/s
[00:01:28] [Setup runtime] Receiving objects:  12% (292800/2439999), 212.02 MiB | 41.63 MiB/s
[00:01:28] [Setup runtime] Receiving objects:  13% (317200/2439999), 212.02 MiB | 41.63 MiB/s
[00:01:28] [Setup runtime] Receiving objects:  14% (341600/2439999), 234.83 MiB | 41.70 MiB/s
[00:01:29] [Setup runtime] Receiving objects:  14% (356197/2439999), 234.83 MiB | 41.70 MiB/s
[00:01:29] [Setup runtime] Receiving objects:  15% (366000/2439999), 264.30 MiB | 43.66 MiB/s
[00:01:29] [Setup runtime] Receiving objects:  15% (387952/2439999), 335.57 MiB | 49.59 MiB/s
[00:01:30] [Setup runtime] Receiving objects:  16% (390400/2439999), 335.57 MiB | 49.59 MiB/s
[00:01:30] [Setup runtime] Receiving objects:  17% (414800/2439999), 370.10 MiB | 52.79 MiB/s
[00:01:31] [Setup runtime] Receiving objects:  17% (421071/2439999), 404.07 MiB | 56.06 MiB/s
[00:01:31] [Setup runtime] Receiving objects:  18% (439200/2439999), 404.07 MiB | 56.06 MiB/s
[00:01:31] [Setup runtime] Receiving objects:  18% (460612/2439999), 474.37 MiB | 63.29 MiB/s
[00:01:32] [Setup runtime] Receiving objects:  19% (463600/2439999), 474.37 MiB | 63.29 MiB/s
[00:01:32] [Setup runtime] Receiving objects:  20% (488000/2439999), 509.13 MiB | 66.02 MiB/s
[00:01:32] [Setup runtime] Receiving objects:  20% (505370/2439999), 509.13 MiB | 66.02 MiB/s
[00:01:33] [Setup runtime] Receiving objects:  21% (512400/2439999), 544.48 MiB | 68.81 MiB/s
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-tp-analyze/jit-tp-analyze.csproj (in 11.24 sec).
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm/jit-dasm.csproj (in 11.24 sec).
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-analyze/jit-analyze.csproj (in 11.24 sec).
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/cijobs/cijobs.csproj (in 11.24 sec).
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm-pmi/jit-dasm-pmi.csproj (in 11.24 sec).
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-decisions-analyze/jit-decisions-analyze.csproj (in 11.24 sec).
[00:01:33] [Setup runtime] Receiving objects:  22% (536800/2439999), 544.48 MiB | 68.81 MiB/s
[00:01:33] [Setup jitutils]   Restored /ramdisk/jitutils/src/AnalyzeAsm/AnalyzeAsm.csproj (in 11.45 sec).
[00:01:33] [Setup runtime] Receiving objects:  23% (561200/2439999), 578.43 MiB | 69.80 MiB/s
[00:01:33] [Setup runtime] Receiving objects:  24% (585600/2439999), 578.43 MiB | 69.80 MiB/s
[00:01:33] [Setup runtime] Receiving objects:  24% (596808/2439999), 578.43 MiB | 69.80 MiB/s
[00:01:34] [Setup runtime] Receiving objects:  25% (610000/2439999), 608.80 MiB | 68.67 MiB/s
[00:01:34] [Setup jitutils]   Restored /ramdisk/jitutils/src/pmi/pmi.csproj (in 11.93 sec).
[00:01:34] [Setup runtime] Receiving objects:  26% (634400/2439999), 608.80 MiB | 68.67 MiB/s
[00:01:34] [Setup runtime] Receiving objects:  27% (658800/2439999), 608.80 MiB | 68.67 MiB/s
[00:01:34] [Setup runtime] Receiving objects:  28% (683200/2439999), 638.75 MiB | 67.39 MiB/s
[00:01:34] [Setup runtime] Receiving objects:  29% (707600/2439999), 638.75 MiB | 67.39 MiB/s
[00:01:34] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-diff/jit-diff.csproj (in 12.63 sec).
[00:01:34] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-format/jit-format.csproj (in 12.63 sec).
[00:01:35] [Setup runtime] Receiving objects:  29% (718725/2439999), 638.75 MiB | 67.39 MiB/s
[00:01:35] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:35] [Setup runtime] Receiving objects:  30% (732000/2439999), 664.41 MiB | 65.42 MiB/s
[00:01:35] [Setup jitutils]   Determining projects to restore...
[00:01:35] [Setup runtime] Receiving objects:  31% (756400/2439999), 693.54 MiB | 64.34 MiB/s
[00:01:35] [Setup runtime] Receiving objects:  32% (780800/2439999), 693.54 MiB | 64.34 MiB/s
[00:01:35] [Setup runtime] Receiving objects:  33% (805200/2439999), 693.54 MiB | 64.34 MiB/s
[00:01:35] [Setup runtime] Receiving objects:  33% (813950/2439999), 693.54 MiB | 64.34 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  34% (829600/2439999), 725.60 MiB | 63.63 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  35% (854000/2439999), 725.60 MiB | 63.63 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  36% (878400/2439999), 725.60 MiB | 63.63 MiB/s
[00:01:36] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm/jit-dasm.csproj (in 680 ms).
[00:01:36] [Setup runtime] Receiving objects:  37% (902800/2439999), 760.41 MiB | 63.58 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  38% (927200/2439999), 760.41 MiB | 63.58 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  39% (951600/2439999), 760.41 MiB | 63.58 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  39% (975878/2439999), 760.41 MiB | 63.58 MiB/s
[00:01:36] [Setup runtime] Receiving objects:  40% (976000/2439999), 760.41 MiB | 63.58 MiB/s
[00:01:37] [Setup runtime] Receiving objects:  41% (1000400/2439999), 792.89 MiB | 63.07 MiB/s
[00:01:37] [Setup jitutils]   jit-dasm -> /ramdisk/jitutils/src/jit-dasm/bin/Release/net8.0/ubuntu.24.04-x64/jit-dasm.dll
[00:01:37] [Setup runtime] Receiving objects:  42% (1024800/2439999), 792.89 MiB | 63.07 MiB/s
[00:01:37] [Setup jitutils]   jit-dasm -> /ramdisk/jitutils/bin/
[00:01:37] [Setup runtime] Receiving objects:  43% (1049200/2439999), 792.89 MiB | 63.07 MiB/s
[00:01:37] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:37] [Setup runtime] Receiving objects:  44% (1073600/2439999), 792.89 MiB | 63.07 MiB/s
[00:01:37] [Setup runtime] Receiving objects:  45% (1098000/2439999), 831.09 MiB | 63.70 MiB/s
[00:01:37] [Setup jitutils]   Determining projects to restore...
[00:01:37] [Setup runtime] Receiving objects:  46% (1122400/2439999), 831.09 MiB | 63.70 MiB/s
[00:01:37] [Setup runtime] Receiving objects:  46% (1143886/2439999), 831.09 MiB | 63.70 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  47% (1146800/2439999), 867.93 MiB | 64.35 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  48% (1171200/2439999), 867.93 MiB | 64.35 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  49% (1195600/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  50% (1220000/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  51% (1244400/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  52% (1268800/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  53% (1293200/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  54% (1317600/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  55% (1342000/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  56% (1366400/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  56% (1386712/2439999), 902.03 MiB | 65.16 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  57% (1390800/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:38] [Setup runtime] Receiving objects:  58% (1415200/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  59% (1439600/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  60% (1464000/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  61% (1488400/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-diff/jit-diff.csproj (in 1.3 sec).
[00:01:39] [Setup runtime] Receiving objects:  62% (1512800/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  63% (1537200/2439999), 931.43 MiB | 65.04 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  64% (1561600/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  65% (1586000/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  66% (1610400/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  67% (1634800/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  68% (1659200/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  69% (1683600/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  70% (1708000/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  71% (1732400/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  72% (1756800/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup jitutils] /ramdisk/jitutils/src/jit-diff/diff.cs(133,26): warning CS8981: The type name 'jitdiff' only contains lower-cased ascii characters. Such names may become reserved for the language. [/ramdisk/jitutils/src/jit-diff/jit-diff.csproj]
[00:01:39] [Setup jitutils] /ramdisk/jitutils/src/jit-diff/install.cs(21,26): warning CS8981: The type name 'jitdiff' only contains lower-cased ascii characters. Such names may become reserved for the language. [/ramdisk/jitutils/src/jit-diff/jit-diff.csproj]
[00:01:39] [Setup jitutils] /ramdisk/jitutils/src/jit-diff/jit-diff.cs(28,26): warning CS8981: The type name 'jitdiff' only contains lower-cased ascii characters. Such names may become reserved for the language. [/ramdisk/jitutils/src/jit-diff/jit-diff.csproj]
[00:01:39] [Setup jitutils] /ramdisk/jitutils/src/jit-diff/uninstall.cs(14,26): warning CS8981: The type name 'jitdiff' only contains lower-cased ascii characters. Such names may become reserved for the language. [/ramdisk/jitutils/src/jit-diff/jit-diff.csproj]
[00:01:39] [Setup runtime] Receiving objects:  72% (1757671/2439999), 957.12 MiB | 65.05 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  73% (1781200/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  74% (1805600/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:39] [Setup runtime] Receiving objects:  75% (1830000/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  76% (1854400/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  77% (1878800/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  78% (1903200/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup jitutils]   jit-diff -> /ramdisk/jitutils/src/jit-diff/bin/Release/net8.0/ubuntu.24.04-x64/jit-diff.dll
[00:01:40] [Setup runtime] Receiving objects:  79% (1927600/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  80% (1952000/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  81% (1976400/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  82% (2000800/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  83% (2025200/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  84% (2049600/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  85% (2074000/2439999), 986.91 MiB | 65.19 MiB/s
[00:01:40] [Setup jitutils]   jit-diff -> /ramdisk/jitutils/bin/
[00:01:40] [Setup runtime] Receiving objects:  86% (2098400/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  87% (2122800/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  88% (2147200/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  89% (2171600/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  90% (2196000/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:40] [Setup runtime] Receiving objects:  91% (2220400/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  92% (2244800/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  93% (2269200/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  94% (2293600/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  95% (2318000/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  96% (2342400/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup jitutils]   Determining projects to restore...
[00:01:40] [Setup runtime] Receiving objects:  97% (2366800/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  97% (2379061/2439999), 1016.84 MiB | 64.72 MiB/s
[00:01:40] [Setup runtime] Receiving objects:  98% (2391200/2439999), 1.01 GiB | 62.88 MiB/s   
[00:01:41] [Setup runtime] Receiving objects:  99% (2415600/2439999), 1.01 GiB | 62.88 MiB/s
[00:01:41] [Setup runtime] remote: Total 2439999 (delta 439), reused 201 (delta 201), pack-reused 2439196 (from 4)        
[00:01:41] [Setup runtime] Receiving objects: 100% (2439999/2439999), 1.01 GiB | 62.88 MiB/s
[00:01:41] [Setup runtime] Receiving objects: 100% (2439999/2439999), 1.03 GiB | 57.42 MiB/s, done.
[00:01:41] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-analyze/jit-analyze.csproj (in 213 ms).
[00:01:41] [Setup runtime] Resolving deltas:   0% (0/1812023)
[00:01:42] [Setup jitutils]   jit-analyze -> /ramdisk/jitutils/src/jit-analyze/bin/Release/net8.0/ubuntu.24.04-x64/jit-analyze.dll
[00:01:42] [Setup jitutils]   jit-analyze -> /ramdisk/jitutils/bin/
[00:01:42] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:42] [Setup runtime] Resolving deltas:   1% (18121/1812023)
[00:01:42] [Setup jitutils]   Determining projects to restore...
[00:01:43] [Setup runtime] Resolving deltas:   1% (29935/1812023)
[00:01:43] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-tp-analyze/jit-tp-analyze.csproj (in 223 ms).
[00:01:43] [Setup runtime] Resolving deltas:   2% (36241/1812023)
[00:01:43] [Setup runtime] Resolving deltas:   2% (38055/1812023)
[00:01:43] [Setup jitutils]   jit-tp-analyze -> /ramdisk/jitutils/src/jit-tp-analyze/bin/Release/net8.0/ubuntu.24.04-x64/jit-tp-analyze.dll
[00:01:44] [Setup jitutils]   jit-tp-analyze -> /ramdisk/jitutils/bin/
[00:01:44] [Setup runtime] Resolving deltas:   3% (54361/1812023)
[00:01:44] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:44] [Setup runtime] Resolving deltas:   4% (72481/1812023)
[00:01:44] [Setup jitutils]   Determining projects to restore...
[00:01:45] [Setup runtime] Resolving deltas:   4% (76676/1812023)
[00:01:45] [Setup runtime] Resolving deltas:   5% (90602/1812023)
[00:01:45] [Setup runtime] Resolving deltas:   6% (108722/1812023)
[00:01:45] [Setup runtime] Resolving deltas:   7% (126842/1812023)
[00:01:45] [Setup runtime] Resolving deltas:   7% (131109/1812023)
[00:01:45] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-format/jit-format.csproj (in 431 ms).
[00:01:45] [Setup runtime] Resolving deltas:   8% (144962/1812023)
[00:01:45] [Setup runtime] Resolving deltas:   9% (163083/1812023)
[00:01:46] [Setup jitutils] /ramdisk/jitutils/src/jit-format/jit-format.cs(25,18): warning CS8981: The type name 'jitformat' only contains lower-cased ascii characters. Such names may become reserved for the language. [/ramdisk/jitutils/src/jit-format/jit-format.csproj]
[00:01:46] [Setup jitutils]   jit-format -> /ramdisk/jitutils/src/jit-format/bin/Release/net8.0/ubuntu.24.04-x64/jit-format.dll
[00:01:46] [Setup runtime] Resolving deltas:  10% (181203/1812023)
[00:01:46] [Setup runtime] Resolving deltas:  11% (199323/1812023)
[00:01:46] [Setup jitutils]   jit-format -> /ramdisk/jitutils/bin/
[00:01:46] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:46] [Setup runtime] Resolving deltas:  11% (200349/1812023)
[00:01:46] [Setup jitutils]   Determining projects to restore...
[00:01:46] [Setup runtime] Resolving deltas:  12% (217443/1812023)
[00:01:47] [Setup runtime] Resolving deltas:  13% (235563/1812023)
[00:01:47] [Setup jitutils]   All projects are up-to-date for restore.
[00:01:47] [Setup runtime] Resolving deltas:  14% (253684/1812023)
[00:01:47] [Setup runtime] Resolving deltas:  14% (257971/1812023)
[00:01:47] [Setup runtime] Resolving deltas:  15% (271804/1812023)
[00:01:47] [Setup jitutils]   pmi -> /ramdisk/jitutils/src/pmi/bin/Release/net8.0/pmi.dll
[00:01:47] [Setup jitutils]   pmi -> /ramdisk/jitutils/bin/
[00:01:47] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:48] [Setup runtime] Resolving deltas:  16% (289924/1812023)
[00:01:48] [Setup jitutils]   Determining projects to restore...
[00:01:48] [Setup runtime] Resolving deltas:  17% (308044/1812023)
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm-pmi/jit-dasm-pmi.csproj (in 273 ms).
[00:01:49] [Setup runtime] Resolving deltas:  17% (310288/1812023)
[00:01:49] [Setup runtime] Resolving deltas:  18% (326168/1812023)
[00:01:49] [Setup runtime] Resolving deltas:  19% (344285/1812023)
[00:01:49] [Setup runtime] Resolving deltas:  19% (356904/1812023)
[00:01:49] [Setup runtime] Resolving deltas:  20% (362405/1812023)
[00:01:49] [Setup jitutils]   jit-dasm-pmi -> /ramdisk/jitutils/src/jit-dasm-pmi/bin/Release/net8.0/ubuntu.24.04-x64/jit-dasm-pmi.dll
[00:01:49] [Setup runtime] Resolving deltas:  21% (380525/1812023)
[00:01:49] [Setup jitutils]   jit-dasm-pmi -> /ramdisk/jitutils/bin/
[00:01:49] [Setup runtime] Resolving deltas:  22% (398646/1812023)
[00:01:49] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:50] [Setup runtime] Resolving deltas:  23% (416766/1812023)
[00:01:50] [Setup runtime] Resolving deltas:  24% (434886/1812023)
[00:01:50] [Setup jitutils]   Determining projects to restore...
[00:01:50] [Setup runtime] Resolving deltas:  25% (453006/1812023)
[00:01:50] [Setup runtime] Resolving deltas:  26% (471126/1812023)
[00:01:50] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-decisions-analyze/jit-decisions-analyze.csproj (in 257 ms).
[00:01:51] [Setup jitutils]   jit-decisions-analyze -> /ramdisk/jitutils/src/jit-decisions-analyze/bin/Release/net8.0/ubuntu.24.04-x64/jit-decisions-analyze.dll
[00:01:51] [Setup runtime] Resolving deltas:  26% (473656/1812023)
[00:01:51] [Setup jitutils]   jit-decisions-analyze -> /ramdisk/jitutils/bin/
[00:01:51] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:52] [Setup runtime] Resolving deltas:  26% (484306/1812023)
[00:01:52] [Setup jitutils]   Determining projects to restore...
[00:01:52] [Setup runtime] Resolving deltas:  27% (489247/1812023)
[00:01:52] [Setup jitutils]   Restored /ramdisk/jitutils/src/performance-explorer/performance-explorer.csproj (in 224 ms).
[00:01:52] [Setup runtime] Resolving deltas:  27% (492201/1812023)
[00:01:52] [Setup runtime] Resolving deltas:  28% (507367/1812023)
[00:01:53] [Setup runtime] Resolving deltas:  29% (525487/1812023)
[00:01:53] [Setup runtime] Resolving deltas:  30% (543608/1812023)
[00:01:53] [Setup jitutils]   performance-explorer -> /ramdisk/jitutils/src/performance-explorer/bin/Release/net8.0/ubuntu.24.04-x64/performance-explorer.dll
[00:01:53] [Setup runtime] Resolving deltas:  31% (561728/1812023)
[00:01:53] [Setup jitutils]   performance-explorer -> /ramdisk/jitutils/bin/
[00:01:53] [Setup runtime] Resolving deltas:  31% (567710/1812023)
[00:01:53] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:53] [Setup runtime] Resolving deltas:  32% (579848/1812023)
[00:01:53] [Setup runtime] Resolving deltas:  33% (597968/1812023)
[00:01:53] [Setup jitutils]   Determining projects to restore...
[00:01:54] [Setup runtime] Resolving deltas:  34% (616088/1812023)
[00:01:54] [Setup runtime] Resolving deltas:  35% (634209/1812023)
[00:01:54] [Setup runtime] Resolving deltas:  35% (650745/1812023)
[00:01:55] [Setup runtime] Resolving deltas:  36% (652329/1812023)
[00:01:55] [Setup jitutils]   Restored /ramdisk/jitutils/src/instructions-retired-explorer/instructions-retired-explorer.csproj (in 933 ms).
[00:01:55] [Setup runtime] Resolving deltas:  37% (670449/1812023)
[00:01:55] [Setup runtime] Resolving deltas:  38% (688569/1812023)
[00:01:55] [Setup jitutils]   instructions-retired-explorer -> /ramdisk/jitutils/src/instructions-retired-explorer/bin/Release/net8.0/ubuntu.24.04-x64/instructions-retired-explorer.dll
[00:01:55] [Setup runtime] Resolving deltas:  38% (696798/1812023)
[00:01:56] [Setup jitutils]   instructions-retired-explorer -> /ramdisk/jitutils/bin/
[00:01:56] [Setup runtime] Resolving deltas:  39% (706689/1812023)
[00:01:56] [Setup jitutils] Installing clang 17.0.6 tools
[00:01:56] [Setup jitutils] /usr/bin/curl
[00:01:56] [Setup runtime] Resolving deltas:  40% (724810/1812023)
[00:01:56] [Setup runtime] Resolving deltas:  41% (742930/1812023)
[00:01:56] [Setup jitutils] Downloading clang-format from https://clrjit2.blob.core.windows.net/clang-tools/17.0.6/linux-x64/clang-format to bin directory
[00:01:56] [Setup runtime] Resolving deltas:  41% (751657/1812023)
[00:01:56] [Setup runtime] Resolving deltas:  42% (761050/1812023)
[00:01:56] [Setup jitutils] #=#=#                                                                          
[00:01:56] [Setup jitutils] ##O#-#                                                                         
[00:01:56] [Setup jitutils] 
[00:01:57] [Setup runtime] Resolving deltas:  43% (779171/1812023)
[00:01:57] [Setup jitutils]                                                                            0.9%
[00:01:57] [Setup runtime] Resolving deltas:  44% (797292/1812023)
[00:01:57] [Setup jitutils] ###                                                                        4.4%
[00:01:57] [Setup runtime] Resolving deltas:  45% (815411/1812023)
[00:01:57] [Setup runtime] Resolving deltas:  46% (833531/1812023)
[00:01:57] [Setup jitutils] #####                                                                      7.9%
[00:01:57] [Setup runtime] Resolving deltas:  46% (846104/1812023)
[00:01:57] [Setup jitutils] ##########                                                                14.0%
[00:01:57] [Setup runtime] Resolving deltas:  47% (851651/1812023)
[00:01:57] [Setup jitutils] ###############                                                           21.9%
[00:01:57] [Setup runtime] Resolving deltas:  48% (869772/1812023)
[00:01:57] [Setup runtime] Resolving deltas:  49% (887892/1812023)
[00:01:57] [Setup jitutils] #########################                                                 35.5%
[00:01:57] [Setup runtime] Resolving deltas:  50% (906012/1812023)
[00:01:57] [Setup jitutils] #########################################                                 58.3%
[00:01:57] [Setup jitutils] #############################################################             85.9%
[00:01:57] [Setup jitutils] ######################################################################## 100.0%
[00:01:57] [Setup runtime] Resolving deltas:  51% (924133/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  52% (942252/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  53% (960373/1812023)
[00:01:58] [Setup jitutils] Downloading clang-tidy from https://clrjit2.blob.core.windows.net/clang-tools/17.0.6/linux-x64/clang-tidy to bin directory
[00:01:58] [Setup runtime] Resolving deltas:  54% (978493/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  55% (996613/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  56% (1014733/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  56% (1028972/1812023)
[00:01:58] [Setup runtime] Resolving deltas:  57% (1032855/1812023)
[00:01:58] [Setup jitutils] #=#=#                                                                          
[00:01:58] [Setup runtime] Resolving deltas:  58% (1050974/1812023)
[00:01:58] [Setup jitutils] ##O#-#                                                                         
[00:01:58] [Setup jitutils] 
[00:01:58] [Setup runtime] Resolving deltas:  59% (1069094/1812023)
[00:01:58] [Setup jitutils]                                                                            0.0%
[00:01:58] [Setup runtime] Resolving deltas:  60% (1087215/1812023)
[00:01:58] [Setup jitutils]                                                                            0.1%
[00:01:58] [Setup runtime] Resolving deltas:  61% (1105335/1812023)
[00:01:59] [Setup jitutils]                                                                            0.3%
[00:01:59] [Setup runtime] Resolving deltas:  62% (1123455/1812023)
[00:01:59] [Setup runtime] Resolving deltas:  63% (1141575/1812023)
[00:01:59] [Setup jitutils]                                                                            0.5%
[00:01:59] [Setup jitutils]                                                                            0.6%
[00:01:59] [Setup runtime] Resolving deltas:  64% (1159695/1812023)
[00:01:59] [Setup runtime] Resolving deltas:  65% (1177815/1812023)
[00:01:59] [Setup jitutils]                                                                            0.8%
[00:01:59] [Setup runtime] Resolving deltas:  65% (1188773/1812023)
[00:01:59] [Setup jitutils]                                                                            1.1%
[00:01:59] [Setup runtime] Resolving deltas:  66% (1195936/1812023)
[00:01:59] [Setup jitutils]                                                                            1.3%
[00:01:59] [Setup runtime] Resolving deltas:  67% (1214056/1812023)
[00:01:59] [Setup jitutils] #                                                                          1.9%
[00:01:59] [Setup runtime] Resolving deltas:  68% (1232176/1812023)
[00:01:59] [Setup jitutils] #                                                                          2.4%
[00:01:59] [Setup runtime] Resolving deltas:  69% (1250296/1812023)
[00:02:00] [Setup runtime] Resolving deltas:  70% (1268417/1812023)
[00:02:00] [Setup jitutils] ##                                                                         3.2%
[00:02:00] [Setup runtime] Resolving deltas:  71% (1286537/1812023)
[00:02:00] [Setup jitutils] ###                                                                        4.6%
[00:02:00] [Setup runtime] Resolving deltas:  72% (1304657/1812023)
[00:02:00] [Setup jitutils] ####                                                                       6.5%
[00:02:00] [Setup runtime] Resolving deltas:  72% (1317451/1812023)
[00:02:00] [Setup jitutils] ######                                                                     8.9%
[00:02:00] [Setup runtime] Resolving deltas:  73% (1322777/1812023)
[00:02:00] [Setup runtime] Resolving deltas:  74% (1340898/1812023)
[00:02:00] [Setup jitutils] ########                                                                  11.2%
[00:02:00] [Setup runtime] Resolving deltas:  75% (1359018/1812023)
[00:02:00] [Setup runtime] Resolving deltas:  76% (1377138/1812023)
[00:02:00] [Setup jitutils] #########                                                                 13.3%
[00:02:00] [Setup runtime] Resolving deltas:  77% (1395258/1812023)
[00:02:00] [Setup jitutils] ##########                                                                15.1%
[00:02:01] [Setup runtime] Resolving deltas:  78% (1413378/1812023)
[00:02:01] [Setup jitutils] #############                                                             18.5%
[00:02:01] [Setup runtime] Resolving deltas:  79% (1431499/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  80% (1449619/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  81% (1467739/1812023)
[00:02:01] [Setup jitutils] ###############                                                           21.8%
[00:02:01] [Setup runtime] Resolving deltas:  82% (1485859/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  82% (1502967/1812023)
[00:02:01] [Setup jitutils] ################                                                          22.4%
[00:02:01] [Setup runtime] Resolving deltas:  83% (1503980/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  84% (1522100/1812023)
[00:02:01] [Setup jitutils] ##################                                                        25.9%
[00:02:01] [Setup runtime] Resolving deltas:  85% (1540220/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  86% (1558340/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  87% (1576461/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  88% (1594581/1812023)
[00:02:01] [Setup jitutils] ####################                                                      27.8%
[00:02:01] [Setup runtime] Resolving deltas:  89% (1612701/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  90% (1630821/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  91% (1648941/1812023)
[00:02:01] [Setup jitutils] #####################                                                     29.8%
[00:02:01] [Setup runtime] Resolving deltas:  92% (1667062/1812023)
[00:02:01] [Setup runtime] Resolving deltas:  93% (1685182/1812023)
[00:02:02] [Setup runtime] Resolving deltas:  94% (1703302/1812023)
[00:02:02] [Setup jitutils] ########################                                                  33.3%
[00:02:02] [Setup runtime] Resolving deltas:  95% (1721422/1812023)
[00:02:02] [Setup runtime] Resolving deltas:  96% (1739543/1812023)
[00:02:02] [Setup jitutils] #########################                                                 35.3%
[00:02:02] [Setup runtime] Resolving deltas:  97% (1757663/1812023)
[00:02:02] [Setup runtime] Resolving deltas:  98% (1775783/1812023)
[00:02:02] [Setup jitutils] ##########################                                                37.3%
[00:02:02] [Setup runtime] Resolving deltas:  99% (1793903/1812023)
[00:02:02] [Setup runtime] Resolving deltas:  99% (1812016/1812023)
[00:02:02] [Setup runtime] Resolving deltas: 100% (1812023/1812023)
[00:02:02] [Setup runtime] Resolving deltas: 100% (1812023/1812023), done.
[00:02:02] [Setup jitutils] #############################                                             40.8%
[00:02:02] [Setup jitutils] ##############################                                            42.9%
[00:02:02] [Setup jitutils] ################################                                          44.7%
[00:02:02] [Setup jitutils] ##################################                                        48.3%
[00:02:03] [Setup jitutils] ####################################                                      50.6%
[00:02:03] [Setup jitutils] #####################################                                     52.1%
[00:02:03] [Setup jitutils] ########################################                                  55.8%
[00:02:03] [Setup jitutils] ##########################################                                59.2%
[00:02:03] [Setup jitutils] ############################################                              61.5%
[00:02:03] [Setup jitutils] ###############################################                           66.6%
[00:02:04] [Setup jitutils] ##################################################                        70.4%
[00:02:04] [Setup jitutils] #####################################################                     74.1%
[00:02:04] [Setup jitutils] #######################################################                   76.4%
[00:02:04] [Setup jitutils] #########################################################                 80.5%
[00:02:04] [Setup jitutils] #############################################################             85.4%
[00:02:04] [Setup jitutils] ################################################################          89.1%
[00:02:04] [Setup jitutils] #################################################################         91.4%
[00:02:05] [Setup jitutils] #####################################################################     96.6%
[00:02:05] [Setup jitutils] ######################################################################## 100.0%
[00:02:05] [Setup jitutils] Adding /ramdisk/jitutils/jitutils/bin to PATH
[00:02:05] [Setup jitutils] Done setting up!
[00:02:05] [Setup runtime] Updating files:  29% (16851/57942)
[00:02:05] [Setup runtime] Updating files:  30% (17383/57942)
[00:02:05] [Setup runtime] Updating files:  31% (17963/57942)
[00:02:05] [Setup runtime] Updating files:  32% (18542/57942)
[00:02:05] [Setup runtime] Updating files:  33% (19121/57942)
[00:02:05] [Setup runtime] Updating files:  34% (19701/57942)
[00:02:05] [Setup runtime] Updating files:  35% (20280/57942)
[00:02:05] [Setup runtime] Updating files:  36% (20860/57942)
[00:02:05] [Setup runtime] Updating files:  37% (21439/57942)
[00:02:05] [Setup runtime] Updating files:  38% (22018/57942)
[00:02:05] [Setup runtime] Updating files:  39% (22598/57942)
[00:02:05] [Setup runtime] Updating files:  40% (23177/57942)
[00:02:05] [Setup runtime] Updating files:  41% (23757/57942)
[00:02:06] [Setup runtime] Updating files:  42% (24336/57942)
[00:02:06] [Setup runtime] Updating files:  43% (24916/57942)
[00:02:06] [Setup runtime] Updating files:  44% (25495/57942)
[00:02:06] [Setup runtime] Updating files:  45% (26074/57942)
[00:02:06] [Setup runtime] Updating files:  46% (26654/57942)
[00:02:06] [Setup runtime] Updating files:  47% (27233/57942)
[00:02:06] [Setup runtime] Updating files:  48% (27813/57942)
[00:02:06] [Setup runtime] Updating files:  49% (28392/57942)
[00:02:06] [Setup runtime] Updating files:  50% (28971/57942)
[00:02:06] [Setup runtime] Updating files:  51% (29551/57942)
[00:02:06] [Setup runtime] Updating files:  52% (30130/57942)
[00:02:06] [Setup runtime] Updating files:  53% (30710/57942)
[00:02:06] [Setup runtime] Updating files:  54% (31289/57942)
[00:02:06] [Setup runtime] Updating files:  55% (31869/57942)
[00:02:06] [Setup runtime] Updating files:  56% (32448/57942)
[00:02:06] [Setup runtime] Updating files:  57% (33027/57942)
[00:02:06] [Setup runtime] Updating files:  58% (33607/57942)
[00:02:06] [Setup runtime] Updating files:  59% (34186/57942)
[00:02:06] [Setup runtime] Updating files:  60% (34766/57942)
[00:02:06] [Setup runtime] Updating files:  61% (35345/57942)
[00:02:06] [Setup runtime] Updating files:  62% (35925/57942)
[00:02:06] [Setup runtime] Updating files:  63% (36504/57942)
[00:02:06] [Setup runtime] Updating files:  63% (37047/57942)
[00:02:06] [Setup runtime] Updating files:  64% (37083/57942)
[00:02:06] [Setup runtime] Updating files:  65% (37663/57942)
[00:02:06] [Setup runtime] Updating files:  66% (38242/57942)
[00:02:06] [Setup runtime] Updating files:  67% (38822/57942)
[00:02:06] [Setup runtime] Updating files:  68% (39401/57942)
[00:02:06] [Setup runtime] Updating files:  69% (39980/57942)
[00:02:06] [Setup runtime] Updating files:  70% (40560/57942)
[00:02:06] [Setup runtime] Updating files:  71% (41139/57942)
[00:02:06] [Setup runtime] Updating files:  72% (41719/57942)
[00:02:06] [Setup runtime] Updating files:  73% (42298/57942)
[00:02:06] [Setup runtime] Updating files:  74% (42878/57942)
[00:02:06] [Setup runtime] Updating files:  75% (43457/57942)
[00:02:06] [Setup runtime] Updating files:  76% (44036/57942)
[00:02:06] [Setup runtime] Updating files:  77% (44616/57942)
[00:02:06] [Setup runtime] Updating files:  78% (45195/57942)
[00:02:06] [Setup runtime] Updating files:  79% (45775/57942)
[00:02:06] [Setup runtime] Updating files:  80% (46354/57942)
[00:02:06] [Setup runtime] Updating files:  81% (46934/57942)
[00:02:06] [Setup runtime] Updating files:  82% (47513/57942)
[00:02:06] [Setup runtime] Updating files:  83% (48092/57942)
[00:02:06] [Setup runtime] Updating files:  84% (48672/57942)
[00:02:06] [Setup runtime] Updating files:  85% (49251/57942)
[00:02:06] [Setup runtime] Updating files:  86% (49831/57942)
[00:02:07] [Setup runtime] Updating files:  87% (50410/57942)
[00:02:07] [Setup runtime] Updating files:  88% (50989/57942)
[00:02:07] [Setup runtime] Updating files:  89% (51569/57942)
[00:02:07] [Setup runtime] Updating files:  90% (52148/57942)
[00:02:07] [Setup runtime] Updating files:  91% (52728/57942)
[00:02:07] [Setup runtime] Updating files:  92% (53307/57942)
[00:02:07] [Setup runtime] Updating files:  93% (53887/57942)
[00:02:07] [Setup runtime] Updating files:  94% (54466/57942)
[00:02:07] [Setup runtime] Updating files:  95% (55045/57942)
[00:02:07] [Setup runtime] Updating files:  96% (55625/57942)
[00:02:07] [Setup runtime] Updating files:  97% (56204/57942)
[00:02:07] [Setup runtime] Updating files:  98% (56784/57942)
[00:02:07] [Setup runtime] Updating files:  99% (57363/57942)
[00:02:07] [Setup runtime] Updating files: 100% (57942/57942)
[00:02:07] [Setup runtime] Updating files: 100% (57942/57942), done.
[00:02:07] [Setup runtime] + cd runtime
[00:02:07] [Setup runtime] + git log -1
[00:02:07] [Setup runtime] commit 1f254ec3b14c88b71efc7324b3d001f1fb056ecb
[00:02:07] [Setup runtime] Author: Michał Petryka <35800402+MichalPetryka@users.noreply.github.com>
[00:02:07] [Setup runtime] Date:   Sat Jun 13 02:48:10 2026 +0200
[00:02:07] [Setup runtime] 
[00:02:07] [Setup runtime]     Optimize NativeAOT delegate field layout (#129304)
[00:02:07] [Setup runtime]     
[00:02:07] [Setup runtime]     Placing the 2 fields used to call a delegate makes it less likely to
[00:02:07] [Setup runtime]     split cache lines and makes every delegate call on arm64 smaller due to
[00:02:07] [Setup runtime]     it being able to use `ldp`.
[00:02:07] [Setup runtime]     
[00:02:07] [Setup runtime]     ---------
[00:02:07] [Setup runtime]     
[00:02:07] [Setup runtime]     Co-authored-by: Jan Kotas <jkotas@microsoft.com>
[00:02:07] [Setup runtime] + chmod 777 build.sh
[00:02:07] [Setup runtime] + git config --global user.email build@build.foo
[00:02:07] [Setup runtime] + git config --global user.name build
[00:02:07] [Setup runtime] + git switch -c pr
[00:02:07] [Setup runtime] Switched to a new branch 'pr'
[00:02:07] [Setup runtime] + git remote add combineWith1 https://github.com/hez2010/runtime
[00:02:07] [Setup runtime] + git fetch combineWith1 unboxing-stub-cleanup
[00:02:08] [Setup runtime] From https://github.com/hez2010/runtime
[00:02:08] [Setup runtime]  * branch                    unboxing-stub-cleanup -> FETCH_HEAD
[00:02:08] [Setup runtime]  * [new branch]              unboxing-stub-cleanup -> combineWith1/unboxing-stub-cleanup
[00:02:08] [Setup runtime] + git log combineWith1/unboxing-stub-cleanup -1
[00:02:08] [Setup runtime] commit 852a5724f42f0783e464e6bae9a6d3a1a4abde5e
[00:02:08] [Setup runtime] Author: Steven He <hez2010@outlook.com>
[00:02:08] [Setup runtime] Date:   Thu Jun 11 21:50:42 2026 +0900
[00:02:08] [Setup runtime] 
[00:02:08] [Setup runtime]     Check the context directly
[00:02:08] [Setup runtime] + git merge --no-edit combineWith1/unboxing-stub-cleanup
[00:02:09] [Setup runtime] Auto-merging src/coreclr/inc/jiteeversionguid.h
[00:02:09] [Setup runtime] CONFLICT (content): Merge conflict in src/coreclr/inc/jiteeversionguid.h
[00:02:09] [Setup runtime] Auto-merging src/coreclr/jit/compiler.h
[00:02:09] [Setup runtime] Auto-merging src/coreclr/jit/importercalls.cpp
[00:02:09] [Setup runtime] Auto-merging src/coreclr/jit/indirectcalltransformer.cpp
[00:02:09] [Setup runtime] Auto-merging src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs
[00:02:09] [Setup runtime] Automatic merge failed; fix conflicts and then commit the result.
ERROR: System.Exception: bash -x setup-runtime.sh failed with exit code 1
   at Runner.JobBase.RunProcessAsync(String fileName, String arguments, List`1 output, String logPrefix, String workDir, Boolean checkExitCode, Func`2 processLogs, Boolean suppressOutputLogs, Boolean suppressStartingLog, ProcessPriorityClass priority, List`1 envVars, CancellationToken cancellationToken) in /home/runtime-utils/Runner/JobBase.cs:line 485
   at Runner.Helpers.RuntimeHelpers.CloneRuntimeAsync(JobBase job) in /home/runtime-utils/Runner/Helpers/RuntimeHelpers.cs:line 118
   at Runner.Jobs.JitDiffJob.CloneRuntimeAndSetupToolsAsync(JobBase job) in /home/runtime-utils/Runner/Jobs/JitDiffJob.cs:line 182
   at Runner.Jobs.JitDiffJob.RunJobCoreAsync() in /home/runtime-utils/Runner/Jobs/JitDiffJob.cs:line 102
   at Runner.JobBase.RunJobAsync() in /home/runtime-utils/Runner/JobBase.cs:line 179
[00:02:12]* Deleting the VM resource group
[00:02:12]* Saved artifact 'logs.txt' to https://mihubot.xyz/r/FQcW9f3A (91 KB)
