[JitDiff X64] [hez2010] JIT: Unify to instParamLookup and improve GVM test c ...
For all the logs, see here.
Tracking issue: https://github.com/MihuBot/runtime-utils/issues/1927
Started at 2026-05-23 11-54-14 UTC, ran for 18 minutes 14 seconds.
[00:01:07] CurrentDirectory=/home/runtime-utils/Runner
[00:01:07] FrameworkDescription=.NET 8.0.26
[00:01:07] RuntimeIdentifier=ubuntu.24.04-x64
[00:01:07] BaseRepo=dotnet/runtime
[00:01:07] BaseBranch=main
[00:01:07] PrRepo=hez2010/runtime
[00:01:07] PrBranch=shared-gvm-devirt/1-tests-instparamlookup
[00:01:07] First hardware info: CpuCoresAvailable=16 MemoryAvailableGB=62.79074478149414
[00:01:07] [Prepare RAM disk] Running 'mkdir /ramdisk'
[00:01:07] [Prepare RAM disk] Running 'mount -t tmpfs -o size=124G tmpfs /ramdisk'
[00:01:07] Changed working directory from /home/runtime-utils/Runner to /ramdisk
[00:01:07] 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 shared-gvm-devirt/1-tests-instparamlookup
git log combineWith1/shared-gvm-devirt/1-tests-instparamlookup -1
git me ...
[00:01:07] [Setup zip & wget] Running 'apt-get install -y zip wget ninja-build'
[00:01:07] [Setup runtime] Running 'bash -x setup-runtime.sh'
[00:01:07] [Setup runtime] + set -e
[00:01:07] [Setup runtime] + git clone --no-tags --branch main --single-branch --progress https://github.com/dotnet/runtime runtime
[00:01:07] [Setup runtime] Cloning into 'runtime'...
[00:01:07] [Setup zip & wget] Reading package lists...
[00:01:08] [Setup zip & wget] Building dependency tree...
[00:01:08] [Setup zip & wget] Reading state information...
[00:01:08] [Setup zip & wget] wget is already the newest version (1.21.4-1ubuntu4.1).
[00:01:08] [Setup zip & wget] wget set to manually installed.
[00:01:08] [Setup zip & wget] The following NEW packages will be installed:
[00:01:08] [Setup zip & wget] ninja-build unzip zip
[00:01:08] [Setup zip & wget] 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
[00:01:08] [Setup zip & wget] Need to get 479 kB of archives.
[00:01:08] [Setup zip & wget] After this operation, 1296 kB of additional disk space will be used.
[00:01:08] [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:08] [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:08] [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:08] [Setup zip & wget] dpkg-preconfigure: unable to re-open stdin: No such file or directory
[00:01:08] [Setup zip & wget] Fetched 479 kB in 0s (11.3 MB/s)
[00:01:08] [Setup zip & wget] Selecting previously unselected package ninja-build.
[00:01:08] [Setup zip & wget] (Reading database ...
[00:01:08] [Setup zip & wget] (Reading database ... 5%
[00:01:08] [Setup zip & wget] (Reading database ... 10%
[00:01:08] [Setup zip & wget] (Reading database ... 15%
[00:01:08] [Setup zip & wget] (Reading database ... 20%
[00:01:08] [Setup zip & wget] (Reading database ... 25%
[00:01:08] [Setup zip & wget] (Reading database ... 30%
[00:01:08] [Setup zip & wget] (Reading database ... 35%
[00:01:08] [Setup zip & wget] (Reading database ... 40%
[00:01:08] [Setup zip & wget] (Reading database ... 45%
[00:01:08] [Setup zip & wget] (Reading database ... 50%
[00:01:08] [Setup zip & wget] (Reading database ... 55%
[00:01:08] [Setup zip & wget] (Reading database ... 60%
[00:01:08] [Setup zip & wget] (Reading database ... 65%
[00:01:08] [Setup zip & wget] (Reading database ... 70%
[00:01:08] [Setup zip & wget] (Reading database ... 75%
[00:01:08] [Setup zip & wget] (Reading database ... 80%
[00:01:08] [Setup zip & wget] (Reading database ... 85%
[00:01:08] [Setup zip & wget] (Reading database ... 90%
[00:01:08] [Setup zip & wget] (Reading database ... 95%
[00:01:08] [Setup zip & wget] (Reading database ... 100%
[00:01:08] [Setup zip & wget] (Reading database ... 73918 files and directories currently installed.)
[00:01:08] [Setup zip & wget] Preparing to unpack .../ninja-build_1.11.1-2_amd64.deb ...
[00:01:08] [Setup zip & wget] Unpacking ninja-build (1.11.1-2) ...
[00:01:08] [Setup zip & wget] Selecting previously unselected package unzip.
[00:01:08] [Setup zip & wget] Preparing to unpack .../unzip_6.0-28ubuntu4.1_amd64.deb ...
[00:01:08] [Setup zip & wget] Unpacking unzip (6.0-28ubuntu4.1) ...
[00:01:08] [Setup zip & wget] Selecting previously unselected package zip.
[00:01:08] [Setup zip & wget] Preparing to unpack .../zip_3.0-13ubuntu0.2_amd64.deb ...
[00:01:08] [Setup zip & wget] Unpacking zip (3.0-13ubuntu0.2) ...
[00:01:08] [Setup zip & wget] Setting up unzip (6.0-28ubuntu4.1) ...
[00:01:08] [Setup zip & wget] Setting up ninja-build (1.11.1-2) ...
[00:01:08] [Setup zip & wget] Setting up zip (3.0-13ubuntu0.2) ...
[00:01:08] [Setup zip & wget] Processing triggers for man-db (2.12.0-4build2) ...
[00:01:09] [Setup zip & wget]
[00:01:09] [Setup zip & wget] Running kernel seems to be up-to-date.
[00:01:09] [Setup zip & wget]
[00:01:09] [Setup zip & wget] No services need to be restarted.
[00:01:09] [Setup zip & wget]
[00:01:09] [Setup zip & wget] No containers need to be restarted.
[00:01:09] [Setup zip & wget]
[00:01:09] [Setup zip & wget] No user sessions are running outdated binaries.
[00:01:09] [Setup zip & wget]
[00:01:09] [Setup zip & wget] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[00:01:10] [Setup jitutils] Running 'git clone --no-tags --single-branch -b main --progress https://github.com/dotnet/jitutils.git jitutils'
[00:01:10] [Setup jitutils] Cloning into 'jitutils'...
[00:01:10] [Setup jitutils] remote: Enumerating objects: 2682, done.
[00:01:10] [Setup jitutils] remote: Counting objects: 0% (1/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 1% (6/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 2% (11/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 3% (16/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 4% (21/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 5% (26/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 6% (31/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 7% (36/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 8% (41/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 9% (46/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 10% (51/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 11% (56/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 12% (61/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 13% (66/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 14% (71/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 15% (76/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 16% (81/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 17% (86/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 18% (91/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 19% (96/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 20% (101/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 21% (106/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 22% (111/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 23% (116/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 24% (121/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 25% (126/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 26% (132/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 27% (137/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 28% (142/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 29% (147/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 30% (152/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 31% (157/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 32% (162/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 33% (167/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 34% (172/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 35% (177/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 36% (182/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 37% (187/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 38% (192/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 39% (197/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 40% (202/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 41% (207/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 42% (212/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 43% (217/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 44% (222/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 45% (227/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 46% (232/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 47% (237/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 48% (242/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 49% (247/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 50% (252/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 51% (258/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 52% (263/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 53% (268/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 54% (273/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 55% (278/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 56% (283/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 57% (288/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 58% (293/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 59% (298/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 60% (303/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 61% (308/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 62% (313/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 63% (318/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 64% (323/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 65% (328/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 66% (333/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 67% (338/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 68% (343/504)
[00:01:10] [Setup jitutils] remote: Counting objects: 69% (348/504)