[00:00:00]* Starting ...
[00:00:00]* Using custom arguments: '-nuget'
[00:00:00]* Creating a new Azure VM (Standard_D32as_v6) in East US 2 ...
[00:00:00]* Creating a new Azure resource group for this deployment ...
[00:00:01]* Starting deployment of Azure VM (Standard_D32as_v6) ...
[00:01:09]* Azure deployment complete
[00:01:44]* Initial remote runner contact
[00:01:42] CustomArguments=-nuget
[00:01:42] ProcessorCount=32
[00:01:42] CurrentDirectory=/home/runtime-utils/Runner
[00:01:42] FrameworkDescription=.NET 8.0.28
[00:01:42] RuntimeIdentifier=ubuntu.24.04-x64
[00:01:42] BaseRepo=dotnet/runtime
[00:01:42] BaseBranch=main
[00:01:42] PrRepo=AndyAyersMS/runtime
[00:01:42] PrBranch=loop-clone-long-iv
[00:01:43] First hardware info: CpuCoresAvailable=32 MemoryAvailableGB=125.78557968139648
[00:01:43] [Prepare RAM disk] Running 'mkdir /ramdisk'
[00:01:43] [Prepare RAM disk] Running 'mount -t tmpfs -o size=128G tmpfs /ramdisk'
[00:01:43] Changed working directory from /home/runtime-utils/Runner to /ramdisk
[00:01:43] 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/AndyAyersMS/runtime
git fetch combineWith1 loop-clone-long-iv
git log combineWith1/loop-clone-long-iv -1
git merge --no-edit combineWith1/loop-clone-long-iv
git log -1


git switch main

eng/common/native/install-dependencies.sh linux
[00:01:43] [Setup zip & wget] Running 'apt-get install -y zip wget ninja-build'
[00:01:43] [Setup runtime] Running 'bash -x setup-runtime.sh'
[00:01:43] [Setup runtime] + set -e
[00:01:43] [Setup runtime] + git clone --no-tags --branch main --single-branch --progress https://github.com/dotnet/runtime runtime
[00:01:43] [Setup runtime] Cloning into 'runtime'...
[00:01:43] [Setup zip & wget] Reading package lists...
[00:01:43] [Setup zip & wget] Building dependency tree...
[00:01:43] [Setup zip & wget] Reading state information...
[00:01:43] [Setup zip & wget] wget is already the newest version (1.21.4-1ubuntu4.1).
[00:01:43] [Setup zip & wget] wget set to manually installed.
[00:01:43] [Setup zip & wget] The following NEW packages will be installed:
[00:01:43] [Setup zip & wget]   ninja-build unzip zip
[00:01:43] [Setup zip & wget] 0 upgraded, 3 newly installed, 0 to remove and 26 not upgraded.
[00:01:43] [Setup zip & wget] Need to get 479 kB of archives.
[00:01:43] [Setup zip & wget] After this operation, 1296 kB of additional disk space will be used.
[00:01:43] [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:43] [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:43] [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:43] [Setup zip & wget] dpkg-preconfigure: unable to re-open stdin: No such file or directory
[00:01:43] [Setup zip & wget] Fetched 479 kB in 0s (26.5 MB/s)
[00:01:43] [Setup zip & wget] Selecting previously unselected package ninja-build.
[00:01:43] [Setup zip & wget] (Reading database ... 
[00:01:43] [Setup zip & wget] (Reading database ... 5%
[00:01:43] [Setup zip & wget] (Reading database ... 10%
[00:01:43] [Setup zip & wget] (Reading database ... 15%
[00:01:43] [Setup zip & wget] (Reading database ... 20%
[00:01:43] [Setup zip & wget] (Reading database ... 25%
[00:01:43] [Setup zip & wget] (Reading database ... 30%
[00:01:43] [Setup zip & wget] (Reading database ... 35%
[00:01:43] [Setup zip & wget] (Reading database ... 40%
[00:01:43] [Setup zip & wget] (Reading database ... 45%
[00:01:43] [Setup zip & wget] (Reading database ... 50%
[00:01:44] [Setup zip & wget] (Reading database ... 55%
[00:01:44] [Setup zip & wget] (Reading database ... 60%
[00:01:44] [Setup zip & wget] (Reading database ... 65%
[00:01:44] [Setup zip & wget] (Reading database ... 70%
[00:01:44] [Setup zip & wget] (Reading database ... 75%
[00:01:44] [Setup zip & wget] (Reading database ... 80%
[00:01:44] [Setup zip & wget] (Reading database ... 85%
[00:01:44] [Setup zip & wget] (Reading database ... 90%
[00:01:44] [Setup zip & wget] (Reading database ... 95%
[00:01:44] [Setup zip & wget] (Reading database ... 100%
[00:01:44] [Setup zip & wget] (Reading database ... 74058 files and directories currently installed.)
[00:01:44] [Setup zip & wget] Preparing to unpack .../ninja-build_1.11.1-2_amd64.deb ...
[00:01:44] [Setup zip & wget] Unpacking ninja-build (1.11.1-2) ...
[00:01:44] [Setup zip & wget] Selecting previously unselected package unzip.
[00:01:44] [Setup zip & wget] Preparing to unpack .../unzip_6.0-28ubuntu4.1_amd64.deb ...
[00:01:44] [Setup zip & wget] Unpacking unzip (6.0-28ubuntu4.1) ...
[00:01:44] [Setup zip & wget] Selecting previously unselected package zip.
[00:01:44] [Setup zip & wget] Preparing to unpack .../zip_3.0-13ubuntu0.2_amd64.deb ...
[00:01:44] [Setup zip & wget] Unpacking zip (3.0-13ubuntu0.2) ...
[00:01:44] [Setup zip & wget] Setting up unzip (6.0-28ubuntu4.1) ...
[00:01:44] [Setup zip & wget] Setting up ninja-build (1.11.1-2) ...
[00:01:44] [Setup zip & wget] Setting up zip (3.0-13ubuntu0.2) ...
[00:01:44] [Setup zip & wget] Processing triggers for man-db (2.12.0-4build2) ...
[00:01:45] [Setup zip & wget] 
[00:01:45] [Setup zip & wget] Running kernel seems to be up-to-date.
[00:01:45] [Setup zip & wget] 
[00:01:45] [Setup zip & wget] No services need to be restarted.
[00:01:45] [Setup zip & wget] 
[00:01:45] [Setup zip & wget] No containers need to be restarted.
[00:01:45] [Setup zip & wget] 
[00:01:45] [Setup zip & wget] No user sessions are running outdated binaries.
[00:01:45] [Setup zip & wget] 
[00:01:45] [Setup zip & wget] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[00:01:45] [Setup jitutils] Running 'git clone --no-tags --single-branch -b main --progress https://github.com/dotnet/jitutils.git jitutils'
[00:01:45] [Setup jitutils] Cloning into 'jitutils'...
[00:01:45] [Setup jitutils] remote: Enumerating objects: 3966, done.        
[00:01:45] [Setup jitutils] remote: Counting objects:   0% (1/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   1% (6/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   2% (11/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   3% (17/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   4% (22/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   5% (27/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   6% (33/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   7% (38/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   8% (44/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:   9% (49/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  10% (54/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  11% (60/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  12% (65/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  13% (70/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  14% (76/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  15% (81/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  16% (87/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  17% (92/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  18% (97/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  19% (103/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  20% (108/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  21% (113/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  22% (119/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  23% (124/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  24% (130/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  25% (135/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  26% (140/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  27% (146/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  28% (151/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  29% (157/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  30% (162/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  31% (167/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  32% (173/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  33% (178/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  34% (183/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  35% (189/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  36% (194/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  37% (200/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  38% (205/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  39% (210/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  40% (216/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  41% (221/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  42% (226/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  43% (232/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  44% (237/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  45% (243/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  46% (248/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  47% (253/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  48% (259/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  49% (264/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  50% (269/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  51% (275/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  52% (280/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  53% (286/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  54% (291/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  55% (296/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  56% (302/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  57% (307/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  58% (313/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  59% (318/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  60% (323/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  61% (329/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  62% (334/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  63% (339/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  64% (345/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  65% (350/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  66% (356/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  67% (361/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  68% (366/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  69% (372/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  70% (377/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  71% (382/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  72% (388/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  73% (393/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  74% (399/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  75% (404/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  76% (409/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  77% (415/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  78% (420/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  79% (426/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  80% (431/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  81% (436/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  82% (442/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  83% (447/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  84% (452/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  85% (458/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  86% (463/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  87% (469/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  88% (474/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  89% (479/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  90% (485/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  91% (490/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  92% (495/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  93% (501/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  94% (506/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  95% (512/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  96% (517/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  97% (522/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  98% (528/538)        
[00:01:45] [Setup jitutils] remote: Counting objects:  99% (533/538)        
[00:01:45] [Setup jitutils] remote: Counting objects: 100% (538/538)        
[00:01:45] [Setup jitutils] remote: Counting objects: 100% (538/538), done.        
[00:01:45] [Setup jitutils] remote: Compressing objects:   0% (1/179)        
[00:01:45] [Setup jitutils] remote: Compressing objects:   1% (2/179)        
[00:01:45] [Setup jitutils] remote: Compressing objects:   2% (4/179)        
[00:01:45] [Setup jitutils] remote: Compressing objects:   3% (6/179)        
[00:01:45] [Setup jitutils] remote: Compressing objects:   4% (8/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:   5% (9/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:   6% (11/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:   7% (13/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:   8% (15/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:   9% (17/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  10% (18/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  11% (20/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  12% (22/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  13% (24/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  14% (26/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  15% (27/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  16% (29/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  17% (31/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  18% (33/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  19% (35/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  20% (36/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  21% (38/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  22% (40/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  23% (42/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  24% (43/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  25% (45/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  26% (47/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  27% (49/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  28% (51/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  29% (52/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  30% (54/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  31% (56/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  32% (58/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  33% (60/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  34% (61/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  35% (63/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  36% (65/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  37% (67/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  38% (69/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  39% (70/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  40% (72/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  41% (74/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  42% (76/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  43% (77/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  44% (79/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  45% (81/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  46% (83/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  47% (85/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  48% (86/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  49% (88/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  50% (90/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  51% (92/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  52% (94/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  53% (95/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  54% (97/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  55% (99/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  56% (101/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  57% (103/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  58% (104/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  59% (106/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  60% (108/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  61% (110/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  62% (111/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  63% (113/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  64% (115/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  65% (117/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  66% (119/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  67% (120/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  68% (122/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  69% (124/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  70% (126/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  71% (128/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  72% (129/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  73% (131/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  74% (133/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  75% (135/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  76% (137/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  77% (138/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  78% (140/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  79% (142/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  80% (144/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  81% (145/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  82% (147/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  83% (149/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  84% (151/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  85% (153/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  86% (154/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  87% (156/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  88% (158/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  89% (160/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  90% (162/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  91% (163/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  92% (165/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  93% (167/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  94% (169/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  95% (171/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  96% (172/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  97% (174/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  98% (176/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects:  99% (178/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects: 100% (179/179)        
[00:01:46] [Setup jitutils] remote: Compressing objects: 100% (179/179), done.        
[00:01:46] [Setup jitutils] Receiving objects:   0% (1/3966)
[00:01:46] [Setup jitutils] Receiving objects:   1% (40/3966)
[00:01:46] [Setup jitutils] Receiving objects:   2% (80/3966)
[00:01:46] [Setup jitutils] Receiving objects:   3% (119/3966)
[00:01:46] [Setup jitutils] Receiving objects:   4% (159/3966)
[00:01:46] [Setup jitutils] Receiving objects:   5% (199/3966)
[00:01:46] [Setup jitutils] Receiving objects:   6% (238/3966)
[00:01:46] [Setup jitutils] Receiving objects:   7% (278/3966)
[00:01:46] [Setup jitutils] Receiving objects:   8% (318/3966)
[00:01:46] [Setup jitutils] Receiving objects:   9% (357/3966)
[00:01:46] [Setup jitutils] Receiving objects:  10% (397/3966)
[00:01:46] [Setup jitutils] Receiving objects:  11% (437/3966)
[00:01:46] [Setup jitutils] Receiving objects:  12% (476/3966)
[00:01:46] [Setup jitutils] Receiving objects:  13% (516/3966)
[00:01:46] [Setup jitutils] Receiving objects:  14% (556/3966)
[00:01:46] [Setup jitutils] Receiving objects:  15% (595/3966)
[00:01:46] [Setup jitutils] Receiving objects:  16% (635/3966)
[00:01:46] [Setup jitutils] Receiving objects:  17% (675/3966)
[00:01:46] [Setup jitutils] Receiving objects:  18% (714/3966)
[00:01:46] [Setup jitutils] Receiving objects:  19% (754/3966)
[00:01:46] [Setup jitutils] Receiving objects:  20% (794/3966)
[00:01:46] [Setup jitutils] Receiving objects:  21% (833/3966)
[00:01:46] [Setup jitutils] Receiving objects:  22% (873/3966)
[00:01:46] [Setup jitutils] Receiving objects:  23% (913/3966)
[00:01:46] [Setup jitutils] Receiving objects:  24% (952/3966)
[00:01:46] [Setup jitutils] Receiving objects:  25% (992/3966)
[00:01:46] [Setup jitutils] Receiving objects:  26% (1032/3966)
[00:01:46] [Setup jitutils] Receiving objects:  27% (1071/3966)
[00:01:46] [Setup jitutils] Receiving objects:  28% (1111/3966)
[00:01:46] [Setup jitutils] Receiving objects:  29% (1151/3966)
[00:01:46] [Setup jitutils] Receiving objects:  30% (1190/3966)
[00:01:46] [Setup jitutils] Receiving objects:  31% (1230/3966)
[00:01:46] [Setup jitutils] Receiving objects:  32% (1270/3966)
[00:01:46] [Setup jitutils] Receiving objects:  33% (1309/3966)
[00:01:46] [Setup jitutils] Receiving objects:  34% (1349/3966)
[00:01:46] [Setup jitutils] Receiving objects:  35% (1389/3966)
[00:01:46] [Setup jitutils] Receiving objects:  36% (1428/3966)
[00:01:46] [Setup jitutils] Receiving objects:  37% (1468/3966)
[00:01:46] [Setup jitutils] Receiving objects:  38% (1508/3966)
[00:01:46] [Setup jitutils] Receiving objects:  39% (1547/3966)
[00:01:46] [Setup jitutils] Receiving objects:  40% (1587/3966)
[00:01:46] [Setup jitutils] Receiving objects:  41% (1627/3966)
[00:01:46] [Setup jitutils] Receiving objects:  42% (1666/3966)
[00:01:46] [Setup jitutils] Receiving objects:  43% (1706/3966)
[00:01:46] [Setup jitutils] Receiving objects:  44% (1746/3966)
[00:01:46] [Setup jitutils] Receiving objects:  45% (1785/3966)
[00:01:46] [Setup jitutils] Receiving objects:  46% (1825/3966)
[00:01:46] [Setup jitutils] Receiving objects:  47% (1865/3966)
[00:01:46] [Setup jitutils] Receiving objects:  48% (1904/3966)
[00:01:46] [Setup jitutils] Receiving objects:  49% (1944/3966)
[00:01:46] [Setup jitutils] Receiving objects:  50% (1983/3966)
[00:01:46] [Setup jitutils] Receiving objects:  51% (2023/3966)
[00:01:46] [Setup jitutils] Receiving objects:  52% (2063/3966)
[00:01:46] [Setup jitutils] Receiving objects:  53% (2102/3966)
[00:01:46] [Setup jitutils] Receiving objects:  54% (2142/3966)
[00:01:46] [Setup jitutils] Receiving objects:  55% (2182/3966)
[00:01:46] [Setup jitutils] Receiving objects:  56% (2221/3966)
[00:01:46] [Setup jitutils] Receiving objects:  57% (2261/3966)
[00:01:46] [Setup jitutils] Receiving objects:  58% (2301/3966)
[00:01:46] [Setup jitutils] Receiving objects:  59% (2340/3966)
[00:01:46] [Setup jitutils] Receiving objects:  60% (2380/3966)
[00:01:46] [Setup jitutils] Receiving objects:  61% (2420/3966)
[00:01:46] [Setup jitutils] Receiving objects:  62% (2459/3966)
[00:01:46] [Setup jitutils] Receiving objects:  63% (2499/3966)
[00:01:46] [Setup jitutils] Receiving objects:  64% (2539/3966)
[00:01:46] [Setup jitutils] Receiving objects:  65% (2578/3966)
[00:01:46] [Setup jitutils] Receiving objects:  66% (2618/3966)
[00:01:46] [Setup jitutils] Receiving objects:  67% (2658/3966)
[00:01:46] [Setup jitutils] Receiving objects:  68% (2697/3966)
[00:01:46] [Setup jitutils] Receiving objects:  69% (2737/3966)
[00:01:46] [Setup jitutils] Receiving objects:  70% (2777/3966)
[00:01:46] [Setup jitutils] Receiving objects:  71% (2816/3966)
[00:01:46] [Setup jitutils] Receiving objects:  72% (2856/3966)
[00:01:46] [Setup jitutils] Receiving objects:  73% (2896/3966)
[00:01:46] [Setup jitutils] Receiving objects:  74% (2935/3966)
[00:01:46] [Setup jitutils] Receiving objects:  75% (2975/3966)
[00:01:46] [Setup jitutils] Receiving objects:  76% (3015/3966)
[00:01:46] [Setup jitutils] Receiving objects:  77% (3054/3966)
[00:01:46] [Setup jitutils] Receiving objects:  78% (3094/3966)
[00:01:46] [Setup jitutils] Receiving objects:  79% (3134/3966)
[00:01:46] [Setup jitutils] Receiving objects:  80% (3173/3966)
[00:01:46] [Setup jitutils] Receiving objects:  81% (3213/3966)
[00:01:46] [Setup jitutils] Receiving objects:  82% (3253/3966)
[00:01:46] [Setup jitutils] Receiving objects:  83% (3292/3966)
[00:01:46] [Setup jitutils] Receiving objects:  84% (3332/3966)
[00:01:46] [Setup jitutils] Receiving objects:  85% (3372/3966)
[00:01:46] [Setup jitutils] Receiving objects:  86% (3411/3966)
[00:01:46] [Setup jitutils] Receiving objects:  87% (3451/3966)
[00:01:46] [Setup jitutils] Receiving objects:  88% (3491/3966)
[00:01:46] [Setup jitutils] Receiving objects:  89% (3530/3966)
[00:01:46] [Setup jitutils] Receiving objects:  90% (3570/3966)
[00:01:46] [Setup jitutils] Receiving objects:  91% (3610/3966)
[00:01:46] [Setup jitutils] Receiving objects:  92% (3649/3966)
[00:01:46] [Setup jitutils] Receiving objects:  93% (3689/3966)
[00:01:46] [Setup jitutils] Receiving objects:  94% (3729/3966)
[00:01:46] [Setup jitutils] Receiving objects:  95% (3768/3966)
[00:01:46] [Setup jitutils] Receiving objects:  96% (3808/3966)
[00:01:46] [Setup jitutils] Receiving objects:  97% (3848/3966)
[00:01:46] [Setup jitutils] Receiving objects:  98% (3887/3966)
[00:01:46] [Setup jitutils] Receiving objects:  99% (3927/3966)
[00:01:46] [Setup jitutils] remote: Total 3966 (delta 456), reused 359 (delta 359), pack-reused 3428 (from 2)        
[00:01:46] [Setup jitutils] Receiving objects: 100% (3966/3966)
[00:01:46] [Setup jitutils] Receiving objects: 100% (3966/3966), 1.72 MiB | 14.45 MiB/s, done.
[00:01:46] [Setup jitutils] Resolving deltas:   0% (0/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   1% (27/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   2% (55/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   3% (81/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   4% (107/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   5% (134/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   6% (164/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   7% (188/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   8% (214/2671)
[00:01:46] [Setup jitutils] Resolving deltas:   9% (241/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  10% (272/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  11% (296/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  12% (321/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  13% (349/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  14% (374/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  15% (401/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  16% (429/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  17% (456/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  18% (481/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  19% (508/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  20% (535/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  21% (561/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  22% (588/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  23% (615/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  24% (643/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  25% (668/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  26% (696/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  27% (722/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  28% (748/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  29% (776/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  30% (802/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  31% (830/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  32% (855/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  33% (882/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  34% (909/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  35% (935/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  36% (962/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  37% (989/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  38% (1015/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  39% (1042/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  40% (1069/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  41% (1096/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  42% (1123/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  43% (1149/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  44% (1176/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  45% (1204/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  46% (1229/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  47% (1256/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  48% (1283/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  49% (1311/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  50% (1337/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  51% (1364/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  52% (1395/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  53% (1416/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  54% (1443/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  55% (1472/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  56% (1496/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  57% (1524/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  58% (1550/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  59% (1576/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  60% (1605/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  61% (1634/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  62% (1658/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  63% (1683/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  64% (1711/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  65% (1737/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  66% (1763/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  67% (1790/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  68% (1817/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  69% (1843/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  70% (1870/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  71% (1897/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  72% (1924/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  73% (1950/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  74% (1977/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  75% (2004/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  76% (2030/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  77% (2057/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  78% (2084/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  79% (2111/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  80% (2137/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  81% (2164/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  82% (2191/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  83% (2219/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  84% (2244/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  85% (2271/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  86% (2299/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  87% (2324/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  88% (2353/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  89% (2379/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  90% (2404/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  91% (2431/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  92% (2459/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  93% (2486/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  94% (2512/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  95% (2539/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  96% (2566/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  97% (2591/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  98% (2618/2671)
[00:01:46] [Setup jitutils] Resolving deltas:  99% (2645/2671)
[00:01:46] [Setup jitutils] Resolving deltas: 100% (2671/2671)
[00:01:46] [Setup jitutils] Resolving deltas: 100% (2671/2671), done.
[00:01:46] [Setup jitutils] Running 'bash bootstrap.sh' from 'jitutils'
[00:01:46] [Setup runtime] remote: Enumerating objects: 2441763        
[00:01:46] [Setup runtime] remote: Enumerating objects: 2441870, done.        
[00:01:46] [Setup runtime] remote: Counting objects:   0% (1/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   1% (2/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   2% (3/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   3% (4/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   4% (5/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   5% (6/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   6% (7/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   7% (8/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   8% (9/107)        
[00:01:46] [Setup runtime] remote: Counting objects:   9% (10/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  10% (11/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  11% (12/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  12% (13/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  13% (14/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  14% (15/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  15% (17/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  16% (18/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  17% (19/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  18% (20/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  19% (21/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  20% (22/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  21% (23/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  22% (24/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  23% (25/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  24% (26/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  25% (27/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  26% (28/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  27% (29/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  28% (30/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  29% (32/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  30% (33/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  31% (34/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  32% (35/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  33% (36/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  34% (37/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  35% (38/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  36% (39/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  37% (40/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  38% (41/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  39% (42/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  40% (43/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  41% (44/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  42% (45/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  43% (47/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  44% (48/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  45% (49/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  46% (50/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  47% (51/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  48% (52/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  49% (53/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  50% (54/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  51% (55/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  52% (56/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  53% (57/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  54% (58/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  55% (59/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  56% (60/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  57% (61/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  58% (63/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  59% (64/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  60% (65/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  61% (66/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  62% (67/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  63% (68/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  64% (69/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  65% (70/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  66% (71/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  67% (72/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  68% (73/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  69% (74/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  70% (75/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  71% (76/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  72% (78/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  73% (79/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  74% (80/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  75% (81/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  76% (82/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  77% (83/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  78% (84/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  79% (85/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  80% (86/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  81% (87/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  82% (88/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  83% (89/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  84% (90/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  85% (91/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  86% (93/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  87% (94/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  88% (95/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  89% (96/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  90% (97/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  91% (98/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  92% (99/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  93% (100/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  94% (101/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  95% (102/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  96% (103/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  97% (104/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  98% (105/107)        
[00:01:46] [Setup runtime] remote: Counting objects:  99% (106/107)        
[00:01:46] [Setup runtime] remote: Counting objects: 100% (107/107)        
[00:01:46] [Setup runtime] remote: Counting objects: 100% (107/107), done.        
[00:01:46] [Setup runtime] remote: Compressing objects:   1% (1/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   2% (2/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   3% (3/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   4% (4/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   6% (5/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   7% (6/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   8% (7/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:   9% (8/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  10% (9/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  12% (10/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  13% (11/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  14% (12/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  15% (13/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  16% (14/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  18% (15/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  19% (16/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  20% (17/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  21% (18/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  22% (19/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  24% (20/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  25% (21/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  26% (22/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  27% (23/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  28% (24/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  30% (25/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  31% (26/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  32% (27/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  33% (28/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  34% (29/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  36% (30/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  37% (31/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  38% (32/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  39% (33/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  40% (34/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  42% (35/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  43% (36/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  44% (37/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  45% (38/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  46% (39/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  48% (40/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  49% (41/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  50% (42/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  51% (43/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  53% (44/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  54% (45/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  55% (46/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  56% (47/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  57% (48/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  59% (49/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  60% (50/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  61% (51/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  62% (52/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  63% (53/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  65% (54/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  66% (55/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  67% (56/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  68% (57/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  69% (58/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  71% (59/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  72% (60/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  73% (61/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  74% (62/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  75% (63/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  77% (64/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  78% (65/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  79% (66/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  80% (67/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  81% (68/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  83% (69/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  84% (70/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  85% (71/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  86% (72/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  87% (73/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  89% (74/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  90% (75/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  91% (76/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  92% (77/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  93% (78/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  95% (79/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  96% (80/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  97% (81/83)        
[00:01:46] [Setup runtime] remote: Compressing objects:  98% (82/83)        
[00:01:46] [Setup runtime] remote: Compressing objects: 100% (83/83)        
[00:01:46] [Setup runtime] remote: Compressing objects: 100% (83/83), done.        
[00:01:46] [Setup jitutils]   Determining projects to restore...
[00:01:46] [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:47] [Setup runtime] Receiving objects:   0% (1/2441870)
[00:01:47] [Setup runtime] Receiving objects:   1% (24419/2441870)
[00:01:47] [Setup runtime] Receiving objects:   2% (48838/2441870), 22.10 MiB | 44.19 MiB/s
[00:01:47] [Setup runtime] Receiving objects:   3% (73257/2441870), 22.10 MiB | 44.19 MiB/s
[00:01:47] [Setup runtime] Receiving objects:   3% (82787/2441870), 22.10 MiB | 44.19 MiB/s
[00:01:48] [Setup runtime] Receiving objects:   4% (97675/2441870), 45.27 MiB | 45.26 MiB/s
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-analyze/jit-analyze.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/AnalyzeAsm/AnalyzeAsm.csproj (in 1.01 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-tp-analyze/jit-tp-analyze.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm-pmi/jit-dasm-pmi.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm/jit-dasm.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/cijobs/cijobs.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-decisions-analyze/jit-decisions-analyze.csproj (in 1.02 sec).
[00:01:48] [Setup jitutils]   Restored /ramdisk/jitutils/src/pmi/pmi.csproj (in 1.08 sec).
[00:01:48] [Setup runtime] Receiving objects:   5% (122094/2441870), 45.27 MiB | 45.26 MiB/s
[00:01:48] [Setup runtime] Receiving objects:   6% (146513/2441870), 64.30 MiB | 42.86 MiB/s
[00:01:49] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-format/jit-format.csproj (in 2.14 sec).
[00:01:49] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-diff/jit-diff.csproj (in 2.14 sec).
[00:01:49] [Setup runtime] Receiving objects:   6% (152029/2441870), 64.30 MiB | 42.86 MiB/s
[00:01:49] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:49] [Setup runtime] Receiving objects:   7% (170931/2441870), 108.89 MiB | 43.57 MiB/s
[00:01:50] [Setup jitutils]   Determining projects to restore...
[00:01:50] [Setup runtime] Receiving objects:   7% (186108/2441870), 108.89 MiB | 43.57 MiB/s
[00:01:50] [Setup runtime] Receiving objects:   8% (195350/2441870), 128.63 MiB | 42.90 MiB/s
[00:01:50] [Setup runtime] Receiving objects:   8% (218392/2441870), 147.58 MiB | 42.19 MiB/s
[00:01:50] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm/jit-dasm.csproj (in 684 ms).
[00:01:51] [Setup runtime] Receiving objects:   9% (219769/2441870), 168.39 MiB | 42.12 MiB/s
[00:01:51] [Setup jitutils]   jit-dasm -> /ramdisk/jitutils/src/jit-dasm/bin/Release/net8.0/ubuntu.24.04-x64/jit-dasm.dll
[00:01:51] [Setup jitutils]   jit-dasm -> /ramdisk/jitutils/bin/
[00:01:51] [Setup runtime] Receiving objects:  10% (244187/2441870), 168.39 MiB | 42.12 MiB/s
[00:01:51] [Setup runtime] Receiving objects:  10% (267853/2441870), 183.28 MiB | 40.74 MiB/s
[00:01:51] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:52] [Setup jitutils]   Determining projects to restore...
[00:01:52] [Setup runtime] Receiving objects:  11% (268606/2441870), 209.82 MiB | 41.73 MiB/s
[00:01:52] [Setup runtime] Receiving objects:  12% (293025/2441870), 209.82 MiB | 41.73 MiB/s
[00:01:52] [Setup runtime] Receiving objects:  13% (317444/2441870), 231.91 MiB | 41.49 MiB/s
[00:01:52] [Setup runtime] Receiving objects:  13% (338608/2441870), 258.11 MiB | 43.09 MiB/s
[00:01:53] [Setup runtime] Receiving objects:  14% (341862/2441870), 258.11 MiB | 43.09 MiB/s
[00:01:53] [Setup runtime] Receiving objects:  15% (366281/2441870), 291.44 MiB | 45.38 MiB/s
[00:01:53] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-diff/jit-diff.csproj (in 1.5 sec).
[00:01:54] [Setup runtime] Receiving objects:  15% (384208/2441870), 291.44 MiB | 45.38 MiB/s
[00:01:54] [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:54] [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:54] [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:54] [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:54] [Setup runtime] Receiving objects:  16% (390700/2441870), 320.36 MiB | 47.00 MiB/s
[00:01:54] [Setup jitutils]   jit-diff -> /ramdisk/jitutils/src/jit-diff/bin/Release/net8.0/ubuntu.24.04-x64/jit-diff.dll
[00:01:54] [Setup runtime] Receiving objects:  17% (415118/2441870), 355.28 MiB | 50.37 MiB/s
[00:01:55] [Setup jitutils]   jit-diff -> /ramdisk/jitutils/bin/
[00:01:55] [Setup runtime] Receiving objects:  17% (418997/2441870), 355.28 MiB | 50.37 MiB/s
[00:01:55] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:55] [Setup jitutils]   Determining projects to restore...
[00:01:55] [Setup runtime] Receiving objects:  18% (439537/2441870), 389.02 MiB | 53.65 MiB/s
[00:01:55] [Setup runtime] Receiving objects:  19% (463956/2441870), 420.91 MiB | 56.13 MiB/s
[00:01:55] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-analyze/jit-analyze.csproj (in 209 ms).
[00:01:56] [Setup runtime] Receiving objects:  19% (469409/2441870), 457.13 MiB | 60.87 MiB/s
[00:01:56] [Setup jitutils]   jit-analyze -> /ramdisk/jitutils/src/jit-analyze/bin/Release/net8.0/ubuntu.24.04-x64/jit-analyze.dll
[00:01:56] [Setup jitutils]   jit-analyze -> /ramdisk/jitutils/bin/
[00:01:56] [Setup runtime] Receiving objects:  20% (488374/2441870), 493.09 MiB | 62.98 MiB/s
[00:01:56] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:57] [Setup runtime] Receiving objects:  20% (504538/2441870), 529.54 MiB | 66.17 MiB/s
[00:01:57] [Setup jitutils]   Determining projects to restore...
[00:01:57] [Setup runtime] Receiving objects:  21% (512793/2441870), 529.54 MiB | 66.17 MiB/s
[00:01:57] [Setup runtime] Receiving objects:  22% (537212/2441870), 565.90 MiB | 68.43 MiB/s
[00:01:57] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-tp-analyze/jit-tp-analyze.csproj (in 210 ms).
[00:01:57] [Setup runtime] Receiving objects:  23% (561631/2441870), 565.90 MiB | 68.43 MiB/s
[00:01:57] [Setup runtime] Receiving objects:  23% (573698/2441870), 565.90 MiB | 68.43 MiB/s
[00:01:58] [Setup runtime] Receiving objects:  24% (586049/2441870), 599.17 MiB | 68.43 MiB/s
[00:01:58] [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:58] [Setup runtime] Receiving objects:  25% (610468/2441870), 599.17 MiB | 68.43 MiB/s
[00:01:58] [Setup runtime] Receiving objects:  26% (634887/2441870), 599.17 MiB | 68.43 MiB/s
[00:01:58] [Setup jitutils]   jit-tp-analyze -> /ramdisk/jitutils/bin/
[00:01:58] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:01:58] [Setup runtime] Receiving objects:  27% (659305/2441870), 632.60 MiB | 69.43 MiB/s
[00:01:58] [Setup runtime] Receiving objects:  28% (683724/2441870), 632.60 MiB | 69.43 MiB/s
[00:01:58] [Setup runtime] Receiving objects:  29% (708143/2441870), 632.60 MiB | 69.43 MiB/s
[00:01:58] [Setup jitutils]   Determining projects to restore...
[00:01:59] [Setup runtime] Receiving objects:  29% (714686/2441870), 632.60 MiB | 69.43 MiB/s
[00:01:59] [Setup runtime] Receiving objects:  30% (732561/2441870), 666.45 MiB | 69.19 MiB/s
[00:01:59] [Setup runtime] Receiving objects:  31% (756980/2441870), 666.45 MiB | 69.19 MiB/s
[00:01:59] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-format/jit-format.csproj (in 352 ms).
[00:01:59] [Setup runtime] Receiving objects:  32% (781399/2441870), 698.41 MiB | 68.80 MiB/s
[00:01:59] [Setup runtime] Receiving objects:  33% (805818/2441870), 698.41 MiB | 68.80 MiB/s
[00:01:59] [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:59] [Setup runtime] Receiving objects:  33% (824815/2441870), 698.41 MiB | 68.80 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  34% (830236/2441870), 730.79 MiB | 68.89 MiB/s
[00:02:00] [Setup jitutils]   jit-format -> /ramdisk/jitutils/src/jit-format/bin/Release/net8.0/ubuntu.24.04-x64/jit-format.dll
[00:02:00] [Setup runtime] Receiving objects:  35% (854655/2441870), 730.79 MiB | 68.89 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  36% (879074/2441870), 730.79 MiB | 68.89 MiB/s
[00:02:00] [Setup jitutils]   jit-format -> /ramdisk/jitutils/bin/
[00:02:00] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:02:00] [Setup runtime] Receiving objects:  37% (903492/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  38% (927911/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  39% (952330/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:00] [Setup jitutils]   Determining projects to restore...
[00:02:00] [Setup runtime] Receiving objects:  40% (976748/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  41% (1001167/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:00] [Setup runtime] Receiving objects:  41% (1003939/2441870), 766.47 MiB | 68.79 MiB/s
[00:02:01] [Setup jitutils]   All projects are up-to-date for restore.
[00:02:01] [Setup runtime] Receiving objects:  42% (1025586/2441870), 798.72 MiB | 67.95 MiB/s
[00:02:01] [Setup runtime] Receiving objects:  43% (1050005/2441870), 798.72 MiB | 67.95 MiB/s
[00:02:01] [Setup runtime] Receiving objects:  44% (1074423/2441870), 798.72 MiB | 67.95 MiB/s
[00:02:01] [Setup jitutils]   pmi -> /ramdisk/jitutils/src/pmi/bin/Release/net8.0/pmi.dll
[00:02:01] [Setup runtime] Receiving objects:  45% (1098842/2441870), 836.81 MiB | 68.31 MiB/s
[00:02:01] [Setup jitutils]   pmi -> /ramdisk/jitutils/bin/
[00:02:01] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:02:01] [Setup runtime] Receiving objects:  46% (1123261/2441870), 836.81 MiB | 68.31 MiB/s
[00:02:01] [Setup runtime] Receiving objects:  47% (1147679/2441870), 836.81 MiB | 68.31 MiB/s
[00:02:01] [Setup jitutils]   Determining projects to restore...
[00:02:02] [Setup runtime] Receiving objects:  47% (1149067/2441870), 836.81 MiB | 68.31 MiB/s
[00:02:02] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-dasm-pmi/jit-dasm-pmi.csproj (in 209 ms).
[00:02:02] [Setup runtime] Receiving objects:  48% (1172098/2441870), 872.06 MiB | 68.07 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  49% (1196517/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  50% (1220935/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  51% (1245354/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  52% (1269773/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  53% (1294192/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  54% (1318610/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  55% (1343029/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  56% (1367448/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  57% (1391866/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup runtime] Receiving objects:  57% (1400112/2441870), 904.94 MiB | 67.96 MiB/s
[00:02:02] [Setup jitutils]   jit-dasm-pmi -> /ramdisk/jitutils/src/jit-dasm-pmi/bin/Release/net8.0/ubuntu.24.04-x64/jit-dasm-pmi.dll
[00:02:02] [Setup runtime] Receiving objects:  58% (1416285/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  59% (1440704/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup jitutils]   jit-dasm-pmi -> /ramdisk/jitutils/bin/
[00:02:03] [Setup runtime] Receiving objects:  60% (1465122/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  61% (1489541/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:02:03] [Setup runtime] Receiving objects:  62% (1513960/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  63% (1538379/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  64% (1562797/2441870), 934.46 MiB | 67.09 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  65% (1587216/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  66% (1611635/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup jitutils]   Determining projects to restore...
[00:02:03] [Setup runtime] Receiving objects:  67% (1636053/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  68% (1660472/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  69% (1684891/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  70% (1709309/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  71% (1733728/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  72% (1758147/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  72% (1766547/2441870), 962.03 MiB | 65.70 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  73% (1782566/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:03] [Setup runtime] Receiving objects:  74% (1806984/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  75% (1831403/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  76% (1855822/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup jitutils]   Restored /ramdisk/jitutils/src/jit-decisions-analyze/jit-decisions-analyze.csproj (in 209 ms).
[00:02:04] [Setup runtime] Receiving objects:  77% (1880240/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  78% (1904659/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  79% (1929078/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  80% (1953496/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  81% (1977915/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  82% (2002334/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  83% (2026753/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  84% (2051171/2441870), 989.29 MiB | 64.65 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  85% (2075590/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  86% (2100009/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  87% (2124427/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  88% (2148846/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  89% (2173265/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  90% (2197683/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  91% (2222102/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup jitutils]   jit-decisions-analyze -> /ramdisk/jitutils/src/jit-decisions-analyze/bin/Release/net8.0/ubuntu.24.04-x64/jit-decisions-analyze.dll
[00:02:04] [Setup runtime] Receiving objects:  92% (2246521/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  93% (2270940/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  94% (2295358/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  95% (2319777/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup jitutils]   jit-decisions-analyze -> /ramdisk/jitutils/bin/
[00:02:04] [Setup runtime] Receiving objects:  96% (2344196/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup runtime] Receiving objects:  97% (2368614/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:04] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:02:04] [Setup runtime] Receiving objects:  97% (2375872/2441870), 1015.96 MiB | 63.39 MiB/s
[00:02:05] [Setup runtime] Receiving objects:  98% (2393033/2441870), 1.01 GiB | 61.61 MiB/s   
[00:02:05] [Setup runtime] Receiving objects:  99% (2417452/2441870), 1.01 GiB | 61.61 MiB/s
[00:02:05] [Setup runtime] remote: Total 2441870 (delta 32), reused 24 (delta 24), pack-reused 2441763 (from 3)        
[00:02:05] [Setup runtime] Receiving objects: 100% (2441870/2441870), 1.01 GiB | 61.61 MiB/s
[00:02:05] [Setup runtime] Receiving objects: 100% (2441870/2441870), 1.02 GiB | 57.72 MiB/s, done.
[00:02:05] [Setup jitutils]   Determining projects to restore...
[00:02:05] [Setup runtime] Resolving deltas:   0% (0/1814014)
[00:02:05] [Setup jitutils]   Restored /ramdisk/jitutils/src/performance-explorer/performance-explorer.csproj (in 208 ms).
[00:02:06] [Setup runtime] Resolving deltas:   1% (18141/1814014)
[00:02:06] [Setup jitutils]   performance-explorer -> /ramdisk/jitutils/src/performance-explorer/bin/Release/net8.0/ubuntu.24.04-x64/performance-explorer.dll
[00:02:06] [Setup jitutils]   performance-explorer -> /ramdisk/jitutils/bin/
[00:02:06] [Setup runtime] Resolving deltas:   1% (33074/1814014)
[00:02:06] [Setup jitutils] MSBuild version 17.8.49+7806cbf7b for .NET
[00:02:06] [Setup jitutils]   Determining projects to restore...
[00:02:07] [Setup runtime] Resolving deltas:   2% (36283/1814014)
[00:02:07] [Setup runtime] Resolving deltas:   3% (54421/1814014)
[00:02:07] [Setup runtime] Resolving deltas:   3% (68230/1814014)
[00:02:07] [Setup runtime] Resolving deltas:   4% (72564/1814014)
[00:02:08] [Setup runtime] Resolving deltas:   5% (90703/1814014)
[00:02:08] [Setup jitutils]   Restored /ramdisk/jitutils/src/instructions-retired-explorer/instructions-retired-explorer.csproj (in 913 ms).
[00:02:08] [Setup runtime] Resolving deltas:   6% (108841/1814014)
[00:02:08] [Setup runtime] Resolving deltas:   7% (126982/1814014)
[00:02:08] [Setup runtime] Resolving deltas:   7% (134034/1814014)
[00:02:08] [Setup runtime] Resolving deltas:   8% (145122/1814014)
[00:02:08] [Setup jitutils]   instructions-retired-explorer -> /ramdisk/jitutils/src/instructions-retired-explorer/bin/Release/net8.0/ubuntu.24.04-x64/instructions-retired-explorer.dll
[00:02:08] [Setup runtime] Resolving deltas:   9% (163262/1814014)
[00:02:08] [Setup jitutils]   instructions-retired-explorer -> /ramdisk/jitutils/bin/
[00:02:08] [Setup jitutils] Installing clang 17.0.6 tools
[00:02:08] [Setup jitutils] /usr/bin/curl
[00:02:08] [Setup runtime] Resolving deltas:  10% (181404/1814014)
[00:02:09] [Setup runtime] Resolving deltas:  11% (199545/1814014)
[00:02:09] [Setup runtime] Resolving deltas:  12% (217682/1814014)
[00:02:09] [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:02:09] [Setup runtime] Resolving deltas:  12% (225968/1814014)
[00:02:09] [Setup jitutils] #=#=#                                                                          
[00:02:09] [Setup runtime] Resolving deltas:  13% (235823/1814014)
[00:02:09] [Setup jitutils] ##O#-#                                                                         
[00:02:09] [Setup jitutils] 
[00:02:09] [Setup jitutils]                                                                            1.3%
[00:02:09] [Setup runtime] Resolving deltas:  14% (253962/1814014)
[00:02:10] [Setup jitutils] ####                                                                       5.7%
[00:02:10] [Setup runtime] Resolving deltas:  15% (272103/1814014)
[00:02:10] [Setup jitutils] ######                                                                     8.8%
[00:02:10] [Setup jitutils] ############                                                              17.5%
[00:02:10] [Setup runtime] Resolving deltas:  16% (290243/1814014)
[00:02:10] [Setup jitutils] ####################                                                      28.9%
[00:02:10] [Setup runtime] Resolving deltas:  16% (300608/1814014)
[00:02:10] [Setup jitutils] ######################################                                    53.9%
[00:02:10] [Setup jitutils] ######################################################################    97.8%
[00:02:10] [Setup jitutils] ######################################################################## 100.0%
[00:02:10] [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:02:10] [Setup runtime] Resolving deltas:  17% (308383/1814014)
[00:02:11] [Setup runtime] Resolving deltas:  18% (326525/1814014)
[00:02:11] [Setup jitutils] #=#=#                                                                          
[00:02:11] [Setup runtime] Resolving deltas:  19% (344664/1814014)
[00:02:11] [Setup jitutils] ##O#-#                                                                         
[00:02:11] [Setup jitutils] 
[00:02:11] [Setup runtime] Resolving deltas:  20% (362803/1814014)
[00:02:11] [Setup runtime] Resolving deltas:  21% (380943/1814014)
[00:02:11] [Setup jitutils]                                                                            0.0%
[00:02:11] [Setup runtime] Resolving deltas:  21% (391342/1814014)
[00:02:11] [Setup jitutils]                                                                            0.1%
[00:02:11] [Setup runtime] Resolving deltas:  22% (399084/1814014)
[00:02:11] [Setup jitutils]                                                                            0.2%
[00:02:11] [Setup runtime] Resolving deltas:  23% (417224/1814014)
[00:02:11] [Setup jitutils]                                                                            0.7%
[00:02:11] [Setup jitutils]                                                                            1.3%
[00:02:11] [Setup jitutils] #                                                                          2.8%
[00:02:12] [Setup runtime] Resolving deltas:  24% (435364/1814014)
[00:02:12] [Setup jitutils] ##                                                                         3.6%
[00:02:12] [Setup runtime] Resolving deltas:  25% (453504/1814014)
[00:02:12] [Setup runtime] Resolving deltas:  26% (471644/1814014)
[00:02:12] [Setup jitutils] ####                                                                       5.6%
[00:02:12] [Setup jitutils] ######                                                                     8.9%
[00:02:12] [Setup jitutils] #########                                                                 12.6%
[00:02:12] [Setup runtime] Resolving deltas:  26% (477824/1814014)
[00:02:12] [Setup jitutils] ###########                                                               16.4%
[00:02:12] [Setup jitutils] ###############                                                           21.6%
[00:02:13] [Setup jitutils] ##################                                                        26.1%
[00:02:13] [Setup jitutils] ######################                                                    31.2%
[00:02:13] [Setup runtime] Resolving deltas:  27% (489784/1814014)
[00:02:13] [Setup runtime] Resolving deltas:  28% (507924/1814014)
[00:02:13] [Setup jitutils] ###########################                                               38.7%
[00:02:13] [Setup jitutils] ##############################                                            42.4%
[00:02:13] [Setup runtime] Resolving deltas:  28% (510682/1814014)
[00:02:13] [Setup jitutils] #################################                                         46.1%
[00:02:13] [Setup runtime] Resolving deltas:  29% (526067/1814014)
[00:02:13] [Setup runtime] Resolving deltas:  30% (544206/1814014)
[00:02:13] [Setup jitutils] ######################################                                    53.6%
[00:02:13] [Setup runtime] Resolving deltas:  31% (562348/1814014)
[00:02:13] [Setup jitutils] ###########################################                               61.0%
[00:02:14] [Setup runtime] Resolving deltas:  32% (580486/1814014)
[00:02:14] [Setup jitutils] #################################################                         68.5%
[00:02:14] [Setup runtime] Resolving deltas:  33% (598625/1814014)
[00:02:14] [Setup runtime] Resolving deltas:  33% (614594/1814014)
[00:02:14] [Setup jitutils] ######################################################                    75.9%
[00:02:14] [Setup runtime] Resolving deltas:  34% (616766/1814014)
[00:02:14] [Setup jitutils] ############################################################              83.4%
[00:02:14] [Setup runtime] Resolving deltas:  35% (634905/1814014)
[00:02:14] [Setup jitutils] #################################################################         90.8%
[00:02:14] [Setup jitutils] ######################################################################    98.3%
[00:02:14] [Setup jitutils] ######################################################################## 100.0%
[00:02:14] [Setup jitutils] Adding /ramdisk/jitutils/jitutils/bin to PATH
[00:02:14] [Setup jitutils] Done setting up!
[00:02:14] [Setup runtime] Resolving deltas:  36% (653046/1814014)
[00:02:15] [Setup runtime] Resolving deltas:  37% (671186/1814014)
[00:02:15] [Setup runtime] Resolving deltas:  38% (689326/1814014)
[00:02:15] [Setup runtime] Resolving deltas:  38% (697407/1814014)
[00:02:15] [Setup runtime] Resolving deltas:  39% (707466/1814014)
[00:02:15] [Setup runtime] Resolving deltas:  40% (725607/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  41% (743746/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  42% (761886/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  42% (779640/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  43% (780027/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  44% (798167/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  45% (816307/1814014)
[00:02:16] [Setup runtime] Resolving deltas:  46% (834447/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  47% (852587/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  48% (870727/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  49% (888868/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  49% (889985/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  50% (907007/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  51% (925148/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  52% (943288/1814014)
[00:02:17] [Setup runtime] Resolving deltas:  53% (961428/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  54% (979568/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  55% (997709/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  56% (1015848/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  57% (1033988/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  57% (1040479/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  58% (1052129/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  59% (1070269/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  60% (1088410/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  61% (1106549/1814014)
[00:02:18] [Setup runtime] Resolving deltas:  62% (1124689/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  63% (1142829/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  64% (1160969/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  65% (1179110/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  65% (1182937/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  66% (1197250/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  67% (1215390/1814014)
[00:02:19] [Setup runtime] Resolving deltas:  68% (1233533/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  69% (1251670/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  70% (1269810/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  71% (1287950/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  72% (1306091/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  72% (1309770/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  73% (1324231/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  74% (1342374/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  75% (1360511/1814014)
[00:02:20] [Setup runtime] Resolving deltas:  76% (1378651/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  77% (1396792/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  78% (1414931/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  79% (1433072/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  79% (1438255/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  80% (1451212/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  81% (1469352/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  82% (1487493/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  83% (1505632/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  84% (1523772/1814014)
[00:02:21] [Setup runtime] Resolving deltas:  85% (1541912/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  86% (1560053/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  87% (1578193/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  88% (1596333/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  89% (1614473/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  90% (1632613/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  91% (1650753/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  91% (1655826/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  92% (1668893/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  93% (1687034/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  94% (1705174/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  95% (1723314/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  96% (1741454/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  97% (1759594/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  98% (1777735/1814014)
[00:02:22] [Setup runtime] Resolving deltas:  99% (1795874/1814014)
[00:02:22] [Setup runtime] Resolving deltas: 100% (1814014/1814014)
[00:02:22] [Setup runtime] Resolving deltas: 100% (1814014/1814014), done.
[00:02:26] [Setup runtime] Updating files:  28% (16406/57995)
[00:02:26] [Setup runtime] Updating files:  29% (16819/57995)
[00:02:26] [Setup runtime] Updating files:  30% (17399/57995)
[00:02:26] [Setup runtime] Updating files:  31% (17979/57995)
[00:02:26] [Setup runtime] Updating files:  32% (18559/57995)
[00:02:26] [Setup runtime] Updating files:  33% (19139/57995)
[00:02:26] [Setup runtime] Updating files:  34% (19719/57995)
[00:02:26] [Setup runtime] Updating files:  35% (20299/57995)
[00:02:26] [Setup runtime] Updating files:  36% (20879/57995)
[00:02:26] [Setup runtime] Updating files:  37% (21459/57995)
[00:02:26] [Setup runtime] Updating files:  38% (22039/57995)
[00:02:26] [Setup runtime] Updating files:  39% (22619/57995)
[00:02:26] [Setup runtime] Updating files:  40% (23198/57995)
[00:02:26] [Setup runtime] Updating files:  41% (23778/57995)
[00:02:26] [Setup runtime] Updating files:  42% (24358/57995)
[00:02:26] [Setup runtime] Updating files:  43% (24938/57995)
[00:02:26] [Setup runtime] Updating files:  44% (25518/57995)
[00:02:26] [Setup runtime] Updating files:  45% (26098/57995)
[00:02:26] [Setup runtime] Updating files:  46% (26678/57995)
[00:02:26] [Setup runtime] Updating files:  47% (27258/57995)
[00:02:26] [Setup runtime] Updating files:  48% (27838/57995)
[00:02:26] [Setup runtime] Updating files:  49% (28418/57995)
[00:02:26] [Setup runtime] Updating files:  50% (28998/57995)
[00:02:26] [Setup runtime] Updating files:  51% (29578/57995)
[00:02:26] [Setup runtime] Updating files:  52% (30158/57995)
[00:02:26] [Setup runtime] Updating files:  53% (30738/57995)
[00:02:26] [Setup runtime] Updating files:  54% (31318/57995)
[00:02:26] [Setup runtime] Updating files:  55% (31898/57995)
[00:02:26] [Setup runtime] Updating files:  56% (32478/57995)
[00:02:26] [Setup runtime] Updating files:  57% (33058/57995)
[00:02:27] [Setup runtime] Updating files:  58% (33638/57995)
[00:02:27] [Setup runtime] Updating files:  59% (34218/57995)
[00:02:27] [Setup runtime] Updating files:  60% (34797/57995)
[00:02:27] [Setup runtime] Updating files:  61% (35377/57995)
[00:02:27] [Setup runtime] Updating files:  62% (35957/57995)
[00:02:27] [Setup runtime] Updating files:  63% (36537/57995)
[00:02:27] [Setup runtime] Updating files:  63% (36674/57995)
[00:02:27] [Setup runtime] Updating files:  64% (37117/57995)
[00:02:27] [Setup runtime] Updating files:  65% (37697/57995)
[00:02:27] [Setup runtime] Updating files:  66% (38277/57995)
[00:02:27] [Setup runtime] Updating files:  67% (38857/57995)
[00:02:27] [Setup runtime] Updating files:  68% (39437/57995)
[00:02:27] [Setup runtime] Updating files:  69% (40017/57995)
[00:02:27] [Setup runtime] Updating files:  70% (40597/57995)
[00:02:27] [Setup runtime] Updating files:  71% (41177/57995)
[00:02:27] [Setup runtime] Updating files:  72% (41757/57995)
[00:02:27] [Setup runtime] Updating files:  73% (42337/57995)
[00:02:27] [Setup runtime] Updating files:  74% (42917/57995)
[00:02:27] [Setup runtime] Updating files:  75% (43497/57995)
[00:02:27] [Setup runtime] Updating files:  76% (44077/57995)
[00:02:27] [Setup runtime] Updating files:  77% (44657/57995)
[00:02:27] [Setup runtime] Updating files:  78% (45237/57995)
[00:02:27] [Setup runtime] Updating files:  79% (45817/57995)
[00:02:27] [Setup runtime] Updating files:  80% (46396/57995)
[00:02:27] [Setup runtime] Updating files:  81% (46976/57995)
[00:02:27] [Setup runtime] Updating files:  82% (47556/57995)
[00:02:27] [Setup runtime] Updating files:  83% (48136/57995)
[00:02:27] [Setup runtime] Updating files:  84% (48716/57995)
[00:02:27] [Setup runtime] Updating files:  85% (49296/57995)
[00:02:27] [Setup runtime] Updating files:  86% (49876/57995)
[00:02:27] [Setup runtime] Updating files:  87% (50456/57995)
[00:02:27] [Setup runtime] Updating files:  88% (51036/57995)
[00:02:27] [Setup runtime] Updating files:  89% (51616/57995)
[00:02:27] [Setup runtime] Updating files:  90% (52196/57995)
[00:02:27] [Setup runtime] Updating files:  91% (52776/57995)
[00:02:27] [Setup runtime] Updating files:  92% (53356/57995)
[00:02:27] [Setup runtime] Updating files:  93% (53936/57995)
[00:02:27] [Setup runtime] Updating files:  94% (54516/57995)
[00:02:27] [Setup runtime] Updating files:  95% (55096/57995)
[00:02:27] [Setup runtime] Updating files:  96% (55676/57995)
[00:02:27] [Setup runtime] Updating files:  97% (56256/57995)
[00:02:27] [Setup runtime] Updating files:  98% (56836/57995)
[00:02:27] [Setup runtime] Updating files:  99% (57416/57995)
[00:02:27] [Setup runtime] Updating files: 100% (57995/57995)
[00:02:27] [Setup runtime] Updating files: 100% (57995/57995), done.
[00:02:27] [Setup runtime] + cd runtime
[00:02:27] [Setup runtime] + git log -1
[00:02:27] [Setup runtime] commit 18696adecd2e6e6528ba3d543c97b0013b961aa6
[00:02:27] [Setup runtime] Author: Elinor Fung <elfung@microsoft.com>
[00:02:27] [Setup runtime] Date:   Fri Jun 19 07:56:42 2026 -0700
[00:02:27] [Setup runtime] 
[00:02:27] [Setup runtime]     Remove unused nativeImagePath from assembly LoadFromPath paths (#129597)
[00:02:27] [Setup runtime]     
[00:02:27] [Setup runtime]     The native image (NI) path is a vestige of NGEN, which CoreCLR no longer
[00:02:27] [Setup runtime]     supports. It was already ignored on every runtime:
[00:02:27] [Setup runtime]     
[00:02:27] [Setup runtime] + chmod 777 build.sh
[00:02:27] [Setup runtime]     - The CoreCLR `AssemblyNative_LoadFromPath` QCall ignored `pwzNIPath`.
[00:02:27] [Setup runtime]     - Mono dropped it with a `// TODO: Handle nativeImagePath`.
[00:02:27] [Setup runtime]     - NativeAot threw `PlatformNotSupportedException`.
[00:02:27] [Setup runtime]     
[00:02:27] [Setup runtime]     This removes `pwzNIPath` from the QCall and drops the `nativeImagePath`
[00:02:27] [Setup runtime]     parameter from `InternalLoadFromPath`.
[00:02:27] [Setup runtime]     
[00:02:27] [Setup runtime]     Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
[00:02:27] [Setup runtime] + git config --global user.email build@build.foo
[00:02:27] [Setup runtime] + git config --global user.name build
[00:02:27] [Setup runtime] + git switch -c pr
[00:02:27] [Setup runtime] Switched to a new branch 'pr'
[00:02:27] [Setup runtime] + git remote add combineWith1 https://github.com/AndyAyersMS/runtime
[00:02:27] [Setup runtime] + git fetch combineWith1 loop-clone-long-iv
[00:02:28] [Setup runtime] From https://github.com/AndyAyersMS/runtime
[00:02:28] [Setup runtime]  * branch                    loop-clone-long-iv -> FETCH_HEAD
[00:02:28] [Setup runtime]  * [new branch]              loop-clone-long-iv -> combineWith1/loop-clone-long-iv
[00:02:28] [Setup runtime] + git log combineWith1/loop-clone-long-iv -1
[00:02:28] [Setup runtime] commit 6596cb95cabd3315545f5f440ef8f642ed73a0cf
[00:02:28] [Setup runtime] Author: Andy Ayers <andya@microsoft.com>
[00:02:28] [Setup runtime] Date:   Sun Jun 14 14:59:25 2026 -0700
[00:02:28] [Setup runtime] 
[00:02:28] [Setup runtime]     JIT: refine cast peel; add long-IV cloning tests; fix metric alignment
[00:02:28] [Setup runtime]     
[00:02:28] [Setup runtime]     Only peel the long-from-int limit CAST when LimitOffset is non-positive
[00:02:28] [Setup runtime]     so that a positive offset cannot overflow the int-domain add performed
[00:02:28] [Setup runtime]     during downstream materialization. Add a LongInductionVar test under
[00:02:28] [Setup runtime]     JIT/opt/Cloning covering long IVs with array-length, long-length,
[00:02:28] [Setup runtime]     parameter, constant, and arr.Length-3 limits.
[00:02:28] [Setup runtime]     
[00:02:28] [Setup runtime]     Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
[00:02:28] [Setup runtime] + git merge --no-edit combineWith1/loop-clone-long-iv
[00:02:28] [Setup runtime] Auto-merging src/coreclr/jit/compiler.h
[00:02:28] [Setup runtime] Auto-merging src/coreclr/jit/flowgraph.cpp
[00:02:28] [Setup runtime] Auto-merging src/coreclr/jit/loopcloning.cpp
[00:02:28] [Setup runtime] CONFLICT (content): Merge conflict in src/coreclr/jit/loopcloning.cpp
[00:02:28] [Setup runtime] Auto-merging src/coreclr/jit/optimizer.cpp
[00:02:28] [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 491
   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:31]* Deleting the VM resource group
[00:02:31]* Saved artifact 'logs.txt' to https://mihubot.xyz/r/FQ960-mA (88 KB)
